Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/sys/
H A Dshm.h55 struct shmid_ds13 { struct
56 struct ipc_perm shm_perm; /* operation permission structure */
57 size_t shm_segsz; /* size of segment in bytes */
58 pid_t shm_lpid; /* process ID of last shm operation */
59 pid_t shm_cpid; /* process ID of creator */
60 shmatt_t shm_nattch; /* number of current attaches */
61 int32_t shm_atime; /* time of last shmat() */
62 int32_t shm_dtime; /* time of last shmdt() */
63 int32_t shm_ctime; /* time of last change by shmctl() */
91 static __inline void __shmid_ds13_to_native(const struct shmid_ds13 *, struct shmid_ds *); argument