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

/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dtime.c51 getsecs(void) function
H A Dnet.c285 t = getsecs();
295 } while ((rlen == -1 || rlen == 0) && (getsecs() - t < timeout));
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_time.c45 getsecs() function
H A Dofw_net.c138 t = getsecs();
142 (getsecs() - t < timeout));
/illumos-gate/usr/src/boot/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.c320 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff));
604 t = t1 = getsecs();
606 if ((getsecs() - t) > MAXTMO) {
618 while ((getsecs() - t1) < tleft);
628 if ((getsecs() - t1) < tleft) {
637 t1 = getsecs();
H A Dbootp.c115 bot = getsecs();
280 bp->bp_secs = htons((u_short)(getsecs() - bot));
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Dtime.c221 getsecs() function
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c142 static const char * getsecs P((const char * strp, long * secsp));
503 getsecs(strp, secsp) function
550 strp = getsecs(strp, offsetp);
608 strp = getsecs(strp, &rulep->r_time);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c423 static const char *getsecs(const char *, long *);
2187 getsecs(const char *strp, long *secsp) function
2236 strp = getsecs(strp, offsetp);
2303 strp = getsecs(strp, &rulep->r_time);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.c582 getsecs() function

Completed in 109 milliseconds