Home
last modified time | relevance | path

Searched refs:keyhit (Results 1 – 6 of 6) sorted by relevance

/freebsd/stand/i386/common/
H A Dcons.h30 int keyhit(unsigned int secs);
H A Dcons.c130 keyhit(unsigned int secs) in keyhit() function
/freebsd/stand/i386/boot2/
H A Dboot2.c117 static int keyhit(unsigned);
242 if (autoboot && !keyhit(3*SECOND)) { in main()
259 if (!autoboot || keyhit(3*SECOND)) in main()
606 keyhit(unsigned ticks) in keyhit() function
/freebsd/stand/i386/isoboot/
H A Disoboot.c264 if (autoboot && keyhit(3)) { in main()
298 if (keyhit(0)) in main()
/freebsd/stand/i386/gptboot/
H A Dgptboot.c320 if (autoboot && keyhit(3)) { in main()
357 if (keyhit(0)) in main()
/freebsd/stand/i386/zfsboot/
H A Dzfsboot.c303 if (keyhit(3)) in main()
318 if (!auto_boot || keyhit(5)) in main()