Lines Matching defs:eelts
9165 export_pg(scf_propertygroup_t *pg, struct entity_elts *eelts, int flags)
9229 if (eelts->property_groups == NULL)
9230 eelts->property_groups = n;
9232 (void) xmlAddSibling(eelts->property_groups, n);
9237 * property group and put it in eelts. Unless the dependency is not valid, in
9239 * put it in eelts.
9242 export_dependency(scf_propertygroup_t *pg, struct entity_elts *eelts)
9336 export_pg(pg, eelts, SCE_ALL_VALUES);
9380 if (eelts->dependencies == NULL)
9381 eelts->dependencies = n;
9383 (void) xmlAddSibling(eelts->dependencies, n);
9450 export_method(scf_propertygroup_t *pg, struct entity_elts *eelts)
9499 export_pg(pg, eelts, SCE_ALL_VALUES);
9685 if (eelts->exec_methods == NULL)
9686 eelts->exec_methods = n;
9688 (void) xmlAddSibling(eelts->exec_methods, n);
9693 struct entity_elts *eelts)
9707 if (eelts->property_groups == NULL)
9708 eelts->property_groups = pgnode;
9710 (void) xmlAddSibling(eelts->property_groups, pgnode);
10015 export_dependents(scf_propertygroup_t *pg, struct entity_elts *eelts)
10156 if (eelts->dependents == NULL)
10157 eelts->dependents = n;
10159 (void) xmlAddSibling(eelts->dependents,
10174 eelts);
10377 struct params_elts *eelts;
10393 (eelts = calloc(URI_SCHEME_NUM,
10440 export_parameter(exp_prop, p, &eelts[i]);
10458 eelts[i].paramval);
10460 eelts[i].parameter);