Home
last modified time | relevance | path

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

/original-bsd/sys/sys/
H A Dshm.h28 struct shmid_ds { struct
29 struct ipc_perm shm_perm; /* operation perms */
30 int shm_segsz; /* size of segment (bytes) */
31 ushort shm_cpid; /* pid, creator */
32 ushort shm_lpid; /* pid, last operation */
33 short shm_nattch; /* no. of current attaches */
34 time_t shm_atime; /* last attach time */
35 time_t shm_dtime; /* last detach time */
36 time_t shm_ctime; /* last change time */
37 void *shm_handle; /* internal handle for shm segment */