Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/sys/
H A Dshm.h43 struct shmid_ds14 { struct
44 struct ipc_perm14 shm_perm; /* operation permission structure */
45 int shm_segsz; /* size of segment in bytes */
46 pid_t shm_lpid; /* process ID of last shm op */
47 pid_t shm_cpid; /* process ID of creator */
48 short shm_nattch; /* number of current attaches */
49 int32_t shm_atime; /* time of last shmat() */
50 int32_t shm_dtime; /* time of last shmdt() */
51 int32_t shm_ctime; /* time of last change by shmctl() */
52 void *shm_internal; /* sysv stupidity */