Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c114 xmlNodePtr property_groups; member
9229 if (eelts->property_groups == NULL) in export_pg()
9230 eelts->property_groups = n; in export_pg()
9232 (void) xmlAddSibling(eelts->property_groups, n); in export_pg()
9707 if (eelts->property_groups == NULL) in export_pg_elts()
9708 eelts->property_groups = pgnode; in export_pg_elts()
9710 (void) xmlAddSibling(eelts->property_groups, pgnode); in export_pg_elts()
10655 elts.property_groups == NULL && elts.template == NULL) { in export_instance()
10679 (void) xmlAddChildList(n, elts.property_groups); in export_instance()
10796 (void) xmlAddChildList(snode, elts.property_groups); in export_service()