Lines Matching refs:vscf_val

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