bus_child_location_str
DEVMETHOD(bus_child_location_str, mmc_child_location_str),
DEVMETHOD(bus_child_location_str, pccard_child_location_str),
DEVMETHOD(bus_child_location_str, pci_child_location_str_method),
DEVMETHOD(bus_child_location_str, uhub_child_location_string),
DEVMETHOD(bus_child_location_str, acpi_child_location_str_method),
DEVMETHOD(bus_child_location_str, acpi_pci_child_location_str_method),
DEVMETHOD(bus_child_location_str, hdaa_child_location_str),
DEVMETHOD(bus_child_location_str, hdac_child_location_str),
DEVMETHOD(bus_child_location_str, hdacc_child_location_str),
bus_child_location_str(dev, buf, 1024);
bus_child_location_str(dev, udev.dv_location, sizeof(udev.dv_location));
bus_child_location_str(dev, loc, 1024);
int bus_child_location_str(device_t child, char *buf, size_t buflen);