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

  /src/sbin/fsck_ext2fs/
pass3.c 77 int loopcnt; local in function:pass3
86 for (loopcnt = 0; ; loopcnt++) {
90 loopcnt > numdirs)
  /src/sbin/fsck_lfs/
pass3.c 44 int loopcnt; local in function:pass3
55 for (loopcnt = 0;; loopcnt++) {
59 loopcnt > numdirs)
  /src/sbin/fsck_ffs/
pass3.c 58 int loopcnt, state; local in function:pass3
96 for (loopcnt = 0; ; loopcnt++) {
100 loopcnt > countdirs)
104 if (loopcnt <= countdirs) {
  /src/sys/arch/sun3/dev/
if_ie.c 447 int loopcnt; local in function:ie_intr
468 loopcnt = sc->nframes;
519 if (--loopcnt > 0)
  /src/sys/arch/amiga/dev/
fd.c 1421 static int loopcnt; local in function:fdcalibrate
1425 if (loopcnt == 0) {
1435 if (loopcnt++ & 1)
1442 if (loopcnt < 8)
1445 loopcnt = 0;

Completed in 14 milliseconds