Home
last modified time | relevance | path

Searched refs:TOPO_NODE_BOUND (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c322 assert((pnode->tn_state & TOPO_NODE_BOUND) || 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()
H A Dtopo_tree.h81 #define TOPO_NODE_BOUND 0x0004 macro
H A Dtopo_digraph.c287 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.c292 if (TOPO_NODE_BOUND & tn.tn_state) { in topo_node()