| /freebsd-13.1/sys/kern/ |
| H A D | sysv_msg.c | 1133 long msgtyp; member 1139 kern_msgrcv(struct thread *td, int msqid, void *msgp, size_t msgsz, long msgtyp, in kern_msgrcv() argument 1194 if (msgtyp == 0) { in kern_msgrcv() 1237 if (msgtyp == msghdr->msg_type || in kern_msgrcv() 1238 msghdr->msg_type <= -msgtyp) { in kern_msgrcv() 1241 msghdr->msg_type, msgtyp)); in kern_msgrcv() 1297 msgtyp)); in kern_msgrcv() 1405 uap->msgp, uap->msgsz, uap->msgtyp, uap->msgflg)); in sys_msgrcv() 1409 uap->msgtyp, uap->msgflg, &mtype)) != 0) in sys_msgrcv() 1819 uap->msgtyp, uap->msgflg, &mtype)) != 0) in freebsd32_msgrcv()
|
| H A D | systrace_args.c | 1119 iarg[3] = p->msgtyp; /* long */ in systrace_args()
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_machdep.c | 125 l_long msgtyp; member 186 a.msgtyp = tmp.msgtyp; in linux_ipc() 189 a.msgtyp = args->arg5; in linux_ipc()
|
| H A D | linux_systrace_args.c | 2988 iarg[3] = p->msgtyp; /* l_long */ in systrace_args()
|
| H A D | linux_proto.h | 1506 char msgtyp_l_[PADL_(l_long)]; l_long msgtyp; char msgtyp_r_[PADR_(l_long)]; member
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_machdep.c | 248 l_long msgtyp; member 309 a.msgtyp = tmp.msgtyp; in linux_ipc() 312 a.msgtyp = args->arg5; in linux_ipc()
|
| H A D | linux32_systrace_args.c | 2949 iarg[3] = p->msgtyp; /* l_long */ in systrace_args()
|
| H A D | linux32_proto.h | 1513 char msgtyp_l_[PADL_(l_long)]; l_long msgtyp; char msgtyp_r_[PADR_(l_long)]; member
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A D | linux_syscall_hooks.h | 1291 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument 1293 (long)(msgsz), (long)(msgtyp), \ 1295 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument 1298 (long)(msgsz), (long)(msgtyp), \ 2738 long msgtyp, long msgflg); 2740 long msgsz, long msgtyp, long msgflg);
|
| H A D | netbsd_syscall_hooks.h | 1187 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument 1189 (long long)(msgsz), (long long)(msgtyp), \ 1191 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument 1195 (long long)(msgtyp), (long long)(msgflg)) 3751 long long msgsz, long long msgtyp, 3755 long long msgtyp, long long msgflg);
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_ipc.c | 682 args->msgtyp, args->msgflg, &mtype)) != 0) in linux_msgrcv()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2077 PRE_SYSCALL(msgrcv)(long msqid, void *msgp, long msgsz, long msgtyp, 2080 POST_SYSCALL(msgrcv)(long res, long msqid, void *msgp, long msgsz, long msgtyp,
|
| H A D | sanitizer_common_interceptors.inc | 3143 long msgtyp, int msgflg) { 3145 COMMON_INTERCEPTOR_ENTER(ctx, msgrcv, msqid, msgp, msgsz, msgtyp, msgflg); 3146 SSIZE_T len = REAL(msgrcv)(msqid, msgp, msgsz, msgtyp, msgflg);
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_systrace_args.c | 1478 iarg[3] = p->msgtyp; /* l_long */ in systrace_args()
|
| H A D | linux_proto.h | 713 char msgtyp_l_[PADL_(l_long)]; l_long msgtyp; char msgtyp_r_[PADR_(l_long)]; member
|
| /freebsd-13.1/sys/compat/freebsd32/ |
| H A D | freebsd32_proto.h | 196 char msgtyp_l_[PADL_(long)]; long msgtyp; char msgtyp_r_[PADR_(long)]; member
|
| H A D | freebsd32_systrace_args.c | 1089 iarg[3] = p->msgtyp; /* long */ in systrace_args()
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_systrace_args.c | 1953 iarg[3] = p->msgtyp; /* l_long */ in systrace_args()
|
| H A D | linux_proto.h | 920 char msgtyp_l_[PADL_(l_long)]; l_long msgtyp; char msgtyp_r_[PADR_(l_long)]; member
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_systrace_args.c | 629 iarg[3] = p->msgtyp; /* l_long */ in systrace_args()
|
| H A D | linux_proto.h | 338 char msgtyp_l_[PADL_(l_long)]; l_long msgtyp; char msgtyp_r_[PADR_(l_long)]; member
|
| /freebsd-13.1/sys/sys/ |
| H A D | sysproto.h | 613 char msgtyp_l_[PADL_(long)]; long msgtyp; char msgtyp_r_[PADR_(long)]; member
|