Lines Matching refs:elts

9053     struct pg_elts *elts, int flags)  in export_property()  argument
9094 if (elts->propvals == NULL) in export_property()
9095 elts->propvals = n; in export_property()
9097 (void) xmlAddSibling(elts->propvals, n); in export_property()
9155 if (elts->properties == NULL) in export_property()
9156 elts->properties = pnode; in export_property()
9158 (void) xmlAddSibling(elts->properties, pnode); in export_property()
9168 struct pg_elts elts; in export_pg() local
9188 (void) memset(&elts, 0, sizeof (elts)); in export_pg()
9213 elts.stability = m; in export_pg()
9220 export_property(exp_prop, NULL, &elts, flags); in export_pg()
9225 (void) xmlAddChild(n, elts.stability); in export_pg()
9226 (void) xmlAddChildList(n, elts.propvals); in export_pg()
9227 (void) xmlAddChildList(n, elts.properties); in export_pg()
9246 struct pg_elts elts; in export_dependency() local
9345 (void) memset(&elts, 0, sizeof (elts)); in export_dependency()
9364 elts.stability = m; in export_dependency()
9371 export_property(exp_prop, exp_str, &elts, SCE_ALL_VALUES); in export_dependency()
9376 (void) xmlAddChild(n, elts.stability); in export_dependency()
9377 (void) xmlAddChildList(n, elts.propvals); in export_dependency()
9378 (void) xmlAddChildList(n, elts.properties); in export_dependency()
9456 struct pg_elts elts; in export_method() local
9631 (void) memset(&elts, 0, sizeof (elts)); in export_method()
9649 elts.stability = m; in export_method()
9676 export_property(exp_prop, exp_str, &elts, SCE_ALL_VALUES); in export_method()
9681 (void) xmlAddChild(n, elts.stability); in export_method()
9682 (void) xmlAddChildList(n, elts.propvals); in export_method()
9683 (void) xmlAddChildList(n, elts.properties); in export_method()
9692 export_pg_elts(struct pg_elts *elts, const char *name, const char *type, in export_pg_elts() argument
9704 (void) xmlAddChildList(pgnode, elts->propvals); in export_pg_elts()
9705 (void) xmlAddChildList(pgnode, elts->properties); in export_pg_elts()
9720 struct pg_elts elts; in export_svc_general() local
9728 (void) memset(&elts, 0, sizeof (elts)); in export_svc_general()
9792 export_property(exp_prop, exp_str, &elts, SCE_ALL_VALUES); in export_svc_general()
9797 if (elts.propvals != NULL || elts.properties != NULL) in export_svc_general()
9798 export_pg_elts(&elts, scf_pg_general, scf_group_framework, in export_svc_general()
9803 export_method_context(scf_propertygroup_t *pg, struct entity_elts *elts) in export_method_context() argument
9888 export_pg(pg, elts, SCE_ALL_VALUES); in export_method_context()
9892 elts->method_context = n; in export_method_context()
10266 export_template(scf_propertygroup_t *pg, struct entity_elts *elts, in export_template() argument
10279 export_pg(pg, elts, SCE_ALL_VALUES); in export_template()
10284 export_pg(pg, elts, SCE_ALL_VALUES); in export_template()
10298 export_pg(pg, elts, SCE_ALL_VALUES); in export_template()
10307 struct params_elts *elts) in export_parameter() argument
10323 if (elts->paramval == NULL) in export_parameter()
10324 elts->paramval = param; in export_parameter()
10326 (void) xmlAddSibling(elts->paramval, param); in export_parameter()
10364 if (elts->parameter == NULL) in export_parameter()
10365 elts->parameter = param; in export_parameter()
10367 (void) xmlAddSibling(elts->parameter, param); in export_parameter()
10374 export_notify_params(scf_propertygroup_t *pg, struct entity_elts *elts) in export_notify_params() argument
10451 export_pg(pg, elts, SCE_ALL_VALUES); in export_notify_params()
10466 if (elts->notify_params == NULL) in export_notify_params()
10467 elts->notify_params = n; in export_notify_params()
10469 (void) xmlAddSibling(elts->notify_params, n); in export_notify_params()
10477 struct entity_elts *elts) in export_inst_general() argument
10520 elts->restarter = rnode; in export_inst_general()
10534 elts); in export_inst_general()
10545 struct entity_elts elts; in export_instance() local
10591 (void) memset(&elts, 0, sizeof (elts)); in export_instance()
10607 export_dependency(exp_pg, &elts); in export_instance()
10610 export_method(exp_pg, &elts); in export_instance()
10618 export_inst_general(exp_pg, n, &elts); in export_instance()
10622 export_method_context(exp_pg, &elts); in export_instance()
10625 export_dependents(exp_pg, &elts); in export_instance()
10629 export_template(exp_pg, &elts, &template_elts); in export_instance()
10632 export_notify_params(exp_pg, &elts); in export_instance()
10637 export_pg(exp_pg, &elts, flags); in export_instance()
10643 elts.template = xmlNewNode(NULL, (xmlChar *)"template"); in export_instance()
10644 (void) xmlAddChild(elts.template, template_elts.common_name); in export_instance()
10645 (void) xmlAddChild(elts.template, template_elts.description); in export_instance()
10646 (void) xmlAddChild(elts.template, template_elts.documentation); in export_instance()
10652 if (isdefault && elts.restarter == NULL && in export_instance()
10653 elts.dependencies == NULL && elts.method_context == NULL && in export_instance()
10654 elts.exec_methods == NULL && elts.notify_params == NULL && in export_instance()
10655 elts.property_groups == NULL && elts.template == NULL) { in export_instance()
10673 (void) xmlAddChild(n, elts.restarter); in export_instance()
10674 (void) xmlAddChildList(n, elts.dependencies); in export_instance()
10675 (void) xmlAddChildList(n, elts.dependents); in export_instance()
10676 (void) xmlAddChild(n, elts.method_context); in export_instance()
10677 (void) xmlAddChildList(n, elts.exec_methods); in export_instance()
10678 (void) xmlAddChildList(n, elts.notify_params); in export_instance()
10679 (void) xmlAddChildList(n, elts.property_groups); in export_instance()
10680 (void) xmlAddChild(n, elts.template); in export_instance()
10696 struct entity_elts elts; in export_service() local
10716 (void) memset(&elts, 0, sizeof (elts)); in export_service()
10732 export_dependency(exp_pg, &elts); in export_service()
10735 export_method(exp_pg, &elts); in export_service()
10743 export_svc_general(exp_pg, &elts); in export_service()
10747 export_method_context(exp_pg, &elts); in export_service()
10750 export_dependents(exp_pg, &elts); in export_service()
10756 export_template(exp_pg, &elts, &template_elts); in export_service()
10759 export_notify_params(exp_pg, &elts); in export_service()
10763 export_pg(exp_pg, &elts, flags); in export_service()
10769 elts.template = xmlNewNode(NULL, (xmlChar *)"template"); in export_service()
10770 (void) xmlAddChild(elts.template, template_elts.common_name); in export_service()
10771 (void) xmlAddChild(elts.template, template_elts.description); in export_service()
10772 (void) xmlAddChild(elts.template, template_elts.documentation); in export_service()
10783 export_instance(exp_inst, &elts, flags); in export_service()
10788 (void) xmlAddChild(snode, elts.create_default_instance); in export_service()
10789 (void) xmlAddChild(snode, elts.single_instance); in export_service()
10790 (void) xmlAddChild(snode, elts.restarter); in export_service()
10791 (void) xmlAddChildList(snode, elts.dependencies); in export_service()
10792 (void) xmlAddChildList(snode, elts.dependents); in export_service()
10793 (void) xmlAddChild(snode, elts.method_context); in export_service()
10794 (void) xmlAddChildList(snode, elts.exec_methods); in export_service()
10795 (void) xmlAddChildList(snode, elts.notify_params); in export_service()
10796 (void) xmlAddChildList(snode, elts.property_groups); in export_service()
10797 (void) xmlAddChildList(snode, elts.instances); in export_service()
10798 (void) xmlAddChild(snode, elts.stability); in export_service()
10799 (void) xmlAddChild(snode, elts.template); in export_service()