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