Searched refs:hex_dump (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/blackfin/mm/ |
D | isram-driver.c | 200 static __init void hex_dump(unsigned char *buf, int len) in hex_dump() function 307 hex_dump(cmp, j); in isram_memcpy_test() 309 hex_dump(sdram + i, j); in isram_memcpy_test() 335 hex_dump(cmp, j); in isram_memcpy_test() 337 hex_dump(sdram + i, j); in isram_memcpy_test()
|
/linux-4.4.14/Documentation/spi/ |
D | spidev_test.c | 52 static void hex_dump(const void *src, size_t length, size_t line_size, char *prefix) in hex_dump() function 136 hex_dump(tx, len, 32, "TX"); in transfer() 137 hex_dump(rx, len, 32, "RX"); in transfer()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_nat_snmp_basic.c | 1001 static void hex_dump(const unsigned char *buf, size_t len) in hex_dump() function 1029 hex_dump(msg, len); in snmp_parse_mangle()
|
/linux-4.4.14/tools/net/ |
D | bpf_dbg.c | 195 static void hex_dump(const uint8_t *buf, size_t len) in hex_dump() function 477 hex_dump(pkt, pkt_caplen); in bpf_dump_pkt()
|