Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.h250 #define PCI_SERVICE (('$' << 0) + ('P' << 8) + ('C' << 16) + ('I' << 24)) macro
H A Dpci_io.c315 if ((pcibios_entry = bios32_service(PCI_SERVICE))) { in check_pcibios()