Home
last modified time | relevance | path

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

/external/strace/
Dipc.c155 tprint_msgrcv(struct tcb *tcp, long addr, unsigned long count, long msgtyp) in tprint_msgrcv() argument
166 tprintf(", %lu, %ld, ", count, msgtyp); in tprint_msgrcv()
177 long msgtyp; in sys_msgrcv() member
185 tcp->u_arg[1], tmp.msgtyp); in sys_msgrcv()
/external/libnfc-nxp/src/
DphDal4Nfc_messageQueueLib.h47 int phDal4Nfc_msgrcv(intptr_t msqid, void * msgp, size_t msgsz, long msgtyp, int msgflg);
/external/kernel-headers/original/uapi/linux/
Dipc.h59 long msgtyp; member
/external/libnfc-nxp/Linux_x86/
DphDal4Nfc_messageQueueLib.c190 int phDal4Nfc_msgrcv (intptr_t msqid, void * msgp, size_t msgsz, long msgtyp, int msgflg) in phDal4Nfc_msgrcv() argument
/external/valgrind/main/include/vki/
Dvki-ppc32-linux.h875 long msgtyp; member
Dvki-ppc64-linux.h737 long msgtyp; member
Dvki-s390x-linux.h886 long msgtyp; member
Dvki-arm-linux.h721 long msgtyp; member
Dvki-x86-linux.h738 long msgtyp; member
Dvki-mips32-linux.h738 long msgtyp; member
Dvki-mips64-linux.h762 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), \
2730 long msgtyp, long msgflg);
2732 long msgsz, long msgtyp, long msgflg);
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c3530 Word msgtyp; in PRE() local
3534 msgtyp = deref_Addr( tid, in PRE()
3535 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgtyp), in PRE()
3538 ML_(linux_PRE_sys_msgrcv)( tid, ARG2, msgp, ARG3, msgtyp, ARG4 ); in PRE()
3614 Word msgtyp; in POST() local
3619 msgtyp = deref_Addr( tid, in POST()
3620 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgtyp), in POST()
3623 ML_(linux_POST_sys_msgrcv)( tid, RES, ARG2, msgp, ARG3, msgtyp, ARG4 ); in POST()
/external/valgrind/main/docs/internals/
Dporting-to-ARM.txt824 long msgtyp;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc2080 PRE_SYSCALL(msgrcv)(long msqid, void *msgp, long msgsz, long msgtyp,
2083 POST_SYSCALL(msgrcv)(long res, long msqid, void *msgp, long msgsz, long msgtyp,