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