Searched defs:compat_shmid64_ds (Results 1 – 6 of 6) sorted by relevance
159 struct compat_shmid64_ds { struct160 struct compat_ipc64_perm shm_perm;161 compat_size_t shm_segsz;162 compat_time_t shm_atime;163 compat_ulong_t __unused1;164 compat_time_t shm_dtime;165 compat_ulong_t __unused2;166 compat_time_t shm_ctime;167 compat_ulong_t __unused3;168 compat_pid_t shm_cpid;[all …]
198 struct compat_shmid64_ds { struct199 struct compat_ipc64_perm shm_perm;200 unsigned int __unused1;201 compat_time_t shm_atime;202 unsigned int __unused2;203 compat_time_t shm_dtime;204 unsigned int __unused3;205 compat_time_t shm_ctime;206 unsigned int __unused4;207 compat_size_t shm_segsz;[all …]
170 struct compat_shmid64_ds { struct171 struct compat_ipc64_perm shm_perm;172 compat_size_t shm_segsz;173 compat_time_t shm_atime;174 compat_ulong_t __unused1;175 compat_time_t shm_dtime;176 compat_ulong_t __unused2;177 compat_time_t shm_ctime;178 compat_ulong_t __unused3;179 compat_pid_t shm_cpid;[all …]
229 struct compat_shmid64_ds { struct230 struct compat_ipc64_perm shm_perm;231 compat_size_t shm_segsz;232 compat_time_t shm_atime;233 compat_ulong_t __pad1;234 compat_time_t shm_dtime;235 compat_ulong_t __pad2;236 compat_time_t shm_ctime;237 compat_ulong_t __pad3;238 compat_pid_t shm_cpid;[all …]
229 struct compat_shmid64_ds { struct230 struct compat_ipc64_perm shm_perm;231 unsigned int __pad1;232 compat_time_t shm_atime;233 unsigned int __pad2;234 compat_time_t shm_dtime;235 unsigned int __pad3;236 compat_time_t shm_ctime;237 compat_size_t shm_segsz;238 compat_pid_t shm_cpid;[all …]
211 struct compat_shmid64_ds { struct212 struct compat_ipc64_perm shm_perm;213 compat_size_t shm_segsz;214 compat_time_t shm_atime;215 compat_time_t shm_dtime;216 compat_time_t shm_ctime;217 compat_pid_t shm_cpid;218 compat_pid_t shm_lpid;219 compat_ulong_t shm_nattch;220 compat_ulong_t __unused1;[all …]