Searched refs:getsecs (Results 1 – 20 of 20) sorted by relevance
99 tref = t = getsecs(); in sendrecv()122 while ((getsecs() - t) < tmo) in sendrecv()138 t = getsecs(); in sendrecv()
346 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff)); in tftp_makereq()676 start = getsecs(); in tftp_preload()699 end = getsecs(); in tftp_preload()
411 t = getsecs(); in readip()412 while ((getsecs() - t) < tleft) { in readip()
138 bot = getsecs(); in bootp()273 bp->bp_secs = htons((u_short)(getsecs() - bot)); in bootpsend()
435 extern time_t getsecs(void);
32 time_t getsecs(void);93 getsecs(void) in getsecs() function
582 t = getsecs(); in pxe_netif_get()584 while ((getsecs() - t) < timeout) { in pxe_netif_get()
47 getsecs(void) in getsecs() function
284 t = getsecs(); in net_get()295 } while ((rlen == -1 || rlen == 0) && (getsecs() - t < timeout)); in net_get()
66 getsecs(void) in getsecs() function
76 getsecs(void) in getsecs() function
183 t = getsecs(); in efinet_get()184 while ((getsecs() - t) < timeout) { in efinet_get()
276 getsecs(void) in getsecs() function
42 getsecs(void) in getsecs() function
152 t = getsecs(); in ofwn_get()156 (getsecs() - t < timeout)); in ofwn_get()
561 start = getsecs(); in command_readtest()569 end = getsecs(); in command_readtest()
436 getsecs(void) in getsecs() function448 rv = getsecs(); in time()
71 getsecs(void) in getsecs() function
673 now = then = getsecs(); in interactive_interrupt()689 now = getsecs(); in interactive_interrupt()
885 getsecs(register const char *strp, int_fast32_t *const secsp)935 strp = getsecs(strp, offsetp);941 getsecs(register const char *strp, int_fast32_t *const secsp) getsecs() function