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

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Drc_node.c1101 * rc_node_build_fmri() should be called with the RC_NODE_USING_PARENT flag
1116 assert(np->rn_flags & RC_NODE_USING_PARENT);
1620 * RC_NODE_USING_PARENT
1634 * RC_NODE_USING_PARENT)
1677 * RC_NODE_USING_PARENT. On return, both of them are released.
1691 assert(np->rn_flags & RC_NODE_USING_PARENT);
1694 rc_node_rele_flag(np, RC_NODE_USING_PARENT);
1702 rc_node_rele_flag(np, RC_NODE_USING_PARENT);
1790 * it is parentless, the creation code sets the RC_NODE_USING_PARENT. Once
1802 (cp->rn_flags & RC_NODE_USING_PARENT));
[all...]
H A Dconfigd.h266 * RC_NODE_USING_PARENT
269 * RC_NODE_USING_PARENT is special, because it lets you proceed up the tree,
272 * RC_NODE_USING_PARENT, you may:
275 * hold RC_NODE_USING_PARENT in the parent, proceeding recursively.
277 * If you are only holding *one* node's RC_NODE_USING_PARENT, and:
283 * lock yourself, drop RC_NODE_USING_PARENT, unlock yourself,
290 #define RC_NODE_USING_PARENT 0x00000008 /* parent ptr in use */ macro
324 (RC_NODE_DYING_FLAGS | RC_NODE_USING_PARENT)

Completed in 47 milliseconds