Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h91 #define COMPOSITION_DEPTH 2 macro
205 rc_node_t *rn_cchain[COMPOSITION_DEPTH];
H A Drc_node.c1738 for (i = 0; i < COMPOSITION_DEPTH; ++i) { in rc_node_destroy()
1966 #if COMPOSITION_DEPTH == 2 in rc_node_setup()
2165 #if COMPOSITION_DEPTH == 2
3224 for (idx = 0; idx < COMPOSITION_DEPTH; idx++) { in rc_node_get_child()
6003 if (nip->rni_clevel >= COMPOSITION_DEPTH) { in rc_iter_create()
6403 #if COMPOSITION_DEPTH == 2 in rc_iter_next()
6464 #if COMPOSITION_DEPTH == 2 in rc_iter_next()
6502 iter->rni_clevel < COMPOSITION_DEPTH - 1) { in rc_iter_next()
6503 #if COMPOSITION_DEPTH == 2 in rc_iter_next()
H A Dfile_object.c1864 #define CSI_MAX_PARENTS COMPOSITION_DEPTH
2036 #if COMPOSITION_DEPTH == 2 in object_check_snapshot()
2037 if (csi.csi_nparents != COMPOSITION_DEPTH) { in object_check_snapshot()