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

/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dbios.cpp457 bool bogus = false; local
459 /* handle bogus h/vtotal values, if got such */
462 bogus = true;
463 TRACE((DEVICE_NAME": got bogus htotal. Fixing\n"));
467 bogus = true;
468 TRACE((DEVICE_NAME": got bogus vtotal. Fixing\n"));
471 if (bogus) {
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c460 int bogus; local
468 bogus = 0;
469 while (!(getisr(data) & ISR_DMADONE) && ++bogus < MAXBOGUS) {
472 if (bogus >= MAXBOGUS)
478 bogus = 0;
483 } while (where < addr + size && ++bogus < MAXBOGUS);
485 if (bogus >= MAXBOGUS * 2) {

Completed in 92 milliseconds