Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dcdev.h45 extern struct cdevsw linuxcdevsw;
98 args.mda_devsw = &linuxcdevsw; in cdev_add()
123 args.mda_devsw = &linuxcdevsw; in cdev_add_ext()
/freebsd-12.1/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1378 struct cdevsw linuxcdevsw = { variable
1708 inode->v_rdev->si_devsw != &linuxcdevsw) in linux_iminor()
2324 LIST_FOREACH(cdev, &linuxcdevsw.d_devs, si_list) { in linux_find_cdev()