Home
last modified time | relevance | path

Searched refs:root_bus (Results 1 – 14 of 14) sorted by relevance

/freebsd-9-stable/sys/dev/xen/control/
Dcontrol.c230 if (DEVICE_SUSPEND(root_bus) != 0) { in xctrl_suspend()
300 DEVICE_RESUME(root_bus); in xctrl_suspend()
344 if (DEVICE_SUSPEND(root_bus) != 0) { in xctrl_suspend()
374 DEVICE_RESUME(root_bus); in xctrl_suspend()
/freebsd-9-stable/sys/arm/arm/
Dautoconf.c83 device_add_child(root_bus, "nexus", 0); in configure_first()
/freebsd-9-stable/sys/mips/mips/
Dautoconf.c89 device_add_child(root_bus, "nexus", 0);
/freebsd-9-stable/sys/ia64/ia64/
Dautoconf.c66 device_add_child(root_bus, "nexus", 0); in configure_first()
/freebsd-9-stable/sys/sparc64/sparc64/
Dautoconf.c62 nexusdev = device_add_child(root_bus, "nexus", 0); in configure_first()
/freebsd-9-stable/sys/amd64/amd64/
Dautoconf.c95 device_add_child(root_bus, "nexus", 0);
/freebsd-9-stable/sys/powerpc/powerpc/
Dautoconf.c65 nexusdev = device_add_child(root_bus, "nexus", 0); in configure_first()
/freebsd-9-stable/sys/i386/i386/
Dautoconf.c96 device_add_child(root_bus, "nexus", 0);
/freebsd-9-stable/sys/kern/
Dsubr_bus.c876 BUS_NEW_PASS(root_bus); in bus_set_pass()
4439 device_t root_bus; variable
4449 root_bus = make_device(NULL, "root", 0); in root_bus_module_handler()
4450 root_bus->desc = "System root bus"; in root_bus_module_handler()
4451 kobj_init((kobj_t) root_bus, (kobj_class_t) &root_driver); in root_bus_module_handler()
4452 root_bus->driver = &root_driver; in root_bus_module_handler()
4453 root_bus->state = DS_ATTACHED; in root_bus_module_handler()
4459 device_shutdown(root_bus); in root_bus_module_handler()
/freebsd-9-stable/sys/i386/bios/
Dapm.c494 error = DEVICE_SUSPEND(root_bus); in apm_do_suspend()
508 DEVICE_RESUME(root_bus); in apm_do_suspend()
616 DEVICE_RESUME(root_bus); in apm_resume()
/freebsd-9-stable/sys/dev/amdtemp/
Damdtemp.c374 nexus = device_find_child(root_bus, "nexus", 0); in amdtemp_intrhook()
/freebsd-9-stable/sys/ofed/include/linux/
Dlinux_compat.c900 linux_rootdev.bsddev = root_bus; in linux_compat_init()
/freebsd-9-stable/sys/sys/
Dbus.h296 extern device_t root_bus;
/freebsd-9-stable/sys/dev/acpica/
Dacpi.c2746 if (DEVICE_SUSPEND(root_bus) != 0) { in acpi_EnterSleepState()
2840 DEVICE_RESUME(root_bus); in acpi_EnterSleepState()