HomeSort by relevance Sort by last modified time
    Searched refs:MSGRCV (Results 1 - 7 of 7) sorted by null

  /external/strace/xlat/
ipccalls.h 41 #if defined(MSGRCV) || (defined(HAVE_DECL_MSGRCV) && HAVE_DECL_MSGRCV)
43 static_assert((MSGRCV) == (12), "MSGRCV != 12");
46 # define MSGRCV 12
106 XLAT(MSGRCV),
  /external/strace/tests/
ipc.c 43 # ifndef MSGRCV
44 # define MSGRCV 12
108 rc = ipc_call(1, MSGRCV,
110 printf("msgrcv(%d, %p, %lu, %ld, IPC_NOWAIT) = %d %s (%m)\n",
  /external/strace/tests-m32/
ipc.c 43 # ifndef MSGRCV
44 # define MSGRCV 12
108 rc = ipc_call(1, MSGRCV,
110 printf("msgrcv(%d, %p, %lu, %ld, IPC_NOWAIT) = %d %s (%m)\n",
  /external/strace/tests-mx32/
ipc.c 43 # ifndef MSGRCV
44 # define MSGRCV 12
108 rc = ipc_call(1, MSGRCV,
110 printf("msgrcv(%d, %p, %lu, %ld, IPC_NOWAIT) = %d %s (%m)\n",
  /bionic/libc/kernel/uapi/linux/
ipc.h 53 #define MSGRCV 12
  /external/kernel-headers/original/uapi/linux/
ipc.h 68 #define MSGRCV 12
  /bionic/libc/bionic/
sys_msg.cpp 55 ssize_t msgrcv(int id, void* msg, size_t n, long type, int flags) { function
59 return syscall(SYS_ipc, IPCCALL(1, MSGRCV), id, n, flags, msg, type);

Completed in 572 milliseconds