Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dnet.c103 tref = getsecs(); in sendrecv()
104 t = getsecs(); in sendrecv()
106 if (MAXWAIT > 0 && (getsecs() - tref) >= MAXWAIT) { in sendrecv()
127 while ((getsecs() - t) < tmo) in sendrecv()
143 t = getsecs(); in sendrecv()
H A Dip.c413 t = getsecs(); in readip()
414 while ((getsecs() - t) < tleft) { in readip()
H A Dbootp.c138 bot = getsecs(); in bootp()
270 bp->bp_secs = htons((ushort_t)(getsecs() - bot)); in bootpsend()
H A Dstand.h414 extern time_t getsecs(void);
H A Dtftp.c337 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff)); in tftp_makereq()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dtime.c34 time_t getsecs(void);
95 getsecs(void) in getsecs() function
H A Dpxe.c594 t = getsecs(); in pxe_netif_get()
596 while ((getsecs() - t) < timeout) { in pxe_netif_get()
/illumos-gate/usr/src/boot/efi/libefi/
H A Dtime_event.c78 getsecs(void) in getsecs() function
H A Definet.c191 t = getsecs(); in efinet_get()
192 while ((getsecs() - t) < timeout) { in efinet_get()
H A Dtime.c278 getsecs(void) in getsecs() function
/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) in getsecs() function
2236 strp = getsecs(strp, offsetp); in getoffset()
2303 strp = getsecs(strp, &rulep->r_time); in getrule()
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c468 now = then = getsecs(); in interactive_interrupt()
485 now = getsecs(); in interactive_interrupt()