HomeSort by relevance Sort by last modified time
    Searched refs:msgtyp (Results 26 - 36 of 36) sorted by null

12

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ipc.h 59 long msgtyp; member in struct:ipc_kludge
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_messageQueueLib.c 181 * The msgtyp and msgflg parameters are ignored.
190 int phDal4Nfc_msgrcv (int msqid, void * msgp, size_t msgsz, long msgtyp, int msgflg)
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc32-linux.c 823 Word msgtyp; local
828 msgtyp = deref_Addr( tid,
829 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgtyp),
832 ML_(linux_PRE_sys_msgrcv)( tid, ARG2, msgp, ARG3, msgtyp, ARG4 );
889 Word msgtyp; local
894 msgtyp = deref_Addr( tid,
895 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgtyp),
898 ML_(linux_POST_sys_msgrcv)( tid, RES, ARG2, msgp, ARG3, msgtyp, ARG4 );
    [all...]
syswrap-ppc64-linux.c 839 Word msgtyp; local
844 msgtyp = deref_Addr( tid,
845 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgtyp),
848 ML_(linux_PRE_sys_msgrcv)( tid, ARG2, msgp, ARG3, msgtyp, ARG4 );
905 Word msgtyp; local
910 msgtyp = deref_Addr( tid,
911 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgtyp),
914 ML_(linux_POST_sys_msgrcv)( tid, RES, ARG2, msgp, ARG3, msgtyp, ARG4 );
    [all...]
syswrap-x86-linux.c 1216 Word msgtyp; local
1282 Word msgtyp; local
    [all...]
  /external/strace/
ipc.c 230 long msgtyp; member in struct:ipc_wrapper
244 tprintf(", %ld", tmp.msgtyp);
  /external/kernel-headers/original/linux/
compat.h 170 long compat_sys_msgrcv(int first, int second, int msgtyp, int third,
  /external/valgrind/main/include/vki/
vki-arm-linux.h 724 long msgtyp; member in struct:vki_ipc_kludge
vki-ppc32-linux.h 855 long msgtyp; member in struct:vki_ipc_kludge
    [all...]
vki-ppc64-linux.h 718 long msgtyp; member in struct:vki_ipc_kludge
vki-x86-linux.h 721 long msgtyp; member in struct:vki_ipc_kludge

Completed in 116 milliseconds

12