Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dshm_internal.h81 struct user_shmid_ds { struct
82 struct ipc_perm shm_perm; /* operation permission structure */
83 user_size_t shm_segsz; /* size of segment in bytes */
84 pid_t shm_lpid; /* PID of last shared memory op */
85 pid_t shm_cpid; /* PID of creator */
86 short shm_nattch; /* number of current attaches */
87 user_time_t shm_atime; /* time of last shmat() */
88 user_time_t shm_dtime; /* time of last shmdt() */
89 user_time_t shm_ctime; /* time of last change by shmctl() */
90 user_addr_t shm_internal; /* reserved for kernel use */