Searched refs:si_list (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/kern/
H A Dkern_conf.c168 LIST_REMOVE(dev, si_list);
573 LIST_FOREACH(si2, &csw->d_devs, si_list) {
599 LIST_INSERT_HEAD(&csw->d_devs, si, si_list);
802 LIST_REMOVE(dev, si_list);
1166 LIST_REMOVE(dev, si_list);
1179 LIST_INSERT_HEAD(&dead_cdevsw.d_devs, dev, si_list);
/freebsd-11-stable/sys/sys/
H A Dconf.h75 LIST_ENTRY(cdev) si_list; member in struct:cdev
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2387 LIST_FOREACH(cdev, &linuxcdevsw.d_devs, si_list) {

Completed in 163 milliseconds