Lines Matching refs:pgelts
9936 struct pg_elts pgelts; in export_dependent() local
9995 (void) memset(&pgelts, 0, sizeof (pgelts)); in export_dependent()
10026 pgelts.stability = s; in export_dependent()
10033 export_property(exp_prop, exp_str, &pgelts, SCE_ALL_VALUES); in export_dependent()
10038 (void) xmlAddChild(n, pgelts.stability); in export_dependent()
10039 (void) xmlAddChildList(n, pgelts.propvals); in export_dependent()
10040 (void) xmlAddChildList(n, pgelts.properties); in export_dependent()
10052 struct pg_elts pgelts; in export_dependents() local
10069 (void) memset(&pgelts, 0, sizeof (pgelts)); in export_dependents()
10082 export_property(exp_prop, NULL, &pgelts, in export_dependents()
10114 export_property(exp_prop, exp_str, &pgelts, in export_dependents()
10128 export_property(exp_prop, exp_str, &pgelts, in export_dependents()
10142 export_property(exp_prop, exp_str, &pgelts, in export_dependents()
10162 export_property(exp_prop, NULL, &pgelts, in export_dependents()
10177 export_property(exp_prop, NULL, &pgelts, in export_dependents()
10184 export_property(exp_prop, exp_str, &pgelts, in export_dependents()
10203 if (pgelts.propvals != NULL || pgelts.properties != NULL) in export_dependents()
10204 export_pg_elts(&pgelts, SCF_PG_DEPENDENTS, scf_group_framework, in export_dependents()
10515 struct pg_elts pgelts; in export_inst_general() local
10533 (void) memset(&pgelts, 0, sizeof (pgelts)); in export_inst_general()
10564 export_property(exp_prop, exp_str, &pgelts, SCE_ALL_VALUES); in export_inst_general()
10569 if (pgelts.propvals != NULL || pgelts.properties != NULL) in export_inst_general()
10570 export_pg_elts(&pgelts, scf_pg_general, scf_group_framework, in export_inst_general()