Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32.h674 struct netbsd32_shmid_ds14 { struct
675 struct netbsd32_ipc_perm14 shm_perm; /* operation permission structure */
676 int shm_segsz; /* size of segment in bytes */
677 pid_t shm_lpid; /* process ID of last shm op */
678 pid_t shm_cpid; /* process ID of creator */
679 short shm_nattch; /* number of current attaches */
680 int32_t shm_atime; /* time of last shmat() */
681 int32_t shm_dtime; /* time of last shmdt() */
682 int32_t shm_ctime; /* time of last change by shmctl() */
683 netbsd32_voidp _shm_internal; /* sysv stupidity */