Home
last modified time | relevance | path

Searched refs:msgtyp (Results 1 – 19 of 19) sorted by relevance

/external/ltp/include/
Dtst_safe_sysv_ipc.h31 size_t msgsz, long msgtyp, int msgflg);
32 #define SAFE_MSGRCV(msqid, msgp, msgsz, msgtyp, msgflg) \ argument
33 safe_msgrcv(__FILE__, __LINE__, (msqid), (msgp), (msgsz), (msgtyp), (msgflg))
/external/ltp/lib/
Dtst_safe_sysv_ipc.c54 size_t msgsz, long msgtyp, int msgflg) in safe_msgrcv() argument
58 rval = msgrcv(msqid, msgp, msgsz, msgtyp, msgflg); in safe_msgrcv()
62 file, lineno, msqid, msgp, msgsz, msgtyp, msgflg); in safe_msgrcv()
/external/strace/tests-m32/
Dipc.c106 const long msgtyp = 0; in main() local
109 msqid, msgsz, IPC_NOWAIT, (long) efault, msgtyp); in main()
111 msqid, efault, msgsz, msgtyp, rc, errno2name()); in main()
/external/strace/tests/
Dipc.c106 const long msgtyp = 0; in main() local
109 msqid, msgsz, IPC_NOWAIT, (long) efault, msgtyp); in main()
111 msqid, efault, msgsz, msgtyp, rc, errno2name()); in main()
/external/strace/tests-mx32/
Dipc.c106 const long msgtyp = 0; in main() local
109 msqid, msgsz, IPC_NOWAIT, (long) efault, msgtyp); in main()
111 msqid, efault, msgsz, msgtyp, rc, errno2name()); in main()
/external/strace/
Dipc_msg.c83 const kernel_ulong_t count, const kernel_ulong_t msgtyp) in tprint_msgrcv() argument
86 tprintf("%" PRI_kld ", ", msgtyp); in tprint_msgrcv()
DChangeLog6460 (tprint_msgrcv): Change the type of count and msgtyp arguments
22113 and msgtyp (message type) syscall arguments are passed via proxy
/external/kernel-headers/original/uapi/linux/
Dipc.h59 long msgtyp; member
/external/valgrind/include/vki/
Dvki-ppc64-linux.h748 long msgtyp; member
Dvki-ppc32-linux.h879 long msgtyp; member
Dvki-s390x-linux.h903 long msgtyp; member
Dvki-x86-linux.h744 long msgtyp; member
Dvki-arm-linux.h727 long msgtyp; member
Dvki-mips64-linux.h768 long msgtyp; member
Dvki-mips32-linux.h743 long msgtyp; member
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1292 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument
1294 (long)(msgsz), (long)(msgtyp), \
1296 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument
1299 (long)(msgsz), (long)(msgtyp), \
2737 long msgtyp, long msgflg);
2739 long msgsz, long msgtyp, long msgflg);
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c4177 Word msgtyp; in PRE() local
4181 msgtyp = deref_Addr( tid, in PRE()
4182 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgtyp), in PRE()
4185 ML_(linux_PRE_sys_msgrcv)( tid, ARG2, msgp, ARG3, msgtyp, ARG4 ); in PRE()
4270 Word msgtyp; in POST() local
4275 msgtyp = deref_Addr( tid, in POST()
4276 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgtyp), in POST()
4279 ML_(linux_POST_sys_msgrcv)( tid, RES, ARG2, msgp, ARG3, msgtyp, ARG4 ); in POST()
/external/valgrind/docs/internals/
Dporting-to-ARM.txt824 long msgtyp;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc2078 PRE_SYSCALL(msgrcv)(long msqid, void *msgp, long msgsz, long msgtyp,
2081 POST_SYSCALL(msgrcv)(long res, long msqid, void *msgp, long msgsz, long msgtyp,