Searched refs:pci_get_device_path_method (Results 1 – 3 of 3) sorted by relevance
76 bus_get_device_path_t pci_get_device_path_method; variable
177 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
206 return (pci_get_device_path_method(bus, child, locator, sb)); in acpi_pci_get_device_path()