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

  /external/strace/xlat/
ipccalls.h 55 #if defined(MSGCTL) || (defined(HAVE_DECL_MSGCTL) && HAVE_DECL_MSGCTL)
57 static_assert((MSGCTL) == (14), "MSGCTL != 14");
60 # define MSGCTL 14
108 XLAT(MSGCTL),
  /bionic/libc/kernel/uapi/linux/
ipc.h 55 #define MSGCTL 14
  /external/kernel-headers/original/uapi/linux/
ipc.h 36 * Control commands used with semctl, msgctl and shmctl
45 * Version flags for semctl, msgctl, and shmctl commands
70 #define MSGCTL 14
  /bionic/libc/bionic/
sys_msg.cpp 34 int msgctl(int id, int cmd, msqid_ds* buf) { function
43 return syscall(SYS_ipc, MSGCTL, id, cmd, 0, buf, 0);

Completed in 698 milliseconds