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

/freebsd-current/stand/uboot/
H A Dtime.c47 getsecs(void) function
H A Dnet.c284 t = getsecs();
295 } while ((rlen == -1 || rlen == 0) && (getsecs() - t < timeout));
/freebsd-current/stand/libofw/
H A Dofw_time.c42 getsecs(void) function
H A Dofw_net.c152 t = getsecs();
156 (getsecs() - t < timeout));
/freebsd-current/stand/efi/libefi/
H A Dtime_arm64.c66 getsecs(void) function
H A Dtime_event.c76 getsecs(void) function
H A Dtime.c276 getsecs(void) function
H A Definet.c183 t = getsecs();
184 while ((getsecs() - t) < timeout) {
/freebsd-current/stand/i386/libi386/
H A Dtime.c32 time_t getsecs(void);
93 getsecs(void) function
H A Dpxe.c582 t = getsecs();
584 while ((getsecs() - t) < timeout) {
/freebsd-current/stand/libsa/
H A Dnet.c99 tref = t = getsecs();
122 while ((getsecs() - t) < tmo)
138 t = getsecs();
H A Dtftp.c346 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff));
676 start = getsecs();
699 end = getsecs();
H A Dip.c411 t = getsecs();
412 while ((getsecs() - t) < tleft) {
H A Dbootp.c138 bot = getsecs();
273 bp->bp_secs = htons((u_short)(getsecs() - bot));
H A Dstand.h430 extern time_t getsecs(void);
/freebsd-current/stand/userboot/userboot/
H A Dmain.c71 getsecs(void) function
/freebsd-current/stand/common/
H A Dcommands.c560 start = getsecs();
568 end = getsecs();
/freebsd-current/stand/kboot/kboot/
H A Dmain.c430 getsecs(void) function
442 rv = getsecs();
/freebsd-current/stand/efi/loader/
H A Dmain.c664 now = then = getsecs();
680 now = getsecs();
/freebsd-current/contrib/tzcode/
H A Dlocaltime.c941 getsecs(register const char *strp, int_fast32_t *const secsp) function
991 strp = getsecs(strp, offsetp);

Completed in 418 milliseconds