Searched refs:TIMEOUT (Results 1 – 8 of 8) sorted by relevance
16 #define TIMEOUT 5000UL /* Milliseconds before trying BOOTP again */ macro64 net_set_timeout_handler(TIMEOUT, rarp_timeout_handler); in rarp_timeout_handler()98 net_set_timeout_handler(TIMEOUT, rarp_timeout_handler); in rarp_request()
23 #define TIMEOUT 5000UL macro43 static ulong timeout_ms = TIMEOUT;56 ulong tftp_timeout_ms = TIMEOUT;864 timeout_ms = TIMEOUT; in tftp_start_server()
38 #define TIMEOUT (-2) macro114 return TIMEOUT; in readline_internal()
585 case TIMEOUT: in zrdata()644 case TIMEOUT: in zrdat32()685 case TIMEOUT: in zgethdr()693 case TIMEOUT: in zgethdr()730 case TIMEOUT: in zgethdr()740 case TIMEOUT: in zgethdr()771 case TIMEOUT: in zgethdr()
1244 else if (firstch==EOT && READLINE_PF(1)==TIMEOUT) in wcgetsec()1259 else if (firstch==TIMEOUT) { in wcgetsec()1272 while(cnt-- && READLINE_PF(1)!=TIMEOUT) in wcgetsec()2035 case TIMEOUT: in tryz()2280 case TIMEOUT: in rzfile()2483 case TIMEOUT: in rzfile()2681 case TIMEOUT:
325 #define TIMEOUT (-2) macro
12 #define TIMEOUT 1000 /* ms */ macro18 ulong endtime = get_timer(0) + TIMEOUT; in bcm2835_mbox_call_raw()
129 TIMEOUT 100