Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.h283 extern void scan_pci_bus(int type, struct pci_device *dev);
H A Dpci_io.c430 return scan_pci_bus(type, dev); in find_pci()
H A Dpci.c261 void scan_pci_bus(int type, struct pci_device *dev) in scan_pci_bus() function