Lines Matching defs:shmid_ds32
111 struct shmid_ds32 { struct
112 struct ipc_perm32 shm_perm; /* operation permission struct */
113 size32_t shm_segsz; /* size of segment in bytes */
114 caddr32_t shm_amp; /* segment anon_map pointer */
115 uint16_t shm_lkcnt; /* number of times it is being locked */
116 pid32_t shm_lpid; /* pid of last shmop */
117 pid32_t shm_cpid; /* pid of creator */
118 uint32_t shm_nattch; /* number of attaches */
119 uint32_t shm_cnattch; /* number of ISM attaches */
120 time32_t shm_atime; /* last shmat time */
121 int32_t shm_pad1; /* reserved for time_t expansion */
122 time32_t shm_dtime; /* last shmdt time */
123 int32_t shm_pad2; /* reserved for time_t expansion */
124 time32_t shm_ctime; /* last change time */
125 int32_t shm_pad3; /* reserved for time_t expansion */
126 int32_t shm_pad4[4]; /* reserve area */