Searched refs:hex_dump (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/tools/spi/ |
| D | spidev_test.c | 57 static void hex_dump(const void *src, size_t length, size_t line_size, in hex_dump() function 146 hex_dump(tx, len, 32, "TX"); in transfer() 161 hex_dump(rx, len, 32, "RX"); in transfer() 391 hex_dump(tx, len, 32, "TX"); in transfer_buf() 392 hex_dump(rx, len, 32, "RX"); in transfer_buf()
|
| /Linux-v5.4/tools/testing/selftests/tpm2/ |
| D | tpm2.py | 344 def hex_dump(d): function 374 sys.stderr.write(hex_dump(cmd) + os.linesep) 376 sys.stderr.write(hex_dump(rsp) + os.linesep)
|
| /Linux-v5.4/samples/bpf/ |
| D | xdpsock_user.c | 241 static void hex_dump(void *pkt, size_t length, u64 addr) in hex_dump() function 578 hex_dump(pkt, len, addr); in rx_drop() 695 hex_dump(pkt, len, addr); in l2fwd()
|
| /Linux-v5.4/tools/bpf/ |
| 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()
|