Searched refs:DTYPE_SHM (Results 1 – 6 of 6) sorted by relevance
832 finit(fp, FFLAGS(uap->flags & O_ACCMODE), DTYPE_SHM, shmfd, &shm_ops); in sys_shm_open()962 if (fp->f_type != DTYPE_SHM) in shm_map()1025 if (fp->f_type != DTYPE_SHM) in shm_unmap()
3157 case DTYPE_SHM: in sysctl_kern_proc_ofiledesc()3528 case DTYPE_SHM: in kern_proc_filedesc_out()3830 case DTYPE_SHM: in file_type_to_name()
2116 } else if (fp->f_type == DTYPE_SHM) { in sendfile_getobj()
63 #define DTYPE_SHM 8 /* swap-backed shared memory */ macro
346 if (fp->f_type == DTYPE_SHM) {
576 case DTYPE_SHM: in procstat_getfiles_kvm()