Searched refs:hex_dump (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/tools/spi/ |
D | spidev_test.c | 62 static void hex_dump(const void *src, size_t length, size_t line_size, in hex_dump() function 155 hex_dump(tx, len, 32, "TX"); in transfer() 170 hex_dump(rx, len, 32, "RX"); in transfer() 406 hex_dump(tx, len, 32, "TX"); in transfer_buf() 407 hex_dump(rx, len, 32, "RX"); in transfer_buf()
|
/linux-5.19.10/tools/testing/selftests/tpm2/ |
D | tpm2.py | 346 def hex_dump(d): function 391 sys.stderr.write(hex_dump(cmd) + os.linesep) 393 sys.stderr.write(hex_dump(rsp) + os.linesep)
|
/linux-5.19.10/samples/bpf/ |
D | xdpsock_user.c | 635 static void hex_dump(void *pkt, size_t length, u64 addr) in hex_dump() function 1459 hex_dump(pkt, len, addr); in rx_drop() 1531 hex_dump(pkt, PKT_SIZE, addr); in tx_only() 1706 hex_dump(pkt, len, addr); in l2fwd()
|
/linux-5.19.10/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()
|