Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libvscan/common/
H A Dlibvscan.c86 scf_instance_t *vscf_inst; member
601 if (scf_instance_get_pg(vsc.vscf_inst, pgname, vsc.vscf_pgroup) == -1) { in vs_scf_values_get()
764 if (scf_instance_add_pg(vsc.vscf_inst, pgname, in vs_scf_pg_create()
808 if (scf_instance_get_pg(vsc.vscf_inst, pgname, vsc.vscf_pgroup) == -1) { in vs_scf_pg_delete()
869 if (scf_instance_get_pg(vsc.vscf_inst, pgname, vsc.vscf_pgroup) == -1) { in vs_scf_values_set()
1038 if ((vsc->vscf_inst = scf_instance_create(vsc->vscf_handle)) == NULL) in vs_scf_ctx_open()
1042 NULL, NULL, vsc->vscf_inst, NULL, NULL, in vs_scf_ctx_open()
1079 if (vsc->vscf_inst) in vs_scf_ctx_close()
1080 scf_instance_destroy(vsc->vscf_inst); in vs_scf_ctx_close()
1495 (scf_iter_instance_pgs_typed(vsc.vscf_iter, vsc.vscf_inst, in vs_props_get_engines()
[all …]