Home
last modified time | relevance | path

Searched defs:shmid_ds32 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dshm_impl.h111 struct shmid_ds32 { struct
113 size32_t shm_segsz; /* size of segment in bytes */
114 caddr32_t shm_amp; /* segment anon_map pointer */
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 */
122 time32_t shm_dtime; /* last shmdt time */
124 time32_t shm_ctime; /* last change time */
[all …]