Searched refs:graph_nodes (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/scripts/dtc/ |
H A D | checks.c | 1779 WARNING(graph_nodes, check_graph_nodes, NULL); 1804 WARNING(graph_child_address, check_graph_child_address, NULL, &graph_nodes); 1848 WARNING(graph_port, check_graph_port, NULL, &graph_nodes); 1894 WARNING(graph_endpoint, check_graph_endpoint, NULL, &graph_nodes); 1982 &graph_nodes, &graph_child_address, &graph_port, &graph_endpoint,
|
/openbmc/qemu/ |
H A D | block.c | 6254 GHashTable *graph_nodes; member 6262 gr->graph_nodes = g_hash_table_new(NULL, NULL); in xdbg_graph_new() 6271 g_hash_table_destroy(gr->graph_nodes); in xdbg_graph_finalize() 6279 uintptr_t ret = (uintptr_t)g_hash_table_lookup(gr->graph_nodes, node); in xdbg_graph_node_num() 6289 ret = g_hash_table_size(gr->graph_nodes) + 1; in xdbg_graph_node_num() 6290 g_hash_table_insert(gr->graph_nodes, node, (void *)ret); in xdbg_graph_node_num()
|