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

/netbsd-current/sbin/fsck_ext2fs/
H A Dpass3.c77 int loopcnt; local
86 for (loopcnt = 0; ; loopcnt++) {
90 loopcnt > numdirs)
/netbsd-current/sbin/fsck_lfs/
H A Dpass3.c44 int loopcnt; local
55 for (loopcnt = 0;; loopcnt++) {
59 loopcnt > numdirs)
/netbsd-current/sbin/fsck_ffs/
H A Dpass3.c58 int loopcnt, state; local
96 for (loopcnt = 0; ; loopcnt++) {
100 loopcnt > countdirs)
104 if (loopcnt <= countdirs) {
/netbsd-current/sys/arch/amiga/dev/
H A Dfd.c1421 static int loopcnt; local
1425 if (loopcnt == 0) {
1435 if (loopcnt++ & 1)
1442 if (loopcnt < 8)
1445 loopcnt = 0;
/netbsd-current/sys/arch/sun3/dev/
H A Dif_ie.c447 int loopcnt; local
468 loopcnt = sc->nframes;
519 if (--loopcnt > 0)

Completed in 206 milliseconds