Searched refs:vscf_val (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libvscan/common/
H A Dlibvscan.c92 scf_value_t *vscf_val[VS_NUM_PROPIDS]; member in struct:vs_scfctx
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[id
[all...]

Completed in 50 milliseconds