Searched defs:vscf_handle (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libvscan/common/
H A Dlibvscan.c85 scf_handle_t *vscf_handle; member in struct:vs_scfctx
623 vsc.vscf_prop[np] = scf_property_create(vsc.vscf_handle);
624 vsc.vscf_val[np] = scf_value_create(vsc.vscf_handle);
880 if (((vsc.vscf_tx = scf_transaction_create(vsc.vscf_handle)) == NULL) ||
898 vsc.vscf_val[np] = scf_value_create(vsc.vscf_handle);
899 vsc.vscf_ent[np] = scf_entry_create(vsc.vscf_handle);
1032 if ((vsc->vscf_handle = scf_handle_create(SCF_VERSION)) == NULL)
1035 if (scf_handle_bind(vsc->vscf_handle) == -1)
1038 if ((vsc->vscf_inst = scf_instance_create(vsc->vscf_handle)) == NULL)
1041 if (scf_handle_decode_fmri(vsc->vscf_handle, VS_INSTANCE_FMR
[all...]

Completed in 24 milliseconds