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