Lines Matching defs:shmid64_ds
25 struct shmid64_ds { struct
26 struct ipc64_perm shm_perm; /* operation perms */
27 size_t shm_segsz; /* size of segment (bytes) */
28 __kernel_time_t shm_atime; /* last attach time */
30 unsigned long __unused1;
32 __kernel_time_t shm_dtime; /* last detach time */
34 unsigned long __unused2;
36 __kernel_time_t shm_ctime; /* last change time */
38 unsigned long __unused3;
40 __kernel_pid_t shm_cpid; /* pid of creator */
41 __kernel_pid_t shm_lpid; /* pid of last operator */
42 __kernel_ulong_t shm_nattch; /* no. of current attaches */
43 __kernel_ulong_t __unused4;
44 __kernel_ulong_t __unused5;