Searched refs:bus_generic_get_device_path (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/dev/ofw/ |
| H A D | ofw_bus_subr.c | 112 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.2/stand/kshim/ |
| H A D | bsd_kernel.h | 394 #define bus_generic_get_device_path(...) EOPNOTSUPP macro
|
| /freebsd-14.2/sys/dev/usb/ |
| H A D | usb_hub.c | 1697 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.2/sys/sys/ |
| H A D | bus.h | 534 int bus_generic_get_device_path(device_t bus, device_t child, const char *locator,
|
| /freebsd-14.2/sys/dev/acpica/ |
| H A D | acpi.c | 951 return (bus_generic_get_device_path(bus, child, locator, sb)); in acpi_get_acpi_device_path() 1009 return (bus_generic_get_device_path(bus, child, locator, sb)); in acpi_get_device_path()
|
| /freebsd-14.2/sys/kern/ |
| H A D | bus_if.m | 985 } DEFAULT bus_generic_get_device_path;
|
| H A D | subr_bus.c | 4493 bus_generic_get_device_path(device_t bus, device_t child, const char *locator, in bus_generic_get_device_path() function
|
| /freebsd-14.2/sys/dev/pci/ |
| H A D | pci.c | 5931 rv = bus_generic_get_device_path(parent, bus, locator, sb); in pci_get_device_path_method() 5938 return (bus_generic_get_device_path(bus, child, locator, sb)); in pci_get_device_path_method()
|