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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpcnet32.c78 int cards_found /* __initdata */ ; variable
856 if ((cards_found >= MAX_UNITS)
857 || ((unsigned int) options[cards_found] > sizeof(options_mapping)))
860 lp->options = options_mapping[options[cards_found]];
863 ((cards_found >= MAX_UNITS) || full_duplex[cards_found]))
904 cards_found++;

Completed in 58 milliseconds