Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c152 if (!(node->tn_state & TOPO_NODE_ROOT)) { in topo_node_destroy()
322 assert((pnode->tn_state & TOPO_NODE_BOUND) || in topo_node_range_create()
323 (pnode->tn_state & TOPO_NODE_ROOT)); in topo_node_range_create()
527 node->tn_state |= TOPO_NODE_BOUND; in topo_node_bind()
659 node->tn_state |= TOPO_NODE_BOUND; in topo_node_facbind()
774 if (!(node->tn_state & TOPO_NODE_BOUND)) { in topo_node_unbind()
779 node->tn_state &= ~TOPO_NODE_BOUND; in topo_node_unbind()
830 if (node->tn_state & TOPO_NODE_ROOT) { in topo_node_walk_init()
H A Dtopo_tree.h65 int tn_state; /* node state (see below) */ member
H A Dtopo_tree.c107 rp->tn_state = TOPO_NODE_ROOT | TOPO_NODE_INIT; in topo_tree_create()
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.c284 mdb_printf("%-12s %-36d %-30s\n", "tn_state", tn.tn_state, in topo_node()
286 if (TOPO_NODE_INIT & tn.tn_state) { in topo_node()
289 if (TOPO_NODE_ROOT & tn.tn_state) { in topo_node()
292 if (TOPO_NODE_BOUND & tn.tn_state) { in topo_node()
295 if (TOPO_NODE_LINKED & tn.tn_state) { in topo_node()