Home
last modified time | relevance | path

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

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