Home
last modified time | relevance | path

Searched refs:pci_get_device_path_method (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/pci/
H A Dpci_private.h76 bus_get_device_path_t pci_get_device_path_method; variable
H A Dpci.c177 DEVMETHOD(bus_get_device_path, pci_get_device_path_method),
6022 pci_get_device_path_method(device_t bus, device_t child, const char *locator, in pci_get_device_path_method() function
/freebsd/sys/dev/acpica/
H A Dacpi_pci.c206 return (pci_get_device_path_method(bus, child, locator, sb)); in acpi_pci_get_device_path()