Home
last modified time | relevance | path

Searched refs:bus_print_child_header (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/x86/pci/
H A Dqpi.c171 retval += bus_print_child_header(bus, child); in qpi_print_child()
/f-stack/freebsd/arm64/arm64/
H A Dgic_v3_fdt.c221 retval += bus_print_child_header(bus, child); in gic_v3_fdt_print_child()
H A Dnexus.c187 retval += bus_print_child_header(bus, child); in nexus_print_child()
/f-stack/freebsd/x86/x86/
H A Dlegacy.c189 retval += bus_print_child_header(bus, child); in legacy_print_child()
H A Dnexus.c323 retval += bus_print_child_header(bus, child); in nexus_print_child()
/f-stack/freebsd/arm/arm/
H A Dnexus.c191 retval += bus_print_child_header(bus, child); in nexus_print_child()
H A Dgic.c417 rv = bus_print_child_header(bus, child); in arm_gic_print_child()
/f-stack/freebsd/arm/mv/
H A Dmv_localbus.c323 rv += bus_print_child_header(dev, child); in localbus_print_child()
/f-stack/freebsd/mips/atheros/
H A Dapb.c502 retval += bus_print_child_header(bus, child); in apb_print_child()
/f-stack/freebsd/mips/mips/
H A Dnexus.c225 retval += bus_print_child_header(bus, child); in nexus_print_child()
/f-stack/freebsd/sys/
H A Dbus.h452 int bus_print_child_header(device_t dev, device_t child);
/f-stack/freebsd/kern/
H A Dsubr_bus.c3974 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()