Searched refs:COMPOSITION_DEPTH (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h87 #define COMPOSITION_DEPTH 2 macro
204 * entity, down to COMPOSITION_DEPTH - 1.
206 rc_node_t *rn_cchain[COMPOSITION_DEPTH];
H A Drc_node.c1747 for (i = 0; i < COMPOSITION_DEPTH; ++i) {
1975 #if COMPOSITION_DEPTH == 2
2174 #if COMPOSITION_DEPTH == 2
3233 for (idx = 0; idx < COMPOSITION_DEPTH; idx++) {
6008 if (nip->rni_clevel >= COMPOSITION_DEPTH) {
6408 #if COMPOSITION_DEPTH == 2
6469 #if COMPOSITION_DEPTH == 2
6507 iter->rni_clevel < COMPOSITION_DEPTH - 1) {
6508 #if COMPOSITION_DEPTH == 2
H A Dfile_object.c1865 #define CSI_MAX_PARENTS COMPOSITION_DEPTH
2037 #if COMPOSITION_DEPTH == 2
2038 if (csi.csi_nparents != COMPOSITION_DEPTH) {

Completed in 166 milliseconds