Searched refs:xdbg_graph_add_node (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | block.c | 6295 static void xdbg_graph_add_node(XDbgBlockGraphConstructor *gr, void *node, in xdbg_graph_add_node() function 6354 xdbg_graph_add_node(gr, blk, XDBG_BLOCK_GRAPH_NODE_TYPE_BLOCK_BACKEND, in bdrv_get_xdbg_block_graph() 6367 xdbg_graph_add_node(gr, job, XDBG_BLOCK_GRAPH_NODE_TYPE_BLOCK_JOB, in bdrv_get_xdbg_block_graph() 6376 xdbg_graph_add_node(gr, bs, XDBG_BLOCK_GRAPH_NODE_TYPE_BLOCK_DRIVER, in bdrv_get_xdbg_block_graph()
|