Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.h79 #define TOPO_NODE_INIT 0x0001 macro
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()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c286 if (TOPO_NODE_INIT & tn.tn_state) { in topo_node()