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

/freebsd-9.3-release/sys/boot/uboot/lib/
H A Dtime.c51 getsecs(void) function
H A Dnet.c174 t = getsecs();
184 } while ((rlen == -1 || rlen == 0) && (getsecs() - t < timeout));
/freebsd-9.3-release/sys/boot/ofw/libofw/
H A Dofw_time.c45 getsecs() function
H A Dofw_net.c138 t = getsecs();
142 (getsecs() - t < timeout));
/freebsd-9.3-release/lib/libstand/
H A Dnet.c90 t = getsecs();
109 while ((getsecs() - t) < tmo)
125 t = getsecs();
H A Dnet.h121 time_t getsecs(void);
H A Dtftp.c313 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff));
581 t = t1 = getsecs();
583 if ((getsecs() - t) > MAXTMO) {
595 while ((getsecs() - t1) < tleft);
605 if ((getsecs() - t1) < tleft) {
614 t1 = getsecs();
H A Dbootp.c115 bot = getsecs();
280 bp->bp_secs = htons((u_short)(getsecs() - bot));
/freebsd-9.3-release/sys/boot/powerpc/ps3/
H A Dmain.c183 getsecs() function
193 rv = getsecs();
/freebsd-9.3-release/sys/boot/efi/libefi/
H A Dtime.c221 getsecs() function
/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c180 static const char * getsecs(const char * strp, long * secsp);
765 getsecs(strp, secsp) function
818 strp = getsecs(strp, offsetp);
876 strp = getsecs(strp, &rulep->r_time);
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dpxe.c569 getsecs() function

Completed in 160 milliseconds