| /src/tests/kernel/ |
| t_semtimedop.c | 59 struct sembuf sops; local 75 sops.sem_num = 0; 76 sops.sem_op = 1; 77 sops.sem_flg = 0; 84 if (semtimedop(semid, &sops, 1, &timeout) == -1) { 110 struct sembuf sops; local 134 sops.sem_num = 0; 135 sops.sem_op = -1; 136 sops.sem_flg = 0; 141 if (semtimedop(semid, &sops, 1, &timeout) == -1) 171 struct sembuf sops; local 230 struct sembuf sops; local [all...] |
| /src/sys/compat/netbsd32/ |
| netbsd32_ipc.c | 216 struct netbsd32_sembuf *sops; local 227 sops = small_sops; 229 sops = kmem_alloc(nsops * sizeof(*sops), KM_SLEEP); 231 SEM_PRINTF(("too many sops (max=%d, nsops=%zu)\n", 237 error = copyin(NETBSD32PTR64(usops), sops, nsops * sizeof(sops[0])); 240 NETBSD32PTR64(usops), &sops, nsops * sizeof(sops[0]))); 241 if (sops != small_sops [all...] |
| netbsd32_syscallargs.h | 1156 syscallarg(netbsd32_sembufp_t) sops; member in struct:netbsd32_semop_args 2839 syscallarg(netbsd32_sembufp_t) sops; member in struct:netbsd32_semtimedop_args
|
| /src/sys/kern/ |
| sysv_sem.c | 814 do_semop1(struct lwp *l, int usemid, struct sembuf *sops, 830 SEM_PRINTF(("do_semop1(%d, %p, %zu)\n", usemid, sops, nsops)); 871 if (sops[i].sem_num >= semaptr->sem_nsems) { 890 sopptr = &sops[i]; 939 semaptr->_sem_base[sops[i].sem_num].semval -= 940 sops[i].sem_op; 1012 if ((sops[i].sem_flg & SEM_UNDO) == 0) 1014 adjval = sops[i].sem_op; 1018 sops[i].sem_num, -adjval); 1032 if ((sops[i].sem_flg & SEM_UNDO) == 0 1082 struct sembuf *sops; local 1138 struct sembuf *sops = SCARG(uap, sops); local 1154 struct sembuf *sops = SCARG(uap, sops); local [all...] |
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 864 syscallarg(struct sembuf *) sops; member in struct:linux_sys_semtimedop_args
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1045 syscallarg(struct sembuf *) sops; member in struct:linux_sys_semtimedop_args
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_syscallargs.h | 871 syscallarg(struct sembuf *) sops; member in struct:linux_sys_semtimedop_args
|
| /src/sys/compat/linux/arch/arm/ |
| linux_syscallargs.h | 1087 syscallarg(struct sembuf *) sops; member in struct:linux_sys_semtimedop_args
|
| /src/sys/sys/ |
| syscallargs.h | 1404 syscallarg(struct sembuf *) sops; member in struct:sys_semop_args 3415 syscallarg(struct sembuf *) sops; member in struct:sys_semtimedop_args
|