Home
last modified time | relevance | path

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

/freebsd-13-stable/stand/libsa/
HDnet.c102 tref = t = getsecs(); in sendrecv()
125 while ((getsecs() - t) < tmo) in sendrecv()
141 t = getsecs(); in sendrecv()
HDtftp.c347 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff)); in tftp_makereq()
677 start = getsecs(); in tftp_preload()
700 end = getsecs(); in tftp_preload()
HDip.c412 t = getsecs(); in readip()
413 while ((getsecs() - t) < tleft) { in readip()
HDbootp.c141 bot = getsecs(); in bootp()
276 bp->bp_secs = htons((u_short)(getsecs() - bot)); in bootpsend()
HDstand.h434 extern time_t getsecs(void);
/freebsd-13-stable/stand/i386/libi386/
HDtime.c33 time_t getsecs(void);
94 getsecs(void) in getsecs() function
HDpxe.c583 t = getsecs(); in pxe_netif_get()
585 while ((getsecs() - t) < timeout) { in pxe_netif_get()
/freebsd-13-stable/stand/uboot/
HDtime.c49 getsecs(void) in getsecs() function
HDnet.c285 t = getsecs(); in net_get()
296 } while ((rlen == -1 || rlen == 0) && (getsecs() - t < timeout)); in net_get()
/freebsd-13-stable/stand/efi/libefi/
HDtime_arm64.c67 getsecs(void) in getsecs() function
HDtime_event.c77 getsecs(void) in getsecs() function
HDtime.c277 getsecs(void) in getsecs() function
HDefinet.c184 t = getsecs(); in efinet_get()
185 while ((getsecs() - t) < timeout) { in efinet_get()
/freebsd-13-stable/stand/libofw/
HDofw_time.c43 getsecs(void) in getsecs() function
HDofw_net.c153 t = getsecs(); in ofwn_get()
157 (getsecs() - t < timeout)); in ofwn_get()
/freebsd-13-stable/stand/kboot/
HDmain.c249 getsecs(void) in getsecs() function
261 rv = getsecs(); in time()
/freebsd-13-stable/stand/common/
HDcommands.c562 start = getsecs(); in command_readtest()
570 end = getsecs(); in command_readtest()
/freebsd-13-stable/stand/userboot/userboot/
HDmain.c72 getsecs(void) in getsecs() function
/freebsd-13-stable/stand/efi/loader/
HDmain.c665 now = then = getsecs(); in interactive_interrupt()
681 now = getsecs(); in interactive_interrupt()
/freebsd-13-stable/contrib/tzcode/
HDlocaltime.c885 getsecs(register const char *strp, int_fast32_t *const secsp) in getsecs() function
935 strp = getsecs(strp, offsetp); in getoffset()