Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/configd/
H A Drc_node.c776 np->rn_flags |= RC_NODE_DEAD; in rc_node_rele_locked()
778 if ((np->rn_flags & (RC_NODE_DEAD|RC_NODE_OLD)) && in rc_node_rele_locked()
1643 while (!(np->rn_flags & RC_NODE_DEAD) && (np->rn_flags & flag)) { in rc_node_hold_flag()
1646 if (np->rn_flags & RC_NODE_DEAD) in rc_node_hold_flag()
1670 while (!(np->rn_flags & RC_NODE_DEAD) && (np->rn_flags & flag)) in rc_node_wait_flag()
1673 return (!(np->rn_flags & RC_NODE_DEAD)); in rc_node_wait_flag()
2906 assert(!((np)->rn_flags & RC_NODE_DEAD)); \
3318 if (nnp->rn_flags & RC_NODE_DEAD) { in rc_node_update()
4324 cp->rn_flags |= RC_NODE_DEAD; in rc_node_finish_delete()
4360 assert(np->rn_flags & RC_NODE_DEAD); in rc_node_delete_children()
[all …]
H A Dconfigd.h300 #define RC_NODE_DEAD 0x00008000 /* node has been deleted */ macro