HomeSort by: relevance | last modified time | path
    Searched defs:maxloops (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/sbus/
dbri.c 614 int maxloops = 1000000; local in function:dbri_command_send
630 while ((--maxloops) > 0 &&
638 if (maxloops == 0) {
646 while ((--maxloops) > 0 && (!sc->sc_waitseen))
648 if (maxloops == 0) {
  /src/sys/dev/ic/
aic79xx.c 6816 u_int maxloops; local in function:ahd_pause_and_flushwork
6819 maxloops = 1000;
6854 } while (--maxloops
6859 if (maxloops == 0) {
aic7xxx.c 4918 int maxloops; local in function:ahc_pause_and_flushwork
4921 maxloops = 1000;
4935 } while (--maxloops
4938 if (maxloops == 0) {

Completed in 23 milliseconds