Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dshm.h163 struct __shmid_ds_old { struct
164 struct __ipc_perm_old shm_perm; /* [XSI] Operation permission value */
165 size_t shm_segsz; /* [XSI] Size of segment in bytes */
166 pid_t shm_lpid; /* [XSI] PID of last shared memory op */
167 pid_t shm_cpid; /* [XSI] PID of creator */
168 shmatt_t shm_nattch; /* [XSI] Number of current attaches */
169 time_t shm_atime; /* [XSI] Time of last shmat() */
170 time_t shm_dtime; /* [XSI] Time of last shmdt() */
171 time_t shm_ctime; /* [XSI] Time of last shmctl() change */
172 void *shm_internal; /* reserved for kernel use */