Home
last modified time | relevance | path

Searched refs:shmid_ds (Results 1 – 20 of 20) sorted by relevance

/external/strace/
Dipc_shmctl.c42 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/
Dshmctl.cc15 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/
Dshm.h24 struct shmid_ds struct
36 int shmctl(int shmid, int cmd, struct shmid_ds *buf); argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc1138 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/
Dipcs.c120 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/
Dshmat.c22 struct shmid_ds stats; in main()
Dscalar.c117 struct shmid_ds buf; in sys_shmsys6()
/external/kernel-headers/original/uapi/linux/
Dshm.h26 struct shmid_ds { struct
/external/strace/tests/
Dipc_shm.c37 struct shmid_ds ds; in main()
/external/autotest/client/tests/synctest/src/
Dsynctest.c33 struct shmid_ds shm_desc; in main()
/external/fio/os/
Dos-android.h70 static inline int shmctl (int __shmid, int __cmd, struct shmid_ds *__buf) in shmctl()
/external/fio/
Dmemory.c117 struct shmid_ds sbuf; in free_mem_shm()
Dinit.c279 struct shmid_ds sbuf; in free_threads_shm()
/external/fio/os/windows/
Dposix.c596 int shmctl(int shmid, int cmd, struct shmid_ds *buf) in shmctl()
/external/valgrind/include/vki/
Dvki-darwin.h730 #define vki_shmid_ds shmid_ds
Dvki-solaris.h909 #define vki_shmid_ds shmid_ds
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc32 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/
Daio-stress.c906 struct shmid_ds ds;
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-tilegx-linux.c1062 int, shmid, int, cmd, struct shmid_ds *, buf); in PRE()
Dsyswrap-linux.c3937 int, shmid, int, cmd, struct shmid_ds *, buf); in PRE()