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

/freebsd-12-stable/sys/kern/
H A Dkern_conf.c170 LIST_REMOVE(dev, si_list);
577 LIST_FOREACH(si2, &csw->d_devs, si_list) {
603 LIST_INSERT_HEAD(&csw->d_devs, si, si_list);
809 LIST_REMOVE(dev, si_list);
1179 LIST_REMOVE(dev, si_list);
1192 LIST_INSERT_HEAD(&dead_cdevsw.d_devs, dev, si_list);
/freebsd-12-stable/sys/sys/
H A Dconf.h77 LIST_ENTRY(cdev) si_list; member in struct:cdev
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2436 LIST_FOREACH(cdev, &linuxcdevsw.d_devs, si_list) {

Completed in 129 milliseconds