Lines Matching defs:vscf_val
92 scf_value_t *vscf_val[VS_NUM_PROPIDS];
624 vsc.vscf_val[np] = scf_value_create(vsc.vscf_handle);
626 if (vsc.vscf_prop[np] == NULL || vsc.vscf_val[np] == NULL) {
671 vsc->vscf_val[idx])) == -1) {
683 if ((scf_value_get_astring(vsc->vscf_val[idx],
689 if ((scf_value_get_boolean(vsc->vscf_val[idx],
696 if ((scf_value_get_astring(vsc->vscf_val[idx],
702 if ((scf_value_get_astring(vsc->vscf_val[idx],
708 if ((scf_value_get_boolean(vsc->vscf_val[idx],
715 (void) scf_value_get_as_string_typed(vsc->vscf_val[idx],
719 if ((scf_value_get_integer(vsc->vscf_val[idx], &port)) == -1)
727 if ((scf_value_get_integer(vsc->vscf_val[idx],
898 vsc.vscf_val[np] = scf_value_create(vsc.vscf_handle);
901 if (vsc.vscf_val[np] == NULL || vsc.vscf_ent[np] == NULL) {
965 if ((scf_value_set_astring(vsc->vscf_val[idx],
971 scf_value_set_boolean(vsc->vscf_val[idx],
975 if ((scf_value_set_astring(vsc->vscf_val[idx],
981 scf_value_set_boolean(vsc->vscf_val[idx],
985 if ((scf_value_set_from_string(vsc->vscf_val[idx],
991 scf_value_set_integer(vsc->vscf_val[idx], vep->vep_port);
994 scf_value_set_integer(vsc->vscf_val[idx],
998 if ((scf_value_set_astring(vsc->vscf_val[idx],
1008 vsc->vscf_val[idx])) == -1) {
1065 if (vsc->vscf_val[i])
1066 scf_value_destroy(vsc->vscf_val[i]);