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

  /external/strace/xlat/
ipccalls.h 83 #if defined(SHMCTL) || (defined(HAVE_DECL_SHMCTL) && HAVE_DECL_SHMCTL)
85 static_assert((SHMCTL) == (24), "SHMCTL != 24");
88 # define SHMCTL 24
112 XLAT(SHMCTL),
  /bionic/libc/bionic/
sys_shm.cpp 47 int shmctl(int id, int cmd, struct shmid_ds* buf) { function
56 return syscall(SYS_ipc, SHMCTL, id, cmd, 0, buf, 0);
  /bionic/libc/kernel/uapi/linux/
ipc.h 59 #define SHMCTL 24
  /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
74 #define SHMCTL 24

Completed in 272 milliseconds