/external/strace/ |
D | ipc_shmctl.c | 42 typedef struct shmid_ds shmid_ds_t; 59 shmid_ds_t shmid_ds; in print_shmid_ds() local 63 if (umove_or_printaddr(tcp, addr, &shmid_ds)) in print_shmid_ds() 67 printuid("uid=", shmid_ds.shm_perm.uid); in print_shmid_ds() 68 printuid(", gid=", shmid_ds.shm_perm.gid); in print_shmid_ds() 70 tprints(sprintmode(shmid_ds.shm_perm.mode)); in print_shmid_ds() 77 tprintf(", key=%u", (unsigned) shmid_ds.shm_perm.__key); in print_shmid_ds() 78 printuid(", cuid=", shmid_ds.shm_perm.cuid); in print_shmid_ds() 79 printuid(", cgid=", shmid_ds.shm_perm.cgid); in print_shmid_ds() 81 tprintf(", shm_segsz=%u", (unsigned) shmid_ds.shm_segsz); in print_shmid_ds() [all …]
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | shmctl.cc | 15 struct shmid_ds ds; in main() 23 res = shmctl(0, SHM_INFO, (struct shmid_ds *)&shmInfo); in main()
|
/external/fio/os/windows/posix/include/sys/ |
D | shm.h | 24 struct shmid_ds struct 36 int shmctl(int shmid, int cmd, struct shmid_ds *buf); argument
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 1138 CHECK_TYPE_SIZE(shmid_ds); 1139 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_perm); 1140 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_segsz); 1141 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_atime); 1142 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_dtime); 1143 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_ctime); 1144 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_cpid); 1145 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_lpid); 1146 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_nattch);
|
/external/toybox/toys/pending/ |
D | ipcs.c | 120 struct shmid_ds buf; in show_shm_id() 151 struct shmid_ds buf; in shm_array() 156 if ((max_nr = shmctl(0, SHM_INFO, (struct shmid_ds*)&shm_buf)) < 0) { in shm_array() 176 if ((shmctl(0, 3, (struct shmid_ds*)&ipc_buf)) < 0) return; //IPC_INFO in shm_array()
|
/external/valgrind/memcheck/tests/solaris/ |
D | shmat.c | 22 struct shmid_ds stats; in main()
|
D | scalar.c | 117 struct shmid_ds buf; in sys_shmsys6()
|
/external/kernel-headers/original/uapi/linux/ |
D | shm.h | 26 struct shmid_ds { struct
|
/external/strace/tests/ |
D | ipc_shm.c | 37 struct shmid_ds ds; in main()
|
/external/autotest/client/tests/synctest/src/ |
D | synctest.c | 33 struct shmid_ds shm_desc; in main()
|
/external/fio/os/ |
D | os-android.h | 70 static inline int shmctl (int __shmid, int __cmd, struct shmid_ds *__buf) in shmctl()
|
/external/fio/ |
D | memory.c | 117 struct shmid_ds sbuf; in free_mem_shm()
|
D | init.c | 279 struct shmid_ds sbuf; in free_threads_shm()
|
/external/fio/os/windows/ |
D | posix.c | 596 int shmctl(int shmid, int cmd, struct shmid_ds *buf) in shmctl()
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 730 #define vki_shmid_ds shmid_ds
|
D | vki-solaris.h | 909 #define vki_shmid_ds shmid_ds
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 32 int shmctl(int, int, struct shmid_ds *); 1194 struct shmid_ds ds; in TEST() 1202 res = shmctl(id, IPC_INFO, (struct shmid_ds *)&si); in TEST() 1207 res = shmctl(id, SHM_INFO, (struct shmid_ds *)&s_i); in TEST()
|
/external/autotest/client/tests/aiostress/ |
D | aio-stress.c | 906 struct shmid_ds ds;
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-tilegx-linux.c | 1062 int, shmid, int, cmd, struct shmid_ds *, buf); in PRE()
|
D | syswrap-linux.c | 3937 int, shmid, int, cmd, struct shmid_ds *, buf); in PRE()
|