Home
last modified time | relevance | path

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

12

/openbsd/src/sys/arch/amd64/stand/libsa/
Dtime.c115 getsecs(void) in getsecs() function
144 for (t = getsecs() + i; getsecs() < t; cnischar()) in sleep()
Dbioscons.c144 time_t tt = getsecs() + 1; in com_init()
157 while (!(i++ % 1000) && getsecs() < tt) in com_init()
/openbsd/src/sys/arch/i386/stand/libsa/
Dtime.c115 getsecs(void) in getsecs() function
144 for (t = getsecs() + i; getsecs() < t; cnischar()) in sleep()
Dbioscons.c142 time_t tt = getsecs() + 1; in com_init()
154 while (!(i++ % 1000) && getsecs() < tt) in com_init()
/openbsd/src/sys/lib/libsa/
Dnet.c83 t = getsecs(); in sendrecv()
109 t = getsecs(); in sendrecv()
Dbootp.c85 bot = getsecs(); in bootp()
132 bp->bp_secs = htons((u_short)(getsecs() - bot)); in bootpsend()
Dnet.h124 time_t getsecs(void);
Dstand.h215 time_t getsecs(void);
/openbsd/src/sys/arch/alpha/stand/netboot/
Dif_prom.c120 t = getsecs(); in prom_get()
122 while (((getsecs() - t) < timeout) && !cc) { in prom_get()
Dgetsecs.c11 getsecs() in getsecs() function
DMakefile13 SRCS+= if_prom.c getsecs.c
/openbsd/src/sys/arch/luna88k/stand/boot/
Dif_le.c189 t = getsecs() + timeout; in le_get()
190 while (getsecs() < t) { in le_get()
Dgetsecs.c128 getsecs(void) in getsecs() function
DMakefile43 SRCS+= if_le.c lance.c getsecs.c
/openbsd/src/sys/arch/hppa/stand/libsa/
Dtime.c36 getsecs() in getsecs() function
/openbsd/src/sys/stand/boot/
Dcmd.c255 time_t tt = getsecs() + to; in readline()
260 while (!cnischar() && getsecs() < tt) in readline()
430 time_t tt = getsecs(); in Xtime()
/openbsd/src/sys/arch/loongson/stand/boot/
Dmachdep.c155 getsecs() in getsecs() function
/openbsd/src/sys/arch/landisk/stand/boot/
Dgetsecs.c163 getsecs(void) in getsecs() function
DMakefile7 SRCS= srt0.S conf.c devs.c getsecs.c scifcons.c delay.c arc4.c
/openbsd/src/sys/arch/sparc64/stand/ofwboot/
Dnetif_of.c198 getsecs(void) in getsecs() function
/openbsd/src/sys/arch/macppc/stand/
Dnetif_of.c236 getsecs() in getsecs() function
/openbsd/src/sys/arch/armv7/stand/efiboot/
Defipxe.c456 t = getsecs(); in efinet_get()
458 while ((getsecs() - t) < tmo) { in efinet_get()
/openbsd/src/sys/arch/riscv64/stand/efiboot/
Defipxe.c456 t = getsecs(); in efinet_get()
458 while ((getsecs() - t) < tmo) { in efinet_get()
/openbsd/src/sys/arch/arm64/stand/efiboot/
Defipxe.c456 t = getsecs(); in efinet_get()
458 while ((getsecs() - t) < tmo) { in efinet_get()
/openbsd/src/sys/arch/amd64/stand/efiboot/
Defiboot.c1047 getsecs(void) in getsecs() function
1087 for (t = getsecs() + i; intr == 0 && getsecs() < t; intr = cnischar()) in sleep()

12