Lines Matching refs:pgelts
9905 struct pg_elts pgelts; in export_dependent() local
9964 (void) memset(&pgelts, 0, sizeof (pgelts)); in export_dependent()
9995 pgelts.stability = s; in export_dependent()
10002 export_property(exp_prop, exp_str, &pgelts, SCE_ALL_VALUES); in export_dependent()
10007 (void) xmlAddChild(n, pgelts.stability); in export_dependent()
10008 (void) xmlAddChildList(n, pgelts.propvals); in export_dependent()
10009 (void) xmlAddChildList(n, pgelts.properties); in export_dependent()
10021 struct pg_elts pgelts; in export_dependents() local
10038 (void) memset(&pgelts, 0, sizeof (pgelts)); in export_dependents()
10051 export_property(exp_prop, NULL, &pgelts, in export_dependents()
10083 export_property(exp_prop, exp_str, &pgelts, in export_dependents()
10097 export_property(exp_prop, exp_str, &pgelts, in export_dependents()
10111 export_property(exp_prop, exp_str, &pgelts, in export_dependents()
10131 export_property(exp_prop, NULL, &pgelts, in export_dependents()
10146 export_property(exp_prop, NULL, &pgelts, in export_dependents()
10153 export_property(exp_prop, exp_str, &pgelts, in export_dependents()
10172 if (pgelts.propvals != NULL || pgelts.properties != NULL) in export_dependents()
10173 export_pg_elts(&pgelts, SCF_PG_DEPENDENTS, scf_group_framework, in export_dependents()
10480 struct pg_elts pgelts; in export_inst_general() local
10498 (void) memset(&pgelts, 0, sizeof (pgelts)); in export_inst_general()
10527 export_property(exp_prop, exp_str, &pgelts, SCE_ALL_VALUES); in export_inst_general()
10532 if (pgelts.propvals != NULL || pgelts.properties != NULL) in export_inst_general()
10533 export_pg_elts(&pgelts, scf_pg_general, scf_group_framework, in export_inst_general()