Home
last modified time | relevance | path

Searched refs:vscf_handle (Results 1 – 1 of 1) sorted by relevance

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