Lines Matching defs:pg
1681 scf_propertygroup_t *pg;
1705 if (ra_get_pg(h, inst, RA_PG_ROUTING, B_TRUE, B_FALSE, &pg) == -1) {
1722 scf_iter_pg_properties(propiter, pg) != 0) {
1799 scf_pg_destroy(pg);
1882 boolean_t composed, boolean_t required, scf_propertygroup_t **pg)
1885 if ((*pg = scf_pg_create(h)) == NULL || (composed &&
1886 scf_instance_get_pg_composed(inst, NULL, pgname, *pg) != 0) ||
1887 (!composed && scf_instance_get_pg(inst, pgname, *pg) != 0)) {
1945 scf_propertygroup_t *pg = NULL;
1952 if (ra_get_pg(h, inst, pgname, composed, required, &pg) == -1)
1962 if (scf_pg_get_property(pg, propname, prop) != 0) {
2038 if (pg != NULL)
2039 scf_pg_destroy(pg);
2113 /* Ensure pg exists at service level, get composed pg */