Searched defs:andformer (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c4236 * Hold RC_NODE_DYING_FLAGS on np's descendents. If andformer is true, do
4240 rc_node_delete_hold(rc_node_t *np, int andformer) argument
4260 rc_node_delete_hold(cp, andformer); /* recurse, drop lock */
4264 if (andformer && (cp = np->rn_former) != NULL) {
4279 rc_node_delete_rele(rc_node_t *np, int andformer) argument
4291 rc_node_delete_rele(cp, andformer); /* recurse, drop lock */
4294 if (andformer && (cp = np->rn_former) != NULL) {
4348 * For each child, call rc_node_finish_delete() and recurse. If andformer
4353 rc_node_delete_children(rc_node_t *np, int andformer) argument
4368 rc_node_delete_children(cp, andformer); /* drop
[all...]

Completed in 414 milliseconds