Searched refs:RC_NODE_DEAD (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Drc_node.c64 * rn_other_refs field and the RC_NODE_DEAD, RC_NODE_IN_PARENT,
71 * RC_NODE_DEAD before you can use it. This is usually done with the
775 np->rn_flags |= RC_NODE_DEAD;
777 if ((np->rn_flags & (RC_NODE_DEAD|RC_NODE_OLD)) &&
1642 while (!(np->rn_flags & RC_NODE_DEAD) && (np->rn_flags & flag)) {
1645 if (np->rn_flags & RC_NODE_DEAD)
1669 while (!(np->rn_flags & RC_NODE_DEAD) && (np->rn_flags & flag))
1672 return (!(np->rn_flags & RC_NODE_DEAD));
2905 assert(!((np)->rn_flags & RC_NODE_DEAD)); \
3317 if (nnp->rn_flags & RC_NODE_DEAD) {
[all...]
H A Dconfigd.h300 #define RC_NODE_DEAD 0x00008000 /* node has been deleted */ macro
303 * RC_NODE_DEAD means that the node no longer represents data in the
314 * Though RC_NODE_DEAD is set by the rc_node_delete() code, it is also set

Completed in 115 milliseconds