/src/sys/dev/ppbus/ |
lpt.c | 424 int trys, err; local in function:lptopen 461 for(trys = 0, status = ppbus_rstr(ppbus); (status & RDY_MASK) 462 != LP_READY; trys += LPT_STEP, status = 466 if(trys >= LPT_TIMEOUT) 484 if(trys >= LPT_TIMEOUT) {
|
/src/games/larn/ |
create.c | 554 int x, y, trys; local in function:fillmonst 555 for (trys = 5; trys > 0; --trys) { /* max # of creation attempts */
|
monster.c | 611 int trys; local in function:speldamage 612 for (trys = 100, i = j = 1; --trys > 0 && item[i][j]; i = rnd(MAXX - 1), j = rnd(MAXY - 1)); 613 if (trys) { 618 int trys; local in function:speldamage 619 for (trys = 100, i = j = 1; --trys > 0 && (item[i][j] == OWALL || mitem[i][j]); i = rnd(MAXX - 1), j = rnd(MAXY - 1)); 620 if (trys) {
|
/src/sys/dev/ieee1394/ |
firewire.c | 1886 int node, err, i, todo, todo2, trys; local in function:fw_explore 1918 for (trys = 0; todo > 0 && trys < 3; trys++) {
|
/src/sys/dev/pci/ |
if_bge.c | 3243 int capmask, trys; local in function:bge_attach 3993 trys = 0; 4025 if (LIST_EMPTY(&mii->mii_phys) && (trys++ < 4))
|