Searched refs:scfval (Results 1 – 1 of 1) sorted by relevance
1575 scf_value_t *scfval; in ilbd_change_prop() local1595 if ((scfval = scf_value_create(h)) == NULL) { in ilbd_change_prop()1602 scf_value_set_boolean(scfval, *(boolean_t *)new_val); in ilbd_change_prop()1605 (void) scf_value_set_astring(scfval, (char *)new_val); in ilbd_change_prop()1607 ret = ilbd_scf_set_prop(scfpg, prop_name, scftype, scfval); in ilbd_change_prop()1614 if (scfval != NULL) in ilbd_change_prop()1615 scf_value_destroy(scfval); in ilbd_change_prop()