Lines Matching refs:msgp
1286 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \ argument
1287 __sanitizer_syscall_pre_impl_msgsnd((long)(msqid), (long)(msgp), \
1289 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \ argument
1290 __sanitizer_syscall_post_impl_msgsnd(res, (long)(msqid), (long)(msgp), \
1292 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument
1293 __sanitizer_syscall_pre_impl_msgrcv((long)(msqid), (long)(msgp), \
1296 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument
1298 __sanitizer_syscall_post_impl_msgrcv(res, (long)(msqid), (long)(msgp), \
2725 void __sanitizer_syscall_pre_impl_msgsnd(long msqid, long msgp, long msgsz,
2727 void __sanitizer_syscall_post_impl_msgsnd(long res, long msqid, long msgp,
2729 void __sanitizer_syscall_pre_impl_msgrcv(long msqid, long msgp, long msgsz,
2731 void __sanitizer_syscall_post_impl_msgrcv(long res, long msqid, long msgp,