Lines Matching defs:shmid_ds
88 struct shmid_ds { struct
89 struct ipc_perm shm_perm; /* operation permission struct */
90 size_t shm_segsz; /* size of segment in bytes */
92 void *shm_amp;
94 struct anon_map *shm_amp; /* segment anon_map pointer */
96 ushort_t shm_lkcnt; /* number of times it is being locked */
97 pid_t shm_lpid; /* pid of last shmop */
98 pid_t shm_cpid; /* pid of creator */
99 shmatt_t shm_nattch; /* number of attaches */
100 ulong_t shm_cnattch; /* number of ISM attaches */
102 time_t shm_atime; /* last shmat time */
126 int shmctl(int, int, struct shmid_ds *); argument