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