Lines Matching defs:shmid64_ds
22 struct shmid64_ds { struct
23 struct ipc64_perm shm_perm; /* operation perms */
25 long shm_atime; /* last attach time */
26 long shm_dtime; /* last detach time */
27 long shm_ctime; /* last change time */
29 unsigned long shm_atime_high;
30 unsigned long shm_atime; /* last attach time */
31 unsigned long shm_dtime_high;
32 unsigned long shm_dtime; /* last detach time */
33 unsigned long shm_ctime_high;
34 unsigned long shm_ctime; /* last change time */
35 unsigned long __unused4;
37 size_t shm_segsz; /* size of segment (bytes) */
38 __kernel_pid_t shm_cpid; /* pid of creator */
39 __kernel_pid_t shm_lpid; /* pid of last operator */
40 unsigned long shm_nattch; /* no. of current attaches */
41 unsigned long __unused5;
42 unsigned long __unused6;