Home
last modified time | relevance | path

Searched defs:msgflg (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/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-src/sys/kern/
H A Dsysv_msg.c191 int msgflg = SCARG(uap, msgflg); in sys_msgget() local
/openbsd-src/gnu/usr.bin/perl/
H A Dsyscall_emulator.c1103 int msgflg = (int)va_arg(args, long); in syscall_emulator() local
1111 int msgflg = (int)va_arg(args, long); in syscall_emulator() local
1120 int msgflg = (int)va_arg(args, long); in syscall_emulator() local
/openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1290 #define __sanitizer_syscall_pre_msgget(key, msgflg) \ argument
1292 #define __sanitizer_syscall_post_msgget(res, key, msgflg) \ argument
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
1305 msgflg) \ argument
H A Dnetbsd_syscall_hooks.h1175 #define __sanitizer_syscall_pre_msgget(key, msgflg) \ argument
1177 #define __sanitizer_syscall_post_msgget(res, key, msgflg) \ 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
1192 msgflg) \ argument