Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dconfig.c66 return PROBE_FAILED; in pci_probe()
112 return PROBE_FAILED; in isa_probe()
115 #define isa_probe(d,tn) (PROBE_FAILED)
139 if (dev->how_probe == PROBE_FAILED) { in probe()
145 if (dev->how_probe == PROBE_FAILED) { in probe()
151 dev->how_probe = PROBE_FAILED; in probe()
H A Ddev.h77 #define PROBE_FAILED PROBE_FIRST macro