Lines Matching defs:shmid64_ds
16 struct shmid64_ds { struct
17 struct ipc64_perm shm_perm; /* operation perms */
19 unsigned int __pad1;
21 __kernel_time_t shm_atime; /* last attach time */
23 unsigned int __pad2;
25 __kernel_time_t shm_dtime; /* last detach time */
27 unsigned int __pad3;
29 __kernel_time_t shm_ctime; /* last change time */
31 unsigned int __pad4;
33 size_t shm_segsz; /* size of segment (bytes) */
34 __kernel_pid_t shm_cpid; /* pid of creator */
35 __kernel_pid_t shm_lpid; /* pid of last operator */
36 unsigned int shm_nattch; /* no. of current attaches */
37 unsigned int __unused1;
38 unsigned int __unused2;