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

/netbsd-current/sys/dev/sbus/
H A Ddbri.c614 int maxloops = 1000000; local
630 while ((--maxloops) > 0 &&
638 if (maxloops == 0) {
646 while ((--maxloops) > 0 && (!sc->sc_waitseen))
648 if (maxloops == 0) {
/netbsd-current/sys/dev/ic/
H A Daic7xxx.c4918 int maxloops; local
4921 maxloops = 1000;
4935 } while (--maxloops
4938 if (maxloops == 0) {
H A Daic79xx.c6816 u_int maxloops; local
6819 maxloops = 1000;
6854 } while (--maxloops
6859 if (maxloops == 0) {

Completed in 212 milliseconds