Searched refs:root_bus (Results 1 - 14 of 14) sorted by last modified time

/freebsd-11-stable/sys/dev/xen/control/
H A Dcontrol.c226 if (DEVICE_SUSPEND(root_bus) != 0) {
297 DEVICE_RESUME(root_bus);
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2494 linux_root_device.bsddev = root_bus;
/freebsd-11-stable/sys/i386/bios/
H A Dapm.c493 error = DEVICE_SUSPEND(root_bus);
507 DEVICE_RESUME(root_bus);
615 DEVICE_RESUME(root_bus);
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi.c2912 if (DEVICE_SUSPEND(root_bus) != 0) {
3007 DEVICE_RESUME(root_bus);
/freebsd-11-stable/sys/dev/amdtemp/
H A Damdtemp.c542 nexus = device_find_child(root_bus, "nexus", 0);
/freebsd-11-stable/sys/sys/
H A Dbus.h403 extern device_t root_bus;
/freebsd-11-stable/sys/kern/
H A Dsubr_bus.c960 BUS_NEW_PASS(root_bus);
4993 device_t root_bus; variable
5003 root_bus = make_device(NULL, "root", 0);
5004 root_bus->desc = "System root bus";
5005 kobj_init((kobj_t) root_bus, (kobj_class_t) &root_driver);
5006 root_bus->driver = &root_driver;
5007 root_bus->state = DS_ATTACHED;
5013 device_shutdown(root_bus);
/freebsd-11-stable/sys/x86/x86/
H A Dautoconf.c97 device_add_child(root_bus, "nexus", 0);
/freebsd-11-stable/sys/arm64/arm64/
H A Dautoconf.c69 device_add_child(root_bus, "nexus", 0);
/freebsd-11-stable/sys/riscv/riscv/
H A Dautoconf.c71 device_add_child(root_bus, "nexus", 0);
/freebsd-11-stable/sys/mips/mips/
H A Dautoconf.c89 device_add_child(root_bus, "nexus", 0);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dautoconf.c62 nexusdev = device_add_child(root_bus, "nexus", 0);
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dautoconf.c65 nexusdev = device_add_child(root_bus, "nexus", 0);
/freebsd-11-stable/sys/arm/arm/
H A Dautoconf.c83 device_add_child(root_bus, "nexus", 0);

Completed in 303 milliseconds