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

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Drc_node.c77 * old node is hung off of the rn_former list of the new node. At the
1743 assert(np->rn_former == NULL);
1863 * newp->rn_former = np;
1881 * replace np with newp in pp's list, and attach it to newp's rn_former
1910 newp->rn_former = np;
4236 * the same down the rn_former chain.
4263 if (andformer && (cp = np->rn_former) != NULL) {
4269 goto again; /* tail-recurse down rn_former */
4293 if (andformer && (cp = np->rn_former) != NULL) {
4299 goto again; /* tail-recurse down rn_former */
[all...]
H A Dconfigd.h251 rc_node_t *rn_former; /* next former node */ member in struct:rc_node
295 #define RC_NODE_ON_FORMER 0x00000800 /* on an rn_former list */

Completed in 48 milliseconds