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

  /src/sys/arch/mvme68k/stand/sboot/
le_poll.c 263 int stopat = time() + timeout; local in function:le_get
267 while ((now = time()) < stopat && !cc) {
271 printf("%d \r", stopat - now);
280 printf("reject (%d sec left)\n", stopat - now);
le_poll.c 263 int stopat = time() + timeout; local in function:le_get
267 while ((now = time()) < stopat && !cc) {
271 printf("%d \r", stopat - now);
280 printf("reject (%d sec left)\n", stopat - now);

Completed in 22 milliseconds