Searched defs:sops (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/sys/kern/ |
H A D | sysv_sem.c | 526 struct sembuf *sops; in sys_semop() local
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | syscall_emulator.c | 1232 struct sembuf * sops = (struct sembuf *)va_arg(args, long); in syscall_emulator() local
|
/openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1320 #define __sanitizer_syscall_pre_semop(semid, sops, nsops) \ argument 1322 #define __sanitizer_syscall_post_semop(res, semid, sops, nsops) \ argument 1331 #define __sanitizer_syscall_pre_semtimedop(semid, sops, nsops, timeout) \ argument 1334 #define __sanitizer_syscall_post_semtimedop(res, semid, sops, nsops, timeout) \ argument
|
H A D | netbsd_syscall_hooks.h | 1159 #define __sanitizer_syscall_pre_semop(semid, sops, nsops) \ argument 1162 #define __sanitizer_syscall_post_semop(res, semid, sops, nsops) \ argument
|
/openbsd-src/gnu/gcc/libmudflap/ |
H A D | mf-hooks2.c | 1747 WRAPPER2(int, semop, int semid, struct sembuf *sops, unsigned nsops) in WRAPPER2()
|