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

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

Completed in 44 milliseconds