Searched refs:bus_print_child_header (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/x86/pci/ |
| H A D | qpi.c | 171 retval += bus_print_child_header(bus, child); in qpi_print_child()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | gic_v3_fdt.c | 221 retval += bus_print_child_header(bus, child); in gic_v3_fdt_print_child()
|
| H A D | nexus.c | 187 retval += bus_print_child_header(bus, child); in nexus_print_child()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | legacy.c | 189 retval += bus_print_child_header(bus, child); in legacy_print_child()
|
| H A D | nexus.c | 323 retval += bus_print_child_header(bus, child); in nexus_print_child()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | nexus.c | 191 retval += bus_print_child_header(bus, child); in nexus_print_child()
|
| H A D | gic.c | 417 rv = bus_print_child_header(bus, child); in arm_gic_print_child()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | mv_localbus.c | 323 rv += bus_print_child_header(dev, child); in localbus_print_child()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | apb.c | 502 retval += bus_print_child_header(bus, child); in apb_print_child()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | nexus.c | 225 retval += bus_print_child_header(bus, child); in nexus_print_child()
|
| /f-stack/freebsd/sys/ |
| H A D | bus.h | 452 int bus_print_child_header(device_t dev, device_t child);
|
| /f-stack/freebsd/kern/ |
| H A D | subr_bus.c | 3974 bus_print_child_header(device_t dev, device_t child) in bus_print_child_header() function 4034 retval += bus_print_child_header(dev, child); in bus_generic_print_child() 5091 retval += bus_print_child_header(dev, child); in root_print_child()
|