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

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h252 rc_node_t *rn_parent_ref; /* reference count target */ member in struct:rc_node
H A Drc_node.c78 * same time, all of its children have their rn_parent_ref pointer set,
744 rc_node_hold_other(np->rn_parent_ref);
768 par_ref = np->rn_parent_ref;
1819 * Sets the rn_parent_ref field of all the children of np to pp -- always
1836 assert(cp->rn_parent_ref == pp);
1838 assert(cp->rn_parent_ref == NULL);
1841 cp->rn_parent_ref = pp;

Completed in 104 milliseconds