Searched defs:compat_shmid_ds (Results 1 – 1 of 1) sorted by relevance
1215 struct compat_shmid_ds { struct1216 struct compat_ipc_perm shm_perm;1217 int shm_segsz;1218 old_time32_t shm_atime;1219 old_time32_t shm_dtime;1220 old_time32_t shm_ctime;1221 compat_ipc_pid_t shm_cpid;1222 compat_ipc_pid_t shm_lpid;1223 unsigned short shm_nattch;1224 unsigned short shm_unused;[all …]