| /netbsd/src/sys/arch/zaurus/stand/zboot/ |
| D | getsecs.c | 37 getsecs(void) in getsecs() function 48 start = getsecs(); in sleep() 49 while (getsecs() - start < seconds) in sleep()
|
| /netbsd/src/sys/lib/libsa/ |
| D | net.c | 101 t = getsecs(); in sendrecv() 117 while ((getsecs() - t) < tmo) in sendrecv() 136 t = getsecs(); in sendrecv()
|
| D | net.h | 135 satime_t getsecs(void); 137 #define getsecs() time(NULL) macro
|
| /netbsd/src/sys/arch/evbarm/stand/boot2440/ |
| D | dm9000.c | 315 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()
|
| D | main.c | 76 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/ |
| D | netif_news.c | 163 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/ |
| D | if_cs.c | 93 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/ |
| D | if_cfe.c | 110 t = getsecs(); in cfenet_get() 112 while (((getsecs() - t) < timeout) && !cc) { in cfenet_get()
|
| D | getsecs.c | 48 getsecs(void) in getsecs() function
|
| /netbsd/src/sys/arch/x68k/stand/boot/ |
| D | if_ne.c | 103 t = getsecs() + timeout; in ne_get() 104 while (getsecs() < t) { in ne_get()
|
| /netbsd/src/sys/arch/sparc/stand/common/ |
| D | netif_sun.c | 188 tick0 = getsecs(); in netif_get() 192 } while ((len == 0) && ((getsecs() - tick0) < timo)); in netif_get()
|
| /netbsd/src/sys/arch/vax/boot/boot/ |
| D | autoconf.c | 125 getsecs(void) in getsecs() function 198 int nu = sluttid - getsecs(); in rtimer()
|
| D | boot.c | 106 sluttid = getsecs() + 5; in Xmain() 111 nu = sluttid - getsecs(); in Xmain()
|
| /netbsd/src/sys/arch/alpha/stand/netboot/ |
| D | if_prom.c | 103 t = getsecs(); in prom_get() 105 while (((getsecs() - t) < timeout) && !cc) { in prom_get()
|
| D | getsecs.c | 16 getsecs(void) in getsecs() function
|
| /netbsd/src/sys/arch/pmax/stand/common/ |
| D | if_prom.c | 216 t = getsecs(); in prom_get() 218 while (((getsecs() - t) < timeout) && !s) { in prom_get()
|
| D | clock.c | 38 getsecs(void) in getsecs() function
|
| /netbsd/src/sys/arch/luna68k/stand/boot/ |
| D | if_le.c | 194 t = getsecs() + timeout; in le_get() 195 while (getsecs() < t) { in le_get()
|
| D | getsecs.c | 45 getsecs(void) in getsecs() function
|
| /netbsd/src/sys/arch/emips/stand/common/ |
| D | enic.c | 130 timeo += getsecs(); in enic_getpkt() 169 if (getsecs() >= timeo) { in enic_getpkt()
|
| D | clock.c | 41 getsecs(void) in getsecs() function
|
| /netbsd/src/sys/arch/sun68k/stand/libsa/ |
| D | clock.c | 13 getsecs(void) in getsecs() function
|
| /netbsd/src/sys/arch/i386/stand/lib/ |
| D | getsecs.c | 21 getsecs(void) { in getsecs() function
|
| /netbsd/src/sys/arch/cobalt/stand/boot/ |
| D | clock.c | 66 getsecs(void) in getsecs() function
|
| /netbsd/src/sys/arch/sandpoint/stand/altboot/ |
| D | kse.c | 265 bound = getsecs() + timo; in mii_dealan() 271 } while (getsecs() < bound); in mii_dealan()
|