Home | History | Annotate | Download | only in boot

Lines Matching refs:bound

334 	u_int bound, len;
338 bound = timo * 1000000;
348 } while (--bound > 0);
456 int phy, bound;
470 bound = 100;
478 } while (bound-- > 0 && (ctl & BMCR_RESET));
479 if (bound == 0) {
494 u_int bound;
500 bound = getsecs() + timo;
509 } while (getsecs() < bound);