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

/freebsd-12-stable/stand/uboot/lib/
H A Dtime.c51 getsecs(void) function
H A Dnet.c287 t = getsecs();
298 } while ((rlen == -1 || rlen == 0) && (getsecs() - t < timeout));
/freebsd-12-stable/stand/libofw/
H A Dofw_time.c45 getsecs(void) function
H A Dofw_net.c150 t = getsecs();
154 (getsecs() - t < timeout));
/freebsd-12-stable/stand/i386/libi386/
H A Dtime.c35 time_t getsecs(void);
96 getsecs(void) function
H A Dpxe.c529 t = getsecs();
530 while ((getsecs() - t) < timeout) {
/freebsd-12-stable/stand/libsa/
H A Dnet.c104 tref = getsecs();
105 t = getsecs();
107 if (MAXWAIT > 0 && (getsecs() - tref) >= MAXWAIT) {
128 while ((getsecs() - t) < tmo)
144 t = getsecs();
H A Dip.c414 t = getsecs();
415 while ((getsecs() - t) < tleft) {
H A Dbootp.c143 bot = getsecs();
278 bp->bp_secs = htons((u_short)(getsecs() - bot));
H A Dstand.h406 extern time_t getsecs(void);
H A Dtftp.c341 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff));
/freebsd-12-stable/stand/efi/libefi/
H A Dtime_event.c79 getsecs(void) function
H A Dtime.c279 getsecs(void) function
H A Definet.c186 t = getsecs();
187 while ((getsecs() - t) < timeout) {
/freebsd-12-stable/stand/powerpc/kboot/
H A Dmain.c320 getsecs(void) function
332 rv = getsecs();
/freebsd-12-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c181 static const char * getsecs(const char * strp, long * secsp);
763 getsecs(strp, secsp) function
816 strp = getsecs(strp, offsetp);
874 strp = getsecs(strp, &rulep->r_time);
/freebsd-12-stable/contrib/blacklist/bin/
H A Dconf.c136 getsecs(const char *f, size_t l, bool local, struct conf *c, const char *p) function
421 e = getvalue(f, l, local, c, &p, getsecs);
/freebsd-12-stable/stand/efi/loader/
H A Dmain.c639 now = then = getsecs();
655 now = getsecs();

Completed in 138 milliseconds