Searched defs:compat_shmid_ds (Results 1 – 1 of 1) sorted by relevance
1320 struct compat_shmid_ds { struct1321 struct compat_ipc_perm shm_perm;1322 int shm_segsz;1323 old_time32_t shm_atime;1324 old_time32_t shm_dtime;1325 old_time32_t shm_ctime;1326 compat_ipc_pid_t shm_cpid;1327 compat_ipc_pid_t shm_lpid;1328 unsigned short shm_nattch;1329 unsigned short shm_unused;[all …]