Lines Matching defs:selts
9718 export_svc_general(scf_propertygroup_t *pg, struct entity_elts *selts)
9748 selts->single_instance =
9751 if (selts->single_instance == NULL)
9771 selts->restarter = rnode;
9785 selts->stability = s;
9799 selts);
10538 * Put an instance element for the given instance into selts.
10541 export_instance(scf_instance_t *inst, struct entity_elts *selts, int flags)
10670 selts->create_default_instance = n;
10682 if (selts->instances == NULL)
10683 selts->instances = n;
10685 (void) xmlAddSibling(selts->instances, n);