Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dconfig.c134 dev->to_probe = PROBE_PCI; in probe()
137 if (dev->to_probe == PROBE_PCI) { in probe()
149 if ((dev->to_probe != PROBE_PCI) && in probe()
H A Ddev.h57 #define PROBE_PCI 1 macro