Searched refs:tn_state (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c148 if (!(node->tn_state & TOPO_NODE_ROOT)) {
304 assert((pnode->tn_state & TOPO_NODE_BOUND) ||
305 (pnode->tn_state & TOPO_NODE_ROOT));
509 node->tn_state |= TOPO_NODE_BOUND;
641 node->tn_state |= TOPO_NODE_BOUND;
756 if (!(node->tn_state & TOPO_NODE_BOUND)) {
761 node->tn_state &= ~TOPO_NODE_BOUND;
814 if (node->tn_state & TOPO_NODE_ROOT) {
H A Dtopo_tree.h62 int tn_state; /* node state (see below) */ member in struct:topo_node
H A Dtopo_tree.c107 rp->tn_state = TOPO_NODE_ROOT | TOPO_NODE_INIT;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c283 mdb_printf("%-12s %-36d %-30s\n", "tn_state", tn.tn_state,
285 if (TOPO_NODE_INIT & tn.tn_state) {
288 if (TOPO_NODE_ROOT & tn.tn_state) {
291 if (TOPO_NODE_BOUND & tn.tn_state) {
294 if (TOPO_NODE_LINKED & tn.tn_state) {

Completed in 101 milliseconds