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

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Drc_node.c168 * The implementation is based on the rn_cchain[] array of rc_node_t pointers
172 * iterator carries an index into rn_cchain[]. Thus most of the magic ends up
1748 /* rn_cchain[i] may be NULL for empty snapshots. */
1749 if (np->rn_cchain[i] != NULL)
1750 rc_node_rele(np->rn_cchain[i]);
1976 np->rn_cchain[0] = np;
1977 np->rn_cchain[1] = pp;
2102 assert(pp->rn_cchain[lvl->rsl_level_num - 1] == NULL);
2103 pp->rn_cchain[lvl->rsl_level_num - 1] = np;
2196 cpg->rn_cchain[
[all...]
H A Dconfigd.h206 rc_node_t *rn_cchain[COMPOSITION_DEPTH]; member in struct:rc_node
365 int rni_clevel; /* index into rni_parent->rn_cchain[] */

Completed in 121 milliseconds