Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiospci.c220 #define PCI_SIGNATURE 0x20494350 /* AKA "PCI " */ macro
237 (v86.edx != PCI_SIGNATURE)) in biospci_detect()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.h247 #define PCI_SIGNATURE (('P' << 0) + ('C' << 8) + ('I' << 16) + (' ' << 24)) macro
H A Dpci_io.c339 if (present_status || (signature != PCI_SIGNATURE)) { in check_pcibios()