Searched defs:compat_shmid_ds (Results 1 – 1 of 1) sorted by relevance
1312 struct compat_shmid_ds { struct1313 struct compat_ipc_perm shm_perm;1314 int shm_segsz;1315 old_time32_t shm_atime;1316 old_time32_t shm_dtime;1317 old_time32_t shm_ctime;1318 compat_ipc_pid_t shm_cpid;1319 compat_ipc_pid_t shm_lpid;1320 unsigned short shm_nattch;1321 unsigned short shm_unused;[all …]