Home
last modified time | relevance | path

Searched refs:bus_print_child_footer (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/x86/pci/
H A Dqpi.c174 retval += bus_print_child_footer(bus, child); in qpi_print_child()
/f-stack/freebsd/arm64/arm64/
H A Dgic_v3_fdt.c223 retval += bus_print_child_footer(bus, child); in gic_v3_fdt_print_child()
/f-stack/freebsd/arm/mv/
H A Dmv_localbus.c326 rv += bus_print_child_footer(dev, child); in localbus_print_child()
/f-stack/freebsd/arm/arm/
H A Dgic.c426 rv += bus_print_child_footer(bus, child); in arm_gic_print_child()
/f-stack/freebsd/sys/
H A Dbus.h454 int bus_print_child_footer(device_t dev, device_t child);
/f-stack/freebsd/kern/
H A Dsubr_bus.c3997 bus_print_child_footer(device_t dev, device_t child) in bus_print_child_footer() function
4036 retval += bus_print_child_footer(dev, child); in bus_generic_print_child()