Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c1039 kcf_sign_ops_params_t *sops = &params->rp_u.sign_params; in common_submit_request() local
1043 KCF_SET_PROVIDER_MECHNUM(sops->so_framework_mechtype, in common_submit_request()
1044 pd, &sops->so_mech); in common_submit_request()
1046 err = KCF_PROV_SIGN_INIT(pd, ctx, &sops->so_mech, in common_submit_request()
1047 sops->so_key, sops->so_templ, rhndl); in common_submit_request()
1051 KCF_SET_PROVIDER_MECHNUM(sops->so_framework_mechtype, in common_submit_request()
1052 pd, &sops->so_mech); in common_submit_request()
1055 &sops->so_mech, sops->so_key, sops->so_templ, in common_submit_request()
1060 err = KCF_PROV_SIGN(pd, ctx, sops->so_data, in common_submit_request()
1061 sops->so_signature, rhndl); in common_submit_request()
[all …]
H A Dkcf_sched.c395 kcf_sign_ops_params_t *sops = &params->rp_u.sign_params; in can_resubmit() local
397 sops->so_mech.cm_type = sops->so_framework_mechtype; in can_resubmit()
398 *mech1 = &sops->so_mech; in can_resubmit()
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Dsemsys.c74 semop(int semid, struct sembuf *sops, int nsops) in semop() argument
76 return (_syscall(SYS_semsys, SEMOP, semid, sops, nsops)); in semop()
88 struct sembuf *sops; in semsys() local
110 sops = va_arg(ap, struct sembuf *); in semsys()
113 return (semop(semid, sops, nsops)); in semsys()
/titanic_50/usr/src/uts/common/sys/crypto/
H A Dops_impl.h441 kcf_sign_ops_params_t *sops = &(req)->rp_u.sign_params; \
446 sops->so_sid = _sid; \
448 sops->so_mech = *mechp; \
449 sops->so_framework_mechtype = mechp->cm_type; \
451 sops->so_key = _key; \
452 sops->so_data = _data; \
453 sops->so_signature = _signature; \
454 sops->so_templ = _templ; \
523 kcf_session_ops_params_t *sops = &(req)->rp_u.session_params; \
527 sops->so_sid_ptr = _sid_ptr; \
[all …]
/titanic_50/usr/src/lib/libc/port/sys/
H A Dsemsys.c129 semop(int semid, struct sembuf *sops, size_t nsops) in semop() argument
131 return (syscall(SYS_semsys, SEMOP, semid, sops, nsops)); in semop()
141 semtimedop(int semid, struct sembuf *sops, size_t nsops, in semtimedop() argument
144 return (syscall(SYS_semsys, SEMTIMEDOP, semid, sops, nsops, in semtimedop()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c551 int type, int protocol, sonodeops_t *sops) in sonode_init() argument
589 so->so_ops = sops; in sonode_init()
591 so->so_not_str = (sops != &sotpi_sonodeops); in sonode_init()
/titanic_50/usr/src/uts/common/syscall/
H A Dsem.c863 semop(int semid, struct sembuf *sops, size_t nsops, timespec_t *timeout) in semop() argument
936 if (copyin(sops, uops, nsops * sizeof (*op))) { in semop()
952 if (copyin(sops, uops, nsops * sizeof (*op))) { in semop()
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_cg.c631 static const uint_t sops[] = { DIF_OP_STGS, DIF_OP_STTS, DIF_OP_STLS }; in dt_cg_stvar() local
636 return (idp->di_kind == DT_IDENT_ARRAY ? aops[i] : sops[i]); in dt_cg_stvar()
/titanic_50/usr/src/lib/libc/port/
H A Dllib-lc1407 int semop(int semid, struct sembuf *sops, size_t nsops);