Lines Matching refs:pgelts
9918 struct pg_elts pgelts;
9977 (void) memset(&pgelts, 0, sizeof (pgelts));
10008 pgelts.stability = s;
10015 export_property(exp_prop, exp_str, &pgelts, SCE_ALL_VALUES);
10020 (void) xmlAddChild(n, pgelts.stability);
10021 (void) xmlAddChildList(n, pgelts.propvals);
10022 (void) xmlAddChildList(n, pgelts.properties);
10034 struct pg_elts pgelts;
10051 (void) memset(&pgelts, 0, sizeof (pgelts));
10064 export_property(exp_prop, NULL, &pgelts,
10096 export_property(exp_prop, exp_str, &pgelts,
10110 export_property(exp_prop, exp_str, &pgelts,
10124 export_property(exp_prop, exp_str, &pgelts,
10144 export_property(exp_prop, NULL, &pgelts,
10159 export_property(exp_prop, NULL, &pgelts,
10166 export_property(exp_prop, exp_str, &pgelts,
10185 if (pgelts.propvals != NULL || pgelts.properties != NULL)
10186 export_pg_elts(&pgelts, SCF_PG_DEPENDENTS, scf_group_framework,
10493 struct pg_elts pgelts;
10511 (void) memset(&pgelts, 0, sizeof (pgelts));
10540 export_property(exp_prop, exp_str, &pgelts, SCE_ALL_VALUES);
10545 if (pgelts.propvals != NULL || pgelts.properties != NULL)
10546 export_pg_elts(&pgelts, scf_pg_general, scf_group_framework,