Searched refs:qemu_hexdump (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/util/ |
H A D | hexdump.c | 81 void qemu_hexdump(FILE *fp, const char *prefix, in qemu_hexdump() function
|
H A D | iov.c | 245 qemu_hexdump(fp, prefix, buf, size); in iov_hexdump()
|
/openbmc/qemu/net/ |
H A D | colo-compare.c | 494 qemu_hexdump(stderr, "colo-compare ppkt", ppkt->data, ppkt->size); in colo_compare_tcp() 495 qemu_hexdump(stderr, "colo-compare spkt", spkt->data, spkt->size); in colo_compare_tcp() 533 qemu_hexdump(stderr, "colo-compare pri pkt", ppkt->data, ppkt->size); in colo_packet_compare_udp() 534 qemu_hexdump(stderr, "colo-compare sec pkt", spkt->data, spkt->size); in colo_packet_compare_udp() 574 qemu_hexdump(stderr, "colo-compare pri pkt", ppkt->data, ppkt->size); in colo_packet_compare_icmp() 575 qemu_hexdump(stderr, "colo-compare sec pkt", spkt->data, spkt->size); in colo_packet_compare_icmp()
|
H A D | net.c | 710 qemu_hexdump(stdout, "net", buf, size); in qemu_send_packet_async_with_flags()
|
/openbmc/qemu/include/qemu/ |
H A D | cutils.h | 305 void qemu_hexdump(FILE *fp, const char *prefix,
|
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_rng-test.c | 43 qemu_hexdump(stderr, "", buf, size); in dump_buf_if_failed()
|
/openbmc/qemu/hw/net/fsl_etsec/ |
H A D | etsec.c | 361 qemu_hexdump(stderr, "", buf, size); in etsec_receive()
|
H A D | rings.c | 272 qemu_hexdump(stderr, "", etsec->tx_buffer, etsec->tx_buffer_len); in process_tx_bd()
|
/openbmc/qemu/hw/dma/ |
H A D | xlnx_dpdma.c | 391 qemu_hexdump(stdout, "", desc, sizeof(DPDMADescriptor)); in xlnx_dpdma_dump_descriptor()
|
/openbmc/qemu/hw/sd/ |
H A D | sd.c | 2319 qemu_hexdump(stderr, "Response", response, rsplen); in sd_do_command()
|
/openbmc/qemu/hw/usb/ |
H A D | redirect.c | 246 qemu_hexdump(stderr, desc, data, len); in usbredir_log_data()
|