Home
last modified time | relevance | path

Searched refs:getsecs (Results 1 – 20 of 20) sorted by relevance

/freebsd/stand/libsa/
H A Dnet.c99 tref = t = getsecs(); in sendrecv()
122 while ((getsecs() - t) < tmo) in sendrecv()
138 t = getsecs(); in sendrecv()
H A Dtftp.c346 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff)); in tftp_makereq()
676 start = getsecs(); in tftp_preload()
699 end = getsecs(); in tftp_preload()
H A Dip.c411 t = getsecs(); in readip()
412 while ((getsecs() - t) < tleft) { in readip()
H A Dbootp.c138 bot = getsecs(); in bootp()
273 bp->bp_secs = htons((u_short)(getsecs() - bot)); in bootpsend()
H A Dstand.h435 extern time_t getsecs(void);
/freebsd/stand/i386/libi386/
H A Dtime.c32 time_t getsecs(void);
93 getsecs(void) in getsecs() function
H A Dpxe.c582 t = getsecs(); in pxe_netif_get()
584 while ((getsecs() - t) < timeout) { in pxe_netif_get()
/freebsd/stand/uboot/
H A Dtime.c47 getsecs(void) in getsecs() function
H A Dnet.c284 t = getsecs(); in net_get()
295 } while ((rlen == -1 || rlen == 0) && (getsecs() - t < timeout)); in net_get()
/freebsd/stand/efi/libefi/
H A Dtime_arm64.c66 getsecs(void) in getsecs() function
H A Dtime_event.c76 getsecs(void) in getsecs() function
H A Definet.c183 t = getsecs(); in efinet_get()
184 while ((getsecs() - t) < timeout) { in efinet_get()
H A Dtime.c276 getsecs(void) in getsecs() function
/freebsd/stand/libofw/
H A Dofw_time.c42 getsecs(void) in getsecs() function
H A Dofw_net.c152 t = getsecs(); in ofwn_get()
156 (getsecs() - t < timeout)); in ofwn_get()
/freebsd/stand/common/
H A Dcommands.c561 start = getsecs(); in command_readtest()
569 end = getsecs(); in command_readtest()
/freebsd/stand/kboot/kboot/
H A Dmain.c436 getsecs(void) in getsecs() function
448 rv = getsecs(); in time()
/freebsd/stand/userboot/userboot/
H A Dmain.c71 getsecs(void) in getsecs() function
/freebsd/stand/efi/loader/
H A Dmain.c673 now = then = getsecs(); in interactive_interrupt()
689 now = getsecs(); in interactive_interrupt()
/freebsd/contrib/tzcode/
H A Dlocaltime.c885 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