Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dconfig.c36 if ((dev->how_probe != PROBE_AWAKE) && state->advance) { in pci_probe()
51 if (dev->how_probe != PROBE_AWAKE) { in pci_probe()
87 if ((dev->how_probe != PROBE_AWAKE) && state->advance) { in isa_probe()
99 if (dev->how_probe != PROBE_AWAKE) { in isa_probe()
H A Ddev.h71 #define PROBE_AWAKE 1 /* After calling disable bring up the same device */ macro