Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dshm.h74 struct shmid_ds { struct
75 struct ipc_perm shm_perm; /* operation permission structure */
76 size_t shm_segsz; /* size of segment in bytes */
77 pid_t shm_lpid; /* process ID of last shared memory op */
78 pid_t shm_cpid; /* process ID of creator */
79 shmatt_t shm_nattch; /* number of current attaches */
80 time_t shm_atime; /* time of last shmat() */
81 time_t shm_dtime; /* time of last shmdt() */
82 time_t shm_ctime; /* time of last change by shmctl() */
83 void *shm_internal; /* sysv stupidity */