Searched refs:vops (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/crypto/core/ |
H A D | kcf_callprov.c | 1106 kcf_verify_ops_params_t *vops = ¶ms->rp_u.verify_params; in common_submit_request() local 1110 KCF_SET_PROVIDER_MECHNUM(vops->vo_framework_mechtype, in common_submit_request() 1111 pd, &vops->vo_mech); in common_submit_request() 1113 err = KCF_PROV_VERIFY_INIT(pd, ctx, &vops->vo_mech, in common_submit_request() 1114 vops->vo_key, vops->vo_templ, rhndl); in common_submit_request() 1118 KCF_SET_PROVIDER_MECHNUM(vops->vo_framework_mechtype, 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() 1127 err = KCF_PROV_VERIFY(pd, ctx, vops->vo_data, in common_submit_request() 1128 vops->vo_signature, rhndl); in common_submit_request() [all …]
|
H A D | kcf_sched.c | 414 kcf_verify_ops_params_t *vops = ¶ms->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()
|
/titanic_41/usr/src/uts/common/sys/crypto/ |
H A D | ops_impl.h | 459 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; \
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | page_retire.c | 884 struct vnodeops *vops; in page_retire_init() local 899 if (vn_make_ops("retired_pages", retired_vnodeops_template, &vops)) { in page_retire_init() 903 vn_setops(retired_pages, vops); in page_retire_init()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_rnode.c | 572 struct vnodeops *vops, in make_rnode4() argument 683 vn_setops(vp, vops); in make_rnode4()
|
H A D | nfs_subr.c | 2458 struct vnodeops *vops, in make_rnode() argument 2593 vn_setops(vp, vops); in make_rnode()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sunmdi.c | 379 mdi_vhci_register(char *class, dev_info_t *vdip, mdi_vhci_ops_t *vops, in mdi_vhci_register() argument 385 ASSERT(vops->vo_revision <= MDI_VHCI_OPS_REV); in mdi_vhci_register() 459 vh->vh_ops = vops; in mdi_vhci_register()
|