Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c9165 export_pg(scf_propertygroup_t *pg, struct entity_elts *eelts, int flags) in export_pg() argument
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()
9242 export_dependency(scf_propertygroup_t *pg, struct entity_elts *eelts) in export_dependency() argument
9336 export_pg(pg, eelts, SCE_ALL_VALUES); in export_dependency()
9380 if (eelts->dependencies == NULL) in export_dependency()
9381 eelts->dependencies = n; in export_dependency()
9383 (void) xmlAddSibling(eelts->dependencies, n); in export_dependency()
9450 export_method(scf_propertygroup_t *pg, struct entity_elts *eelts) in export_method() argument
[all …]