Home
last modified time | relevance | path

Searched refs:bus_generic_get_device_path (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/ofw/
H A Dofw_bus_subr.c112 rv = bus_generic_get_device_path(cbdev, child, locator, sb); in ofw_bus_gen_get_device_path()
118 return (bus_generic_get_device_path(cbdev, child, locator, sb)); in ofw_bus_gen_get_device_path()
/freebsd/stand/kshim/
H A Dbsd_kernel.h394 #define bus_generic_get_device_path(...) EOPNOTSUPP macro
/freebsd/sys/dev/usb/
H A Dusb_hub.c1697 rv = bus_generic_get_device_path(device_get_parent(bus), bus, locator, sb); in uhub_get_device_path()
1717 return (bus_generic_get_device_path(bus, child, locator, sb)); in uhub_get_device_path()
/freebsd/sys/sys/
H A Dbus.h530 int bus_generic_get_device_path(device_t bus, device_t child, const char *locator,
/freebsd/sys/dev/acpica/
H A Dacpi.c942 return (bus_generic_get_device_path(bus, child, locator, sb)); in acpi_get_acpi_device_path()
1000 return (bus_generic_get_device_path(bus, child, locator, sb)); in acpi_get_device_path()
/freebsd/sys/kern/
H A Dbus_if.m967 } DEFAULT bus_generic_get_device_path;
H A Dsubr_bus.c4416 bus_generic_get_device_path(device_t bus, device_t child, const char *locator, in bus_generic_get_device_path() function
/freebsd/sys/dev/pci/
H A Dpci.c5930 rv = bus_generic_get_device_path(parent, bus, locator, sb); in pci_get_device_path_method()
5937 return (bus_generic_get_device_path(bus, child, locator, sb)); in pci_get_device_path_method()