Home
last modified time | relevance | path

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

12

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

12