Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/svc/configd/
H A Dconfigd.h87 #define COMPOSITION_DEPTH 2 macro
206 rc_node_t *rn_cchain[COMPOSITION_DEPTH];
H A Drc_node.c1748 for (i = 0; i < COMPOSITION_DEPTH; ++i) { in rc_node_destroy()
1976 #if COMPOSITION_DEPTH == 2 in rc_node_setup()
2175 #if COMPOSITION_DEPTH == 2
3234 for (idx = 0; idx < COMPOSITION_DEPTH; idx++) { in rc_node_get_child()
6009 if (nip->rni_clevel >= COMPOSITION_DEPTH) { in rc_iter_create()
6409 #if COMPOSITION_DEPTH == 2 in rc_iter_next()
6470 #if COMPOSITION_DEPTH == 2 in rc_iter_next()
6508 iter->rni_clevel < COMPOSITION_DEPTH - 1) { in rc_iter_next()
6509 #if COMPOSITION_DEPTH == 2 in rc_iter_next()
H A Dfile_object.c1865 #define CSI_MAX_PARENTS COMPOSITION_DEPTH
2037 #if COMPOSITION_DEPTH == 2 in object_check_snapshot()
2038 if (csi.csi_nparents != COMPOSITION_DEPTH) { in object_check_snapshot()