Searched refs:root_bus (Results 1 – 14 of 14) sorted by relevance
| /freebsd-9-stable/sys/dev/xen/control/ |
| D | control.c | 230 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/ |
| D | autoconf.c | 83 device_add_child(root_bus, "nexus", 0); in configure_first()
|
| /freebsd-9-stable/sys/mips/mips/ |
| D | autoconf.c | 89 device_add_child(root_bus, "nexus", 0);
|
| /freebsd-9-stable/sys/ia64/ia64/ |
| D | autoconf.c | 66 device_add_child(root_bus, "nexus", 0); in configure_first()
|
| /freebsd-9-stable/sys/sparc64/sparc64/ |
| D | autoconf.c | 62 nexusdev = device_add_child(root_bus, "nexus", 0); in configure_first()
|
| /freebsd-9-stable/sys/amd64/amd64/ |
| D | autoconf.c | 95 device_add_child(root_bus, "nexus", 0);
|
| /freebsd-9-stable/sys/powerpc/powerpc/ |
| D | autoconf.c | 65 nexusdev = device_add_child(root_bus, "nexus", 0); in configure_first()
|
| /freebsd-9-stable/sys/i386/i386/ |
| D | autoconf.c | 96 device_add_child(root_bus, "nexus", 0);
|
| /freebsd-9-stable/sys/kern/ |
| D | subr_bus.c | 876 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/ |
| D | apm.c | 494 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/ |
| D | amdtemp.c | 374 nexus = device_find_child(root_bus, "nexus", 0); in amdtemp_intrhook()
|
| /freebsd-9-stable/sys/ofed/include/linux/ |
| D | linux_compat.c | 900 linux_rootdev.bsddev = root_bus; in linux_compat_init()
|
| /freebsd-9-stable/sys/sys/ |
| D | bus.h | 296 extern device_t root_bus;
|
| /freebsd-9-stable/sys/dev/acpica/ |
| D | acpi.c | 2746 if (DEVICE_SUSPEND(root_bus) != 0) { in acpi_EnterSleepState() 2840 DEVICE_RESUME(root_bus); in acpi_EnterSleepState()
|