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

  /external/strace/xlat/
ipccalls.h 48 #if defined(MSGGET) || (defined(HAVE_DECL_MSGGET) && HAVE_DECL_MSGGET)
50 static_assert((MSGGET) == (13), "MSGGET != 13");
53 # define MSGGET 13
107 XLAT(MSGGET),
  /bionic/libc/kernel/uapi/linux/
ipc.h 54 #define MSGGET 13
  /external/kernel-headers/original/uapi/linux/
ipc.h 69 #define MSGGET 13
  /bionic/libc/bionic/
sys_msg.cpp 47 int msgget(key_t key, int flags) { function
51 return syscall(SYS_ipc, MSGGET, key, flags, 0, 0, 0);

Completed in 321 milliseconds