Searched refs:keyhit (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/stand/mips/beri/common/
H A Dcons.h37 int keyhit(int);
H A Daltera_jtag_uart.c149 keyhit(int seconds) function
/freebsd-13-stable/stand/i386/common/
H A Dcons.h32 int keyhit(unsigned int secs);
H A Dcons.c133 keyhit(unsigned int secs) function
/freebsd-13-stable/stand/mips/beri/loader/
H A Dberi_console.c89 return (keyhit(0));
/freebsd-13-stable/stand/mips/beri/boot2/
H A Dboot2.c250 if (autoboot && !keyhit(3*SECOND)) {
268 if (!autoboot || keyhit(3*SECOND))
644 if (ioctrl & IO_KEYBOARD && keyhit(0))
/freebsd-13-stable/stand/i386/boot2/
H A Dboot2.c120 static int keyhit(unsigned);
245 if (autoboot && !keyhit(3*SECOND)) {
262 if (!autoboot || keyhit(3*SECOND))
609 keyhit(unsigned ticks) function
/freebsd-13-stable/stand/i386/isoboot/
H A Disoboot.c267 if (autoboot && keyhit(3)) {
301 if (keyhit(0))
/freebsd-13-stable/stand/i386/gptboot/
H A Dgptboot.c323 if (autoboot && keyhit(3)) {
360 if (keyhit(0))
/freebsd-13-stable/stand/i386/zfsboot/
H A Dzfsboot.c302 if (keyhit(3))
317 if (!auto_boot || keyhit(5))

Completed in 173 milliseconds