Home
last modified time | relevance | path

Searched refs:SHM_INFO (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dshmctl_flags.h19 #if defined(SHM_INFO) || (defined(HAVE_DECL_SHM_INFO) && HAVE_DECL_SHM_INFO)
20 XLAT(SHM_INFO),
Dshmctl_flags.in6 SHM_INFO
/external/compiler-rt/test/asan/TestCases/Linux/
Dshmctl.cc23 res = shmctl(0, SHM_INFO, (struct shmid_ds *)&shmInfo); in main()
/external/strace/tests/
Dipc_shm.c20 int max = shmctl(0, SHM_INFO, &ds); in main()
/external/kernel-headers/original/uapi/linux/
Dshm.h59 #define SHM_INFO 14 macro
/external/strace/
Dipc.c50 #ifndef SHM_INFO
51 #define SHM_INFO 14 macro
/external/toybox/toys/pending/
Dipcs.c156 if ((max_nr = shmctl(0, SHM_INFO, (struct shmid_ds*)&shm_buf)) < 0) { in shm_array()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc272 int shmctl_shm_info = (int)SHM_INFO;
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1207 res = shmctl(id, SHM_INFO, (struct shmid_ds *)&s_i); in TEST()