Lines Matching defs:pg
180 scf_propertygroup_t *pg = NULL;
207 if (((pg = scf_pg_create(handle)) == NULL) ||
217 if (scf_service_get_pg(svc, FCOE_PG_NAME, pg) == -1) {
220 SCF_GROUP_APPLICATION, 0, pg) == -1) {
221 syslog(LOG_ERR, "add pg failed - %s",
228 syslog(LOG_ERR, "get pg failed - %s",
239 if (scf_pg_get_property(pg, FCOE_PORT_LIST, prop) == -1) {
252 if (scf_transaction_start(tran, pg) == -1) {
289 if (scf_pg_get_property(pg, FCOE_PORT_LIST, prop) == -1) {
435 if (pg != NULL) {
436 scf_pg_destroy(pg);
835 scf_propertygroup_t *pg = NULL;
853 if (((pg = scf_pg_create(handle)) == NULL) ||
861 if (scf_service_get_pg(svc, FCOE_PG_NAME, pg) == -1) {
866 if (scf_pg_get_property(pg, FCOE_PORT_LIST, prop) == -1) {
948 if (pg != NULL) {
949 scf_pg_destroy(pg);