Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ofw/
HDofw_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-14-stable/stand/kshim/
HDbsd_kernel.h395 #define bus_generic_get_device_path(...) EOPNOTSUPP macro
/freebsd-14-stable/sys/dev/usb/
HDusb_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-14-stable/sys/sys/
HDbus.h534 int bus_generic_get_device_path(device_t bus, device_t child, const char *locator,
/freebsd-14-stable/sys/dev/acpica/
HDacpi.c963 return (bus_generic_get_device_path(bus, child, locator, sb)); in acpi_get_acpi_device_path()
1021 return (bus_generic_get_device_path(bus, child, locator, sb)); in acpi_get_device_path()
/freebsd-14-stable/sys/kern/
HDbus_if.m985 } DEFAULT bus_generic_get_device_path;
HDsubr_bus.c4559 bus_generic_get_device_path(device_t bus, device_t child, const char *locator, in bus_generic_get_device_path() function
/freebsd-14-stable/sys/dev/pci/
HDpci.c6133 rv = bus_generic_get_device_path(parent, bus, locator, sb); in pci_get_device_path_method()
6140 return (bus_generic_get_device_path(bus, child, locator, sb)); in pci_get_device_path_method()