Home
last modified time | relevance | path

Searched defs:msqid (Results 1 – 7 of 7) sorted by relevance

/openbsd/lib/libc/sys/
H A Dw_msgsnd.c22 msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg) in msgsnd()
H A Dw_msgrcv.c22 msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) in msgrcv()
/openbsd/regress/sys/kern/sysvmsg/
H A Dmsgtest.c315 int msqid; in receiver() local
/openbsd/sys/kern/
H A Dsysv_msg.c104 int msqid = SCARG(uap, msqid); in sys_msgctl() local
/openbsd/gnu/usr.bin/perl/
H A Dsyscall_emulator.c1108 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 Dnetbsd_syscall_hooks.h1169 #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 Dlinux_syscall_hooks.h1294 #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