Lines Matching defs:vscf_handle
85 scf_handle_t *vscf_handle;
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_FMRI,
1047 if ((vsc->vscf_pgroup = scf_pg_create(vsc->vscf_handle)) == NULL)
1081 if (vsc->vscf_handle)
1082 scf_handle_destroy(vsc->vscf_handle);
1494 ((vsc.vscf_iter = scf_iter_create(vsc.vscf_handle)) == NULL) ||
1539 ((vsc.vscf_iter = scf_iter_create(vsc.vscf_handle)) == NULL) ||