/openbsd/lib/libc/sys/ |
H A D | w_msgsnd.c | 22 msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg) in msgsnd()
|
H A D | w_msgrcv.c | 22 msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) in msgrcv()
|
/openbsd/regress/sys/kern/sysvmsg/ |
H A D | msgtest.c | 315 int msqid; in receiver() local
|
/openbsd/sys/kern/ |
H A D | sysv_msg.c | 104 int msqid = SCARG(uap, msqid); in sys_msgctl() local
|
/openbsd/gnu/usr.bin/perl/ |
H A D | syscall_emulator.c | 1108 int msqid = (int)va_arg(args, long); in syscall_emulator() local 1116 int msqid = (int)va_arg(args, long); in syscall_emulator() local 1259 int msqid = (int)va_arg(args, long); in syscall_emulator() local
|
/openbsd/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 1169 #define __sanitizer_syscall_pre_compat_14_msgctl(msqid, cmd, buf) \ argument 1172 #define __sanitizer_syscall_post_compat_14_msgctl(res, msqid, cmd, buf) \ argument 1180 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \ argument 1183 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \ argument 1187 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument 1191 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument 1612 #define __sanitizer_syscall_pre_compat_50___msgctl13(msqid, cmd, buf) \ argument 1615 #define __sanitizer_syscall_post_compat_50___msgctl13(res, msqid, cmd, buf) \ argument 2465 #define __sanitizer_syscall_pre___msgctl50(msqid, cmd, buf) \ argument 2468 #define __sanitizer_syscall_post___msgctl50(res, msqid, cmd, buf) \ argument
|
H A D | linux_syscall_hooks.h | 1294 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \ argument 1297 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \ argument 1300 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument 1304 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument 1309 #define __sanitizer_syscall_pre_msgctl(msqid, cmd, buf) \ argument 1311 #define __sanitizer_syscall_post_msgctl(res, msqid, cmd, buf) \ argument
|