Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dshm.h87 struct shmid_ds_old { struct
88 struct ipc_perm_old shm_perm; /* operation permission structure */
89 int shm_segsz; /* size of segment in bytes */
90 pid_t shm_lpid; /* process ID of last shared memory op */
91 pid_t shm_cpid; /* process ID of creator */
92 short shm_nattch; /* number of current attaches */
93 time_t shm_atime; /* time of last shmat() */
94 time_t shm_dtime; /* time of last shmdt() */
95 time_t shm_ctime; /* time of last change by shmctl() */
96 void *shm_internal; /* sysv stupidity */