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

  /src/sys/arch/amiga/dev/
if_qn.c 385 int timout = 60000; local in function:qnstart
418 while (!(*sc->nic_t_status & T_TMT_OK) && --timout) {
419 if ((timout % 10000) == 0)
423 if (timout == 0)
if_qn.c 385 int timout = 60000; local in function:qnstart
418 while (!(*sc->nic_t_status & T_TMT_OK) && --timout) {
419 if ((timout % 10000) == 0)
423 if (timout == 0)
if_qn.c 385 int timout = 60000; local in function:qnstart
418 while (!(*sc->nic_t_status & T_TMT_OK) && --timout) {
419 if ((timout % 10000) == 0)
423 if (timout == 0)

Completed in 189 milliseconds