HomeSort by relevance Sort by last modified time
    Searched full:msgp (Results 26 - 50 of 73) sorted by null

12 3

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
ipc.h 16 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_messageQueueLib.c 133 * \param[in] msgp The message to send.
139 int phDal4Nfc_msgsnd (int msqid, void * msgp, size_t msgsz, int msgflg)
145 if ((msqid == 0) || (msgp == NULL) || (msgsz == 0))
156 memcpy(&pNew->nMsg, &((phDal4Nfc_Message_Wrapper_t*)msgp)->msg, sizeof(phLibNfc_Message_t));
184 * \param[out] msgp The received message.
190 int phDal4Nfc_msgrcv (int msqid, void * msgp, size_t msgsz, long msgtyp, int msgflg)
195 if ((msqid == 0) || (msgp == NULL))
206 memcpy(&((phDal4Nfc_Message_Wrapper_t*)msgp)->msg, &(pQueue->pItems)->nMsg, sizeof(phLibNfc_Message_t));
  /external/libnfc-nxp/src/
phDal4Nfc_messageQueueLib.h 46 int phDal4Nfc_msgsnd(int msqid, void * msgp, size_t msgsz, int msgflg);
47 int phDal4Nfc_msgrcv (int msqid, void * msgp, size_t msgsz, long msgtyp, int msgflg);
  /bionic/libc/kernel/common/asm-generic/
ipc.h 22 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ipc.h 58 struct msgbuf *msgp; member in struct:ipc_kludge

Completed in 955 milliseconds

12 3