Lines Matching refs:msgp
1294 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \ argument
1295 __sanitizer_syscall_pre_impl_msgsnd((long)(msqid), (long)(msgp), \
1297 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \ argument
1298 __sanitizer_syscall_post_impl_msgsnd(res, (long)(msqid), (long)(msgp), \
1300 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument
1301 __sanitizer_syscall_pre_impl_msgrcv((long)(msqid), (long)(msgp), \
1304 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument
1306 __sanitizer_syscall_post_impl_msgrcv(res, (long)(msqid), (long)(msgp), \
2754 void __sanitizer_syscall_pre_impl_msgsnd(long msqid, long msgp, long msgsz,
2756 void __sanitizer_syscall_post_impl_msgsnd(long res, long msqid, long msgp,
2758 void __sanitizer_syscall_pre_impl_msgrcv(long msqid, long msgp, long msgsz,
2760 void __sanitizer_syscall_post_impl_msgrcv(long res, long msqid, long msgp,