Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c410 uu_avl_t *cpg_composed_props; member
592 if ((cpg->cpg_composed_props != NULL)) { in composed_pg_destroy()
593 while (uu_avl_teardown(cpg->cpg_composed_props, &marker) != in composed_pg_destroy()
601 uu_avl_destroy(cpg->cpg_composed_props); in composed_pg_destroy()
657 cpg->cpg_composed_props = tree; in compose_props()
818 if ((cpg == NULL) || (cpg->cpg_composed_props == NULL)) { in property_find()
828 return (uu_avl_find(cpg->cpg_composed_props, &look, NULL, NULL)); in property_find()
1997 if ((cpg != NULL) && (cpg->cpg_composed_props != NULL)) { in next_property()
2000 prop = uu_avl_next(cpg->cpg_composed_props, current); in next_property()
2002 prop = uu_avl_first(cpg->cpg_composed_props); in next_property()