Home
last modified time | relevance | path

Searched refs:linuxcdevsw (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dcdev.h46 extern struct cdevsw linuxcdevsw;
90 args.mda_devsw = &linuxcdevsw; in cdev_add()
115 args.mda_devsw = &linuxcdevsw; in cdev_add_ext()
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1522 struct cdevsw linuxcdevsw = { variable
1879 inode->v_rdev->si_devsw != &linuxcdevsw) in linux_iminor()
2632 LIST_FOREACH(cdev, &linuxcdevsw.d_devs, si_list) { in linux_find_cdev()