Lines Matching defs:shmid64_ds
14 struct shmid64_ds { struct
15 struct ipc64_perm shm_perm; /* operation perms */
17 long shm_atime; /* last attach time */
18 long shm_dtime; /* last detach time */
19 long shm_ctime; /* last change time */
21 unsigned long shm_atime_high;
22 unsigned long shm_atime; /* last attach time */
23 unsigned long shm_dtime_high;
24 unsigned long shm_dtime; /* last detach time */
25 unsigned long shm_ctime_high;
26 unsigned long shm_ctime; /* last change time */
28 size_t shm_segsz; /* size of segment (bytes) */
29 __kernel_pid_t shm_cpid; /* pid of creator */
30 __kernel_pid_t shm_lpid; /* pid of last operator */
31 unsigned long shm_nattch; /* no. of current attaches */
32 unsigned long __unused1;
33 unsigned long __unused2;