Searched defs:shmid_ds (Results 1 - 4 of 4) sorted by relevance

/external/strace/
H A Dipc_shmctl.c42 typedef struct shmid_ds shmid_ds_t;
59 shmid_ds_t shmid_ds; local
63 if (umove_or_printaddr(tcp, addr, &shmid_ds))
67 printuid("uid=", shmid_ds.shm_perm.uid);
68 printuid(", gid=", shmid_ds.shm_perm.gid);
70 tprints(sprintmode(shmid_ds.shm_perm.mode));
77 tprintf(", key=%u", (unsigned) shmid_ds.shm_perm.__key);
78 printuid(", cuid=", shmid_ds.shm_perm.cuid);
79 printuid(", cgid=", shmid_ds.shm_perm.cgid);
81 tprintf(", shm_segsz=%u", (unsigned) shmid_ds
[all...]
/external/fio/os/windows/posix/include/sys/
H A Dshm.h24 struct shmid_ds struct
36 int shmctl(int shmid, int cmd, struct shmid_ds *buf);
/external/kernel-headers/original/uapi/linux/
H A Dshm.h26 struct shmid_ds { struct
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc1138 CHECK_TYPE_SIZE(shmid_ds); variable
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);

Completed in 620 milliseconds