Searched refs:bus_generic_get_device_path (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/sys/dev/ofw/ |
| HD | 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-stable/stand/kshim/ |
| HD | bsd_kernel.h | 395 #define bus_generic_get_device_path(...) EOPNOTSUPP macro
|
| /freebsd-14-stable/sys/dev/usb/ |
| HD | 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-stable/sys/sys/ |
| HD | bus.h | 534 int bus_generic_get_device_path(device_t bus, device_t child, const char *locator,
|
| /freebsd-14-stable/sys/dev/acpica/ |
| HD | acpi.c | 963 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/ |
| HD | bus_if.m | 985 } DEFAULT bus_generic_get_device_path;
|
| HD | subr_bus.c | 4559 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/ |
| HD | pci.c | 6133 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()
|