Searched defs:shmid_kernel (Results 1 – 1 of 1) sorted by relevance
9 struct shmid_kernel /* private to the kernel */ struct11 struct kern_ipc_perm shm_perm;12 struct file *shm_file;13 unsigned long shm_nattch;14 unsigned long shm_segsz;15 time_t shm_atim;16 time_t shm_dtim;17 time_t shm_ctim;18 pid_t shm_cprid;19 pid_t shm_lprid;[all …]