Home
last modified time | relevance | path

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

123

/netbsd/src/sys/arch/zaurus/stand/zboot/
Dgetsecs.c37 getsecs(void) in getsecs() function
48 start = getsecs(); in sleep()
49 while (getsecs() - start < seconds) in sleep()
/netbsd/src/sys/lib/libsa/
Dnet.c101 t = getsecs(); in sendrecv()
117 while ((getsecs() - t) < tmo) in sendrecv()
136 t = getsecs(); in sendrecv()
Dnet.h135 satime_t getsecs(void);
137 #define getsecs() time(NULL) macro
/netbsd/src/sys/arch/evbarm/stand/boot2440/
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()
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/
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/hpcmips/stand/lcboot/
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/
Dif_cfe.c110 t = getsecs(); in cfenet_get()
112 while (((getsecs() - t) < timeout) && !cc) { in cfenet_get()
Dgetsecs.c48 getsecs(void) in getsecs() function
/netbsd/src/sys/arch/x68k/stand/boot/
Dif_ne.c103 t = getsecs() + timeout; in ne_get()
104 while (getsecs() < t) { in ne_get()
/netbsd/src/sys/arch/sparc/stand/common/
Dnetif_sun.c188 tick0 = getsecs(); in netif_get()
192 } while ((len == 0) && ((getsecs() - tick0) < timo)); in netif_get()
/netbsd/src/sys/arch/vax/boot/boot/
Dautoconf.c125 getsecs(void) in getsecs() function
198 int nu = sluttid - getsecs(); in rtimer()
Dboot.c106 sluttid = getsecs() + 5; in Xmain()
111 nu = sluttid - getsecs(); in Xmain()
/netbsd/src/sys/arch/alpha/stand/netboot/
Dif_prom.c103 t = getsecs(); in prom_get()
105 while (((getsecs() - t) < timeout) && !cc) { in prom_get()
Dgetsecs.c16 getsecs(void) in getsecs() function
/netbsd/src/sys/arch/pmax/stand/common/
Dif_prom.c216 t = getsecs(); in prom_get()
218 while (((getsecs() - t) < timeout) && !s) { in prom_get()
Dclock.c38 getsecs(void) in getsecs() function
/netbsd/src/sys/arch/luna68k/stand/boot/
Dif_le.c194 t = getsecs() + timeout; in le_get()
195 while (getsecs() < t) { in le_get()
Dgetsecs.c45 getsecs(void) in getsecs() function
/netbsd/src/sys/arch/emips/stand/common/
Denic.c130 timeo += getsecs(); in enic_getpkt()
169 if (getsecs() >= timeo) { in enic_getpkt()
Dclock.c41 getsecs(void) in getsecs() function
/netbsd/src/sys/arch/sun68k/stand/libsa/
Dclock.c13 getsecs(void) in getsecs() function
/netbsd/src/sys/arch/i386/stand/lib/
Dgetsecs.c21 getsecs(void) { in getsecs() function
/netbsd/src/sys/arch/cobalt/stand/boot/
Dclock.c66 getsecs(void) in getsecs() function
/netbsd/src/sys/arch/sandpoint/stand/altboot/
Dkse.c265 bound = getsecs() + timo; in mii_dealan()
271 } while (getsecs() < bound); in mii_dealan()

123