Home
last modified time | relevance | path

Searched refs:PCI_SLOT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.h241 #define PCI_SLOT(devfn) ((devfn) >> 3) macro
H A Dpci.c315 bus, PCI_SLOT(devfn), PCI_FUNC(devfn), in scan_pci_bus()