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

/freebsd-10.2-release/sys/kern/
H A Dsysv_sem.c980 struct sembuf *sops; member in struct:semop_args
991 struct sembuf *sops; local
1003 sops = NULL;
1005 DPRINTF(("call to semop(%d, %p, %u)\n", semid, sops, nsops));
1017 sops = small_sops;
1019 DPRINTF(("too many sops (max=%d, nsops=%d)\n", seminfo.semopm,
1035 sops = malloc(nsops * sizeof(*sops), M_TEMP, M_WAITOK);
1037 if ((error = copyin(uap->sops, sops, nsop
[all...]
H A Dsystrace_args.c1208 uarg[1] = (intptr_t) p->sops; /* struct sembuf * */
/freebsd-10.2-release/sys/i386/ibcs2/
H A Dibcs2_ipc.c372 struct sembuf *sops; member in struct:ibcs2_semop_args
383 ap.sops = uap->sops;
/freebsd-10.2-release/sys/compat/svr4/
H A Dsvr4_ipc.c294 struct svr4_sembuf * sops; member in struct:svr4_sys_semop_args
308 ap.sops = (struct sembuf *) uap->sops;
/freebsd-10.2-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1747 WRAPPER2(int, semop, int semid, struct sembuf *sops, unsigned nsops) argument
1750 MF_VALIDATE_EXTENT (sops, sizeof (*sops) * nsops, __MF_CHECK_READ,
1751 "semop sops");
1752 return semop (semid, sops, nsops);
/freebsd-10.2-release/sys/compat/linux/
H A Dlinux_ipc.c492 struct sembuf *sops;
497 bsd_args.sops = PTRIN(args->tsops);
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c631 static const uint_t sops[] = { DIF_OP_STGS, DIF_OP_STTS, DIF_OP_STLS }; local
636 return (idp->di_kind == DT_IDENT_ARRAY ? aops[i] : sops[i]);
/freebsd-10.2-release/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c1115 uarg[1] = (intptr_t) p->sops; /* struct sembuf * */
/freebsd-10.2-release/sys/sys/
H A Dsysproto.h661 char sops_l_[PADL_(struct sembuf *)]; struct sembuf * sops; char sops_r_[PADR_(struct sembuf *)]; member in struct:semop_args

Completed in 214 milliseconds