Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dconfig.c28 if (dev->how_probe == PROBE_FIRST) { in pci_probe()
36 if ((dev->how_probe != PROBE_AWAKE) && state->advance) { in pci_probe()
51 if (dev->how_probe != PROBE_AWAKE) { in pci_probe()
80 if (dev->how_probe == PROBE_FIRST) { in isa_probe()
87 if ((dev->how_probe != PROBE_AWAKE) && state->advance) { in isa_probe()
99 if (dev->how_probe != PROBE_AWAKE) { in isa_probe()
133 if (dev->how_probe == PROBE_FIRST) { in probe()
138 dev->how_probe = pci_probe(dev, type_name); in probe()
139 if (dev->how_probe == PROBE_FAILED) { in probe()
144 dev->how_probe = isa_probe(dev, type_name); in probe()
[all …]
H A Ddev.h52 int how_probe; /* First, next or awake */ member
H A Dnic.c169 dev->how_probe = -1; in grub_eth_probe()