| /src/sys/arch/landisk/stand/boot/ |
| cons.h | 40 char awaitkey(int timeout, int tell);
|
| cons.c | 128 awaitkey(int timeout, int tell) function
|
| boot2.c | 249 c = awaitkey(boot_params.bp_timeout, 1);
|
| /src/sys/arch/zaurus/stand/zboot/ |
| unixdev.h | 42 int awaitkey(int, int);
|
| bootmenu.c | 115 input[0] = awaitkey(bootcfg_info.timeout, 1);
|
| unixcons.c | 156 awaitkey(int timeout, int tell) function
|
| boot.c | 231 c = awaitkey((bootcfg_info.timeout < 0) ? 0
|
| /src/sys/arch/i386/stand/lib/ |
| pcio.c | 139 && awaitkey(7, 0) 155 && awaitkey(7, 0) 194 && awaitkey(7, 0) 210 && awaitkey(7, 0) 329 awaitkey(int timeout, int tell) function
|
| libi386.h | 75 char awaitkey(int, int);
|
| bootmenu.c | 193 input[0] = awaitkey(bootcfg_info.timeout, 1);
|
| /src/sys/arch/luna68k/stand/boot/ |
| awaitkey.c | 1 /* $NetBSD: awaitkey.c,v 1.1 2013/01/21 11:58:12 tsutsui Exp $ */ 47 * awaitkey(const char *pfmt, int timeout, bool tell) 54 awaitkey(const char *pfmt, int timeout, bool tell) function
|
| Makefile | 45 SRCS+= cons.c prf.c awaitkey.c
|
| samachdep.h | 56 /* awaitkey.c */ 57 char awaitkey(const char *, int, bool);
|
| init_main.c | 313 c = awaitkey("%d seconds. ", boot_timeout, true);
|
| /src/sys/stand/efiboot/ |
| efiboot.h | 128 char awaitkey(int, int);
|
| prompt.c | 74 awaitkey(int timeout, int tell) function
|
| bootmenu.c | 181 input[0] = awaitkey(bootcfg_info.timeout, 1);
|
| boot.c | 600 c = awaitkey(bootcfg_info.timeout, 1);
|
| /src/sys/arch/i386/stand/pxeboot/ |
| main.c | 160 c = awaitkey(boot_params.bp_timeout, 1); 162 c = awaitkey((bootcfg_info.timeout < 0) ? 0 : bootcfg_info.timeout, 1);
|
| /src/sys/arch/i386/stand/efiboot/ |
| boot.c | 350 c = awaitkey((bootcfg_info.timeout < 0) ? 0 871 (void) awaitkey(-1, 0); 894 (void) awaitkey(-1, 0); 996 (void) awaitkey(-1, 0);
|
| eficons.c | 141 awaitkey(7, 0)) 187 awaitkey(7, 0)) 373 awaitkey(int timeout, int tell) function
|
| efimemory.c | 412 (void) awaitkey(-1, 0);
|
| /src/sys/arch/i386/stand/boot/ |
| boot2.c | 375 c = awaitkey(boot_params.bp_timeout, 1); 377 c = awaitkey((bootcfg_info.timeout < 0) ? 0
|
| /src/sys/arch/hpcmips/stand/lcboot/ |
| main.c | 865 awaitkey(void) function 910 c = awaitkey();
|