Searched refs:trys (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/sys/dev/ppbus/ |
| H A D | lpt.c | 424 int trys, err; in lptopen() local 461 for(trys = 0, status = ppbus_rstr(ppbus); (status & RDY_MASK) in lptopen() 462 != LP_READY; trys += LPT_STEP, status = in lptopen() 466 if(trys >= LPT_TIMEOUT) in lptopen() 484 if(trys >= LPT_TIMEOUT) { in lptopen()
|
| /netbsd-src/games/larn/ |
| H A D | monster.c | 611 int trys; in speldamage() local 612 for (trys = 100, i = j = 1; --trys > 0 && item[i][j]; i = rnd(MAXX - 1), j = rnd(MAXY - 1)); in speldamage() 613 if (trys) { in speldamage() 618 int trys; in speldamage() local 619 …for (trys = 100, i = j = 1; --trys > 0 && (item[i][j] == OWALL || mitem[i][j]); i = rnd(MAXX - 1),… in speldamage() 620 if (trys) { in speldamage()
|
| H A D | create.c | 554 int x, y, trys; in fillmonst() local 555 for (trys = 5; trys > 0; --trys) { /* max # of creation attempts */ in fillmonst()
|
| H A D | Fixed.Bugs | 16 trys to performs a savegame() before dumping core. This helps prevent
|
| /netbsd-src/sys/dev/ieee1394/ |
| H A D | firewire.c | 1886 int node, err, i, todo, todo2, trys; in fw_explore() local 1918 for (trys = 0; todo > 0 && trys < 3; trys++) { in fw_explore()
|
| /netbsd-src/external/mpl/dhcp/dist/contrib/ldap/ |
| H A D | README.ldap | 69 If SSL has been enabled at compile time, the dhcp server trys to use TLS if
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_bge.c | 3243 int capmask, trys; in bge_attach() 3992 trys = 0; in bge_attach() 4024 if (LIST_EMPTY(&mii->mii_phys) && (trys++ < 4)) in bge_attach() 3231 int capmask, trys; bge_attach() local
|