sembuf             98 compat/common/kern_ipc_10.c 		SCARG(&semop_args, sops) = (struct sembuf *)SCARG(uap, a3);
sembuf            104 compat/common/kern_ipc_23.c 	struct semid_ds *sembuf = kaddr;
sembuf            111 compat/common/kern_ipc_23.c 		cvt_ds(sembuf, &osembuf, sem, sem_base);
sembuf            121 compat/common/kern_ipc_23.c 	const struct semid_ds *sembuf = kaddr;
sembuf            126 compat/common/kern_ipc_23.c 	cvt_ds(&osembuf, sembuf, sem, sem_base);
sembuf            156 compat/common/kern_ipc_35.c 	struct semid_ds *sembuf = kaddr;
sembuf            163 compat/common/kern_ipc_35.c 		cvt_ds(sembuf, &osembuf, sem, sem_base);
sembuf            173 compat/common/kern_ipc_35.c 	const struct semid_ds *sembuf = kaddr;
sembuf            178 compat/common/kern_ipc_35.c 	cvt_ds(&osembuf, sembuf, sem, sem_base);
sembuf            238 compat/linux/linux_ipc.c 	SCARG(&bsa, sops) = (struct sembuf *)SCARG(uap, ptr);
sembuf            298 compat/svr4/svr4_ipc.c 	SCARG(&ap, sops) = (struct sembuf *) SCARG(uap, sops);
sembuf            496 kern/sysv_sem.c 	struct sembuf sopbuf[NSOPS];
sembuf            499 kern/sysv_sem.c 	struct sembuf *sops;
sembuf            501 kern/sysv_sem.c 	struct sembuf *sopptr = NULL;
sembuf            537 kern/sysv_sem.c 		sops = malloc(nsops * sizeof(struct sembuf), M_SEM, M_WAITOK);
sembuf            538 kern/sysv_sem.c 	error = copyin(SCARG(uap, sops), sops, nsops * sizeof(struct sembuf));
sembuf            541 kern/sysv_sem.c 		    SCARG(uap, sops), &sops, nsops * sizeof(struct sembuf)));
sembuf             99 sys/sem.h      struct sembuf {
sembuf            213 sys/sem.h      int	semop(int, struct sembuf *, size_t);
sembuf            933 sys/syscallargs.h 	syscallarg(struct sembuf *) sops;
sembuf           1177 sys/syscallargs.h 	syscallarg(struct sembuf *) sops;