Searched refs:qos_printf (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | qos-test.c | 92 qos_printf("Run QEMU with: '%s'\n", path); in restart_qemu_or_continue() 334 qos_printf("qos_test running single test in subprocess\n"); in main() 338 qos_printf("ENVIRONMENT VARIABLES: {\n"); in main() 340 qos_printf("\t%s\n", *env); in main() 342 qos_printf("}\n"); in main()
|
H A D | vhost-user-test.c | 348 qos_printf("%s: Wrong message size received %d\n", __func__, size); in chr_read() 359 qos_printf("%s: Wrong message size received %d != %d\n", in chr_read() 396 qos_printf("set_owner: start of session\n"); in chr_read() 422 qos_printf("set_protocol_features: 0x%"PRIx64 "\n", msg.payload.u64); in chr_read() 430 qos_printf("set_vring_num: %d/%d\n", in chr_read() 434 qos_printf("set_vring_addr: 0x%"PRIx64"/0x%"PRIx64"/0x%"PRIx64"\n", in chr_read() 467 qos_printf("call fd: %d, do not set non-blocking\n", fd); in chr_read() 513 qos_printf("set_vring(%d)=%s\n", msg.payload.state.index, in chr_read() 518 qos_printf("vhost-user: un-handled message: %d\n", msg.request); in chr_read() 542 qos_printf("access on path (%s): %s", path, strerror(errno)); in init_hugepagefs() [all …]
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | qgraph.c | 817 qos_printf("ALL QGRAPH EDGES: {\n"); in qos_dump_graph() 821 qos_printf("\t src='%s'\n", key); in qos_dump_graph() 825 qos_printf("\t\t|-> dest='%s' type=%d (node=%p)", in qos_dump_graph() 834 qos_printf("}\n"); in qos_dump_graph() 836 qos_printf("ALL QGRAPH NODES: {\n"); in qos_dump_graph() 841 qos_printf("\t name='%s' ", key); in qos_dump_graph() 851 qos_printf("}\n"); in qos_dump_graph()
|
H A D | qgraph_internal.h | 261 #define qos_printf(...) printf("# " __VA_ARGS__) macro
|