Lines Matching defs:l_shmid64_ds
126 struct l_shmid64_ds { struct
127 struct l_ipc64_perm shm_perm; /* operation perms */
128 l_size_t shm_segsz; /* size of segment (bytes) */
129 l_time_t shm_atime; /* last attach time */
131 l_ulong __unused1;
133 l_time_t shm_dtime; /* last detach time */
135 l_ulong __unused2;
137 l_time_t shm_ctime; /* last change time */
139 l_ulong __unused3;
141 l_pid_t shm_cpid; /* pid of creator */
142 l_pid_t shm_lpid; /* pid of last operator */
143 l_ulong shm_nattch; /* no. of current attaches */
144 l_ulong __unused4;
145 l_ulong __unused5;