bus_generic_get_device_path
return (bus_generic_get_device_path(bus, child, locator, sb));
return (bus_generic_get_device_path(bus, child, locator, sb));
rv = bus_generic_get_device_path(cbdev, child, locator, sb);
return (bus_generic_get_device_path(cbdev, child, locator, sb));
rv = bus_generic_get_device_path(parent, bus, locator, sb);
return (bus_generic_get_device_path(bus, child, locator, sb));
rv = bus_generic_get_device_path(device_get_parent(bus), bus, locator, sb);
return (bus_generic_get_device_path(bus, child, locator, sb));
int bus_generic_get_device_path(device_t bus, device_t child, const char *locator,