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

/illumos-gate/usr/src/lib/libvscan/common/
H A Dlibvscan.c91 scf_transaction_entry_t *vscf_ent[VS_NUM_PROPIDS]; member in struct:vs_scfctx
899 vsc.vscf_ent[np] = scf_entry_create(vsc.vscf_handle);
901 if (vsc.vscf_val[np] == NULL || vsc.vscf_ent[np] == NULL) {
907 vsc.vscf_ent[np], vpd->vpd_name, vpd->vpd_type)) == -1) {
909 vsc.vscf_ent[np], vpd->vpd_name, vpd->vpd_type);
1007 if ((scf_entry_add_value(vsc->vscf_ent[idx],
1067 if (vsc->vscf_ent[i])
1068 scf_entry_destroy(vsc->vscf_ent[i]);

Completed in 94 milliseconds