Lines Matching defs:pgty
11999 char *pgty;
12038 pgty = safe_malloc(max_scf_pg_type_len + 1);
12040 if (scf_pg_get_type(pg, pgty, max_scf_pg_type_len + 1) < 0)
12043 if (strcmp(pgty, SCF_GROUP_DEPENDENCY) != 0) {
12045 free(pgty);
12049 free(pgty);
12158 char *pgty, *name, *fmri;
12166 pgty = safe_malloc(max_scf_pg_type_len + 1);
12167 if (scf_pg_get_type(pg, pgty, max_scf_pg_type_len + 1) < 0)
12170 if (strcmp(pgty, scf_group_framework) != 0) {
12182 free(pgty);
12186 free(pgty);