Searched refs:mops (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c899 kcf_mac_ops_params_t *mops = &params->rp_u.mac_params; local
903 KCF_SET_PROVIDER_MECHNUM(mops->mo_framework_mechtype,
904 pd, &mops->mo_mech);
906 err = KCF_PROV_MAC_INIT(pd, ctx, &mops->mo_mech,
907 mops->mo_key, mops->mo_templ, rhndl);
911 err = KCF_PROV_MAC(pd, ctx, mops->mo_data,
912 mops->mo_mac, rhndl);
916 err = KCF_PROV_MAC_UPDATE(pd, ctx, mops->mo_data,
921 err = KCF_PROV_MAC_FINAL(pd, ctx, mops
[all...]
H A Dkcf_sched.c385 kcf_mac_ops_params_t *mops = &params->rp_u.mac_params; local
387 mops->mo_mech.cm_type = mops->mo_framework_mechtype;
388 *mech1 = &mops->mo_mech;
1792 kcf_mac_ops_params_t *mops = &(params->rp_u.mac_params); local
1796 ct = (crypto_dual_data_t *)mops->mo_data;
1797 mac_tmpl = (crypto_ctx_template_t)mops->mo_templ;
1800 pd = kcf_get_mech_provider(mops->mo_framework_mechtype, NULL,
1819 mops->mo_templ = ctx_mac_tmpl->ct_prov_tmpl;
1928 kcf_mac_ops_params_t *mops local
[all...]
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dops_impl.h387 kcf_mac_ops_params_t *mops = &(req)->rp_u.mac_params; \
392 mops->mo_sid = _sid; \
394 mops->mo_mech = *mechp; \
395 mops->mo_framework_mechtype = mechp->cm_type; \
397 mops->mo_key = _key; \
398 mops->mo_data = _data; \
399 mops->mo_mac = _mac; \
400 mops->mo_templ = _templ; \
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1986 * to protect mops.
1989 vfs_createopttbl_extend(mntopts_t *mops, const char *opts, argument
2008 vfs_copyopttbl_extend(mtmpl, mops, count);
2018 * to protect mops.
2021 vfs_createopttbl(mntopts_t *mops, const char *opts) argument
2023 vfs_createopttbl_extend(mops, opts, NULL);
2289 * The update_mnttab arg indicates whether mops is part of a vfs that is on
2293 vfs_clearmntopt_nolock(mntopts_t *mops, const char *opt, int update_mnttab) argument
2300 count = mops->mo_count;
2302 mop = &mops
2346 vfs_setmntopt_nolock(mntopts_t *mops, const char *opt, const char *arg, int flags, int update_mnttab) argument
2427 vfs_addtag(mntopts_t *mops, const char *tag) argument
2458 mntopts_t *mops; local
2576 vfs_parsemntopts(mntopts_t *mops, char *osp, int create) argument
2625 vfs_hasopt(const mntopts_t *mops, const char *opt) argument
2648 vfs_optionisset_nolock(const mntopts_t *mops, const char *opt, char **argp) argument
[all...]
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c8892 dtrace_mops_t *mops = &meta->dtm_mops; local
8927 if ((parg = mops->dtms_provide_pid(meta->dtm_arg, &dhpv, pid)) == NULL)
8958 mops->dtms_create_probe(meta->dtm_arg, parg, &dhpb);
9001 dtrace_mops_t *mops = &meta->dtm_mops; local
9014 mops->dtms_remove_pid(meta->dtm_arg, &dhpv, pid);
9046 dtrace_meta_register(const char *name, const dtrace_mops_t *mops, void *arg, argument
9065 if (mops == NULL ||
9066 mops->dtms_create_probe == NULL ||
9067 mops->dtms_provide_pid == NULL ||
9068 mops
[all...]

Completed in 304 milliseconds