Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c117 xmlNodePtr property_groups; member
9243 if (eelts->property_groups == NULL) in export_pg()
9244 eelts->property_groups = n; in export_pg()
9246 (void) xmlAddSibling(eelts->property_groups, n); in export_pg()
9730 if (eelts->property_groups == NULL) in export_pg_elts()
9731 eelts->property_groups = pgnode; in export_pg_elts()
9733 (void) xmlAddSibling(eelts->property_groups, pgnode); in export_pg_elts()
10692 elts.property_groups == NULL && elts.template == NULL) { in export_instance()
10716 (void) xmlAddChildList(n, elts.property_groups); in export_instance()
10833 (void) xmlAddChildList(snode, elts.property_groups); in export_service()