Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c1111 pd, &vops->vo_mech); in common_submit_request()
1114 vops->vo_key, vops->vo_templ, rhndl); in common_submit_request()
1119 pd, &vops->vo_mech); in common_submit_request()
1122 &vops->vo_mech, vops->vo_key, vops->vo_templ, in common_submit_request()
1133 vops->vo_signature, vops->vo_data, rhndl); in common_submit_request()
1149 pd, &vops->vo_mech); in common_submit_request()
1152 &vops->vo_mech, vops->vo_key, vops->vo_data, in common_submit_request()
1153 vops->vo_templ, vops->vo_signature, rhndl); in common_submit_request()
1159 pd, &vops->vo_mech); in common_submit_request()
1162 &vops->vo_mech, vops->vo_key, vops->vo_signature, in common_submit_request()
[all …]
H A Dkcf_sched.c414 kcf_verify_ops_params_t *vops = &params->rp_u.verify_params; in can_resubmit() local
416 vops->vo_mech.cm_type = vops->vo_framework_mechtype; in can_resubmit()
417 *mech1 = &vops->vo_mech; in can_resubmit()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dops_impl.h459 kcf_verify_ops_params_t *vops = &(req)->rp_u.verify_params; \
464 vops->vo_sid = _sid; \
466 vops->vo_mech = *mechp; \
467 vops->vo_framework_mechtype = mechp->cm_type; \
469 vops->vo_key = _key; \
470 vops->vo_data = _data; \
471 vops->vo_signature = _signature; \
472 vops->vo_templ = _templ; \
/illumos-gate/usr/src/uts/common/vm/
H A Dpage_retire.c885 struct vnodeops *vops; in page_retire_init() local
900 if (vn_make_ops("retired_pages", retired_vnodeops_template, &vops)) { in page_retire_init()
904 vn_setops(retired_pages, vops); in page_retire_init()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c573 struct vnodeops *vops, in make_rnode4() argument
684 vn_setops(vp, vops); in make_rnode4()
H A Dnfs_subr.c2459 struct vnodeops *vops, in make_rnode() argument
2594 vn_setops(vp, vops); in make_rnode()
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c382 mdi_vhci_register(char *class, dev_info_t *vdip, mdi_vhci_ops_t *vops, in mdi_vhci_register() argument
388 ASSERT(vops->vo_revision <= MDI_VHCI_OPS_REV); in mdi_vhci_register()
462 vh->vh_ops = vops; in mdi_vhci_register()