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

  /external/strace/xlat/
ipccalls.h 35 #if !(defined(SHMCTL) || (defined(HAVE_DECL_SHMCTL) && HAVE_DECL_SHMCTL))
36 # define SHMCTL 24
58 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
  /external/valgrind/memcheck/tests/solaris/
scalar_shm_new.c 11 GO(SYS_shmsys, "(SHMCTL,IPC_XSTAT64) 4s 1m");
12 SY(SYS_shmsys, x0 + SHMCTL, x0, x0 + IPC_XSTAT64, x0 + 1); FAIL;
scalar_shm_new.stderr.exp 2 52: SYS_shmsys (SHMCTL,IPC_XSTAT64) 4s 1m
16 Syscall param shmsys(shmctl, ipc_xstat64, buf) points to unaddressable byte(s)
scalar.c 95 GO(SYS_shmsys, "(SHMCTL,SHM_LOCK) 3s 0m");
96 SY(SYS_shmsys, x0 + SHMCTL, x0, x0 + SHM_LOCK); FAIL;
102 GO(SYS_shmsys, "(SHMCTL,SHM_UNLOCK) 3s 0m");
103 SY(SYS_shmsys, x0 + SHMCTL, x0, x0 + SHM_UNLOCK); FAIL;
109 GO(SYS_shmsys, "(SHMCTL,IPC_RMID) 3s 0m");
110 SY(SYS_shmsys, x0 + SHMCTL, x0, x0 + IPC_RMID); FAIL;
116 GO(SYS_shmsys, "(SHMCTL,IPC_SET) 4s 3m");
117 SY(SYS_shmsys, x0 + SHMCTL, x0, x0 + IPC_SET, x0 + 1); FAIL;
128 GO(SYS_shmsys, "(SHMCTL,IPC_SET) 6s 0m");
129 SY(SYS_shmsys, x0 + SHMCTL, x0, x0 + IPC_SET, &buf); FAIL
    [all...]
scalar.stderr.exp 437 52: SYS_shmsys (SHMCTL,SHM_LOCK) 3s 0m
449 52: SYS_shmsys (SHMCTL,SHM_UNLOCK) 3s 0m
461 52: SYS_shmsys (SHMCTL,IPC_RMID) 3s 0m
473 52: SYS_shmsys (SHMCTL,IPC_SET) 4s 3m
487 Syscall param shmsys(shmctl, ipc_set, buf->shm_perm.uid) points to unaddressable byte(s)
491 Syscall param shmsys(shmctl, ipc_set, buf->shm_perm.gid) points to unaddressable byte(s)
495 Syscall param shmsys(shmctl, ipc_set, buf->shm_perm.mode) points to unaddressable byte(s)
500 52: SYS_shmsys (SHMCTL,IPC_SET) 6s 0m
511 Syscall param shmsys(shmctl, ipc_set, buf->shm_perm.uid) points to uninitialised byte(s)
515 Syscall param shmsys(shmctl, ipc_set, buf->shm_perm.gid) points to uninitialised byte(s
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ipc.h 35 * Control commands used with semctl, msgctl and shmctl
44 * Version flags for semctl, msgctl, and shmctl commands
73 #define SHMCTL 24
  /external/valgrind/include/vki/
vki-solaris.h 959 #define VKI_SHMCTL SHMCTL
    [all...]

Completed in 488 milliseconds