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

/osnet-11/usr/src/lib/libvscan/common/
H A Dlibvscan.c90 scf_property_t *vscf_prop[VS_NUM_PROPIDS]; member in struct:vs_scfctx
623 vsc.vscf_prop[np] = scf_property_create(vsc.vscf_handle);
626 if (vsc.vscf_prop[np] == NULL || vsc.vscf_val[np] == NULL) {
632 vsc.vscf_prop[np]) == -1) {
670 if ((rc = scf_property_get_value(vsc->vscf_prop[idx],
1069 if (vsc->vscf_prop[i])
1070 scf_property_destroy(vsc->vscf_prop[i]);

Completed in 21 milliseconds