Lines Matching defs:loop
1219 int loop;
1266 loop = 300;
1267 while (loop > 0) /* do not wait longer then 30 seconds */
1275 --loop;
1278 if (loop == 0)
1296 loop = 0;
1297 while (loop < 300) /* do not wait longer then 30 seconds */
1311 ++loop;
1334 int loop = 300;
1335 while (loop > 0) /* do not wait longer then 30 seconds */
1348 --loop;
1351 if (loop == 0)
1613 /* loop on scan until target offset is reached */