Searched defs:msgtyp (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/lib/libc/sys/ |
H A D | w_msgrcv.c | 22 msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) in msgrcv()
|
/openbsd-src/sys/kern/ |
H A D | sysv_msg.c | 318 long msgtyp = SCARG(uap, msgtyp); in sys_msgrcv() local 510 msg_lookup(struct que *que, int msgtyp) in msg_lookup()
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | syscall_emulator.c | 1119 long msgtyp = (long)va_arg(args, long); in syscall_emulator() local
|
/openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1300 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument 1304 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument
|
H A D | netbsd_syscall_hooks.h | 1187 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument 1191 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument
|