Home
last modified time | relevance | path

Searched refs:POLL_FREQ (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/stand/efiboot/
H A Dprompt.c45 #define POLL_FREQ 10 macro
76 int i = timeout * POLL_FREQ; in awaitkey()
86 secs = (i + POLL_FREQ - 1) / POLL_FREQ; in awaitkey()
95 len = snprintf(buf, sizeof(buf), "%d seconds. ", (i + POLL_FREQ - 1) / POLL_FREQ); in awaitkey()
109 efi_delay(1000000 / POLL_FREQ); in awaitkey()
/netbsd/sys/arch/landisk/stand/boot/
H A Dcons.c41 #define POLL_FREQ 10 macro
133 i = timeout * POLL_FREQ; in awaitkey()
136 if (tell && (i % POLL_FREQ) == 0) { in awaitkey()
141 "%d ", i / POLL_FREQ); in awaitkey()
156 delay(1000 / POLL_FREQ); in awaitkey()
/netbsd/sys/arch/i386/stand/lib/
H A Dpcio.c68 #define POLL_FREQ 10 macro
334 i = timeout * POLL_FREQ; in awaitkey()
337 if (tell && (i % POLL_FREQ) == 0) { in awaitkey()
342 i/POLL_FREQ); in awaitkey()
361 wait(1000000 / POLL_FREQ); in awaitkey()