Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcdev.h44 extern struct cdevsw linuxcdevsw;
88 args.mda_devsw = &linuxcdevsw; in cdev_add()
113 args.mda_devsw = &linuxcdevsw; in cdev_add_ext()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1415 struct cdevsw linuxcdevsw = { variable
1771 inode->v_rdev->si_devsw != &linuxcdevsw) in linux_iminor()
2553 LIST_FOREACH(cdev, &linuxcdevsw.d_devs, si_list) { in linux_find_cdev()