Home
last modified time | relevance | path

Searched refs:DTYPE_DEV (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dfile.h117 finit(file, filp->f_mode, DTYPE_DEV, filp, &linuxfileops); in fd_install()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_mmap.c131 if (fp->f_type != DTYPE_VNODE && fp->f_type != DTYPE_DEV) { in linux_mmap_common()
/freebsd-12.1/sys/sys/
H A Dfile.h69 #define DTYPE_DEV 11 /* Device specific fd type */ macro
/freebsd-12.1/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c795 finit(file, filp->f_mode, DTYPE_DEV, filp, &linuxfileops); in linux_dev_fdopen()
/freebsd-12.1/lib/libprocstat/
H A Dlibprocstat.c591 case DTYPE_DEV: in procstat_getfiles_kvm()
/freebsd-12.1/sys/kern/
H A Dkern_descrip.c3947 case DTYPE_DEV: in file_type_to_name()