Searched defs:mops (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/crypto/core/ |
H A D | kcf_callprov.c | 899 kcf_mac_ops_params_t *mops = ¶ms->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 D | kcf_sched.c | 385 kcf_mac_ops_params_t *mops = ¶ms->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/fs/ |
H A D | vfs.c | 1986 * 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 D | dtrace.c | 8892 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 109 milliseconds