Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c9179 export_pg(scf_propertygroup_t *pg, struct entity_elts *eelts, int flags) in export_pg() argument
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()
9256 export_dependency(scf_propertygroup_t *pg, struct entity_elts *eelts) in export_dependency() argument
9350 export_pg(pg, eelts, SCE_ALL_VALUES); in export_dependency()
9394 if (eelts->dependencies == NULL) in export_dependency()
9395 eelts->dependencies = n; in export_dependency()
9397 (void) xmlAddSibling(eelts->dependencies, n); in export_dependency()
9464 export_method(scf_propertygroup_t *pg, struct entity_elts *eelts) in export_method() argument
[all …]