Searched defs:shmid_ds (Results 1 – 6 of 6) sorted by relevance
49 struct shmid_ds struct51 struct ipc_perm shm_perm; /* operation permission struct */52 size_t shm_segsz; /* size of segment in bytes */53 __time_t shm_atime; /* time of last shmat() */54 __time_t shm_dtime; /* time of last shmdt() */55 __time_t shm_ctime; /* time of last change by shmctl() */56 __ipc_pid_t shm_cpid; /* pid of creator */57 __ipc_pid_t shm_lpid; /* pid of last shmop */58 shmatt_t shm_nattch; /* number of current attaches */59 unsigned short int __shm_npages; /* size of segment (pages) */[all …]
24 struct shmid_ds struct
Completed in 7 milliseconds