Lines Matching defs:shmid64_ds
20 struct shmid64_ds { struct
21 struct ipc64_perm shm_perm; /* operation perms */
22 __kernel_size_t shm_segsz; /* size of segment (bytes) */
23 __kernel_long_t shm_atime; /* last attach time */
24 __kernel_long_t shm_dtime; /* last detach time */
25 __kernel_long_t shm_ctime; /* last change time */
26 __kernel_pid_t shm_cpid; /* pid of creator */
27 __kernel_pid_t shm_lpid; /* pid of last operator */
28 __kernel_ulong_t shm_nattch; /* no. of current attaches */
29 __kernel_ulong_t __unused4;
30 __kernel_ulong_t __unused5;