Searched defs:netbsd32_shmid_ds50 (Results 1 – 1 of 1) sorted by relevance
661 struct netbsd32_shmid_ds50 { struct662 struct netbsd32_ipc_perm shm_perm; /* operation permission structure */663 netbsd32_size_t shm_segsz; /* size of segment in bytes */664 pid_t shm_lpid; /* process ID of last shm op */665 pid_t shm_cpid; /* process ID of creator */666 shmatt_t shm_nattch; /* number of current attaches */667 int32_t shm_atime; /* time of last shmat() */668 int32_t shm_dtime; /* time of last shmdt() */669 int32_t shm_ctime; /* time of last change by shmctl() */670 netbsd32_voidp _shm_internal; /* sysv stupidity */