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

  /external/strace/xlat/
ipccalls.h 34 #if defined(MSGSND) || (defined(HAVE_DECL_MSGSND) && HAVE_DECL_MSGSND)
36 static_assert((MSGSND) == (11), "MSGSND != 11");
39 # define MSGSND 11
105 XLAT(MSGSND),
  /bionic/libc/kernel/uapi/linux/
ipc.h 52 #define MSGSND 11
  /external/kernel-headers/original/uapi/linux/
ipc.h 67 #define MSGSND 11
  /bionic/libc/bionic/
sys_msg.cpp 63 int msgsnd(int id, const void* msg, size_t n, int flags) { function
67 return syscall(SYS_ipc, MSGSND, id, n, flags, msg, 0);
  /external/v8/src/ppc/
constants-ppc.h     [all...]

Completed in 1882 milliseconds