Home
last modified time | relevance | path

Searched refs:TOPO_NODE_ROOT (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h80 #define TOPO_NODE_ROOT 0x0002 macro
H A Dtopo_tree.c107 rp->tn_state = TOPO_NODE_ROOT | TOPO_NODE_INIT; in topo_tree_create()
H A Dtopo_node.c152 if (!(node->tn_state & TOPO_NODE_ROOT)) { in topo_node_destroy()
323 (pnode->tn_state & TOPO_NODE_ROOT)); in topo_node_range_create()
830 if (node->tn_state & TOPO_NODE_ROOT) { in topo_node_walk_init()
H A Dtopo_digraph.c191 tn->tn_state = TOPO_NODE_ROOT | TOPO_NODE_INIT; in topo_digraph_new()
287 tn->tn_state = TOPO_NODE_ROOT | TOPO_NODE_BOUND; in topo_vertex_new()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c289 if (TOPO_NODE_ROOT & tn.tn_state) { in topo_node()