/external/strace/ |
D | ipc_msg.c | 80 const long msgtyp) in tprint_msgrcv() argument 83 tprintf("%ld, ", msgtyp); in tprint_msgrcv()
|
/external/libnfc-nci/halimpl/pn54x/tml/ |
D | phDal4Nfc_messageQueueLib.c | 230 int phDal4Nfc_msgrcv(intptr_t msqid, phLibNfc_Message_t * msg, long msgtyp, int msgflg) in phDal4Nfc_msgrcv() argument 235 UNUSED(msgtyp); in phDal4Nfc_msgrcv()
|
D | phDal4Nfc_messageQueueLib.h | 31 int phDal4Nfc_msgrcv(intptr_t msqid, phLibNfc_Message_t * msg, long msgtyp, int msgflg);
|
/external/libnfc-nxp/src/ |
D | phDal4Nfc_messageQueueLib.h | 47 int phDal4Nfc_msgrcv(intptr_t msqid, void * msgp, size_t msgsz, long msgtyp, int msgflg);
|
/external/kernel-headers/original/uapi/linux/ |
D | ipc.h | 59 long msgtyp; member
|
/external/libnfc-nxp/Linux_x86/ |
D | phDal4Nfc_messageQueueLib.c | 190 int phDal4Nfc_msgrcv (intptr_t msqid, void * msgp, size_t msgsz, long msgtyp, int msgflg) in phDal4Nfc_msgrcv() argument
|
/external/valgrind/include/vki/ |
D | vki-s390x-linux.h | 901 long msgtyp; member
|
D | vki-ppc64-linux.h | 745 long msgtyp; member
|
D | vki-ppc32-linux.h | 880 long msgtyp; member
|
D | vki-x86-linux.h | 744 long msgtyp; member
|
D | vki-arm-linux.h | 727 long msgtyp; member
|
D | vki-mips32-linux.h | 743 long msgtyp; member
|
D | vki-mips64-linux.h | 767 long msgtyp; member
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1292 #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/coregrind/m_syswrap/ |
D | syswrap-linux.c | 3624 Word msgtyp; in PRE() local 3628 msgtyp = deref_Addr( tid, in PRE() 3629 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgtyp), in PRE() 3632 ML_(linux_PRE_sys_msgrcv)( tid, ARG2, msgp, ARG3, msgtyp, ARG4 ); in PRE() 3717 Word msgtyp; in POST() local 3722 msgtyp = deref_Addr( tid, in POST() 3723 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgtyp), in POST() 3726 ML_(linux_POST_sys_msgrcv)( tid, RES, ARG2, msgp, ARG3, msgtyp, ARG4 ); in POST()
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 824 long msgtyp;
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 2082 PRE_SYSCALL(msgrcv)(long msqid, void *msgp, long msgsz, long msgtyp, 2085 POST_SYSCALL(msgrcv)(long res, long msqid, void *msgp, long msgsz, long msgtyp,
|