Home
last modified time | relevance | path

Searched refs:SHM_STAT (Results 1 – 18 of 18) sorted by relevance

/external/strace/xlat/
Dshmctl_flags.h48 #if defined(SHM_STAT) || (defined(HAVE_DECL_SHM_STAT) && HAVE_DECL_SHM_STAT)
50 static_assert((SHM_STAT) == (13), "SHM_STAT != 13");
53 # define SHM_STAT 13
89 XLAT(SHM_STAT),
Dshmctl_flags.in8 SHM_STAT 13
/external/syzkaller/sys/freebsd/
Dipc_amd64.const25 SHM_STAT = 13
Dipc.txt58 shmctl$SHM_STAT(shmid ipc_shm, cmd const[SHM_STAT], buf buffer[out])
/external/syzkaller/sys/linux/
Dipc_arm.const33 SHM_STAT = 13
Dipc_arm64.const33 SHM_STAT = 13
Dipc_amd64.const33 SHM_STAT = 13
Dipc_ppc64le.const33 SHM_STAT = 13
Dipc_386.const33 SHM_STAT = 13
Dipc.txt58 shmctl$SHM_STAT(shmid ipc_shm, cmd const[SHM_STAT], buf buffer[out])
/external/kernel-headers/original/uapi/linux/
Dshm.h88 #define SHM_STAT 13 macro
/external/strace/tests/
Dipc_shm.c211 rc = shmctl(id, SHM_STAT, &ds); in main()
/external/strace/tests-mx32/
Dipc_shm.c211 rc = shmctl(id, SHM_STAT, &ds); in main()
/external/strace/tests-m32/
Dipc_shm.c211 rc = shmctl(id, SHM_STAT, &ds); in main()
/external/ltp/testcases/kernel/syscalls/ipc/shmctl/
Dshmctl01.c113 {&shm_index, SHM_STAT, &buf, func_sstat, NULL},
/external/toybox/toys/pending/
Dipcs.c209 if ((shmid = shmctl(i, SHM_STAT, &buf)) < 0 ) continue; in shm_array()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc284 int shmctl_shm_stat = (int)SHM_STAT;
/external/strace/
DChangeLog10731 Remove fallback definitions for SHM_STAT and SHM_INFO constants.
37115 Move SHM_STAT and SHM_INFO definitions to xlat/shmctl_flags.in.
40936 (main): Add a test call with IPC_STAT, handle old kernels SHM_STAT behaviour.