Home
last modified time | relevance | path

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

123

/netbsd-src/sys/arch/zaurus/stand/zboot/
H A Dgetsecs.c37 getsecs(void) in getsecs() function
48 start = getsecs(); in sleep()
49 while (getsecs() - start < seconds) in sleep()
/netbsd-src/sys/lib/libsa/
H A Dnet.c101 t = getsecs(); in sendrecv()
117 while ((getsecs() - t) < tmo) in sendrecv()
136 t = getsecs(); in sendrecv()
H A Dnet.h135 satime_t getsecs(void);
137 #define getsecs() time(NULL) macro
/netbsd-src/sys/arch/evbarm/stand/boot2440/
H A Ddm9000.c315 bound = getsecs() + 1; in dm9k_send()
320 } while (getsecs() < bound); in dm9k_send()
334 bound = getsecs() + timo; /* second */ in dm9k_recv()
342 } while (getsecs() < bound); in dm9k_recv()
441 bound = getsecs() + timo; in mii_dealan()
450 } while (getsecs() < bound); in mii_dealan()
H A Dmain.c76 time_t getsecs();
329 time = old_time = getsecs(); in time_init()
331 time = getsecs(); in time_init()
340 getsecs() in getsecs() function
/netbsd-src/sys/arch/newsmips/stand/boot/
H A Dnetif_news.c163 tick0 = getsecs(); in netif_get()
167 } while ((len == 0) && ((getsecs() - tick0) < timo)); in netif_get()
205 getsecs(void) in getsecs() function
/netbsd-src/sys/arch/hppa/stand/boot/
H A Dtgets.c47 seconds1 = getsecs(); in tgets()
94 if ((seconds2 = getsecs()) != seconds1) { in tgets()
/netbsd-src/sys/arch/hpcmips/stand/lcboot/
H A Dif_cs.c93 getsecs(void) in getsecs() function
201 t = getsecs(); in cs_get()
203 while (getsecs() - t < timeout && rlen == 0) { in cs_get()
/netbsd-src/sys/arch/sbmips/stand/netboot/
H A Dif_cfe.c110 t = getsecs(); in cfenet_get()
112 while (((getsecs() - t) < timeout) && !cc) { in cfenet_get()
H A Dgetsecs.c48 getsecs(void) in getsecs() function
/netbsd-src/sys/arch/evbmips/stand/sbmips/netboot/
H A Dif_cfe.c110 t = getsecs(); in cfenet_get()
112 while (((getsecs() - t) < timeout) && !cc) { in cfenet_get()
H A Dgetsecs.c48 getsecs(void) in getsecs() function
/netbsd-src/sys/arch/x68k/stand/boot/
H A Dif_ne.c103 t = getsecs() + timeout; in ne_get()
104 while (getsecs() < t) { in ne_get()
/netbsd-src/sys/arch/sparc/stand/common/
H A Dnetif_sun.c188 tick0 = getsecs(); in netif_get()
192 } while ((len == 0) && ((getsecs() - tick0) < timo)); in netif_get()
/netbsd-src/sys/arch/alpha/stand/netboot/
H A Dif_prom.c103 t = getsecs(); in prom_get()
105 while (((getsecs() - t) < timeout) && !cc) { in prom_get()
/netbsd-src/sys/arch/vax/boot/boot/
H A Dautoconf.c125 getsecs(void) in getsecs() function
198 int nu = sluttid - getsecs(); in rtimer()
H A Dboot.c106 sluttid = getsecs() + 5; in Xmain()
111 nu = sluttid - getsecs(); in Xmain()
/netbsd-src/sys/arch/pmax/stand/common/
H A Dif_prom.c216 t = getsecs(); in prom_get()
218 while (((getsecs() - t) < timeout) && !s) { in prom_get()
H A Dclock.c38 getsecs(void) in getsecs() function
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dif_le.c194 t = getsecs() + timeout; in le_get()
195 while (getsecs() < t) { in le_get()
/netbsd-src/sys/arch/emips/stand/common/
H A Denic.c130 timeo += getsecs(); in enic_getpkt()
169 if (getsecs() >= timeo) { in enic_getpkt()
H A Dclock.c41 getsecs(void) in getsecs() function
/netbsd-src/sys/arch/sun68k/stand/libsa/
H A Dclock.c13 getsecs(void) in getsecs() function
/netbsd-src/sys/arch/hppa/stand/common/
H A Dtime.c39 getsecs(void) in getsecs() function
/netbsd-src/sys/arch/i386/stand/lib/
H A Dgetsecs.c21 getsecs(void) { in getsecs() function

123