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