Searched refs:scfpg (Results 1 – 1 of 1) sorted by relevance
1572 scf_propertygroup_t *scfpg = NULL; in ilbd_change_prop() local1581 ret = ilbd_scf_retrieve_pg(scf_pgname, &scfpg, B_FALSE); in ilbd_change_prop()1587 assert(scfpg != NULL); in ilbd_change_prop()1589 h = scf_pg_handle(scfpg); in ilbd_change_prop()1607 ret = ilbd_scf_set_prop(scfpg, prop_name, scftype, scfval); in ilbd_change_prop()1610 if (scf_pg_handle(scfpg) != NULL) in ilbd_change_prop()1611 scf_handle_destroy(scf_pg_handle(scfpg)); in ilbd_change_prop()1612 if (scfpg != NULL) in ilbd_change_prop()1613 scf_pg_destroy(scfpg); in ilbd_change_prop()