/src/sys/arch/arm/arm32/ |
arm32_reboot.c | 156 cnpollc(true); /* for proper keyboard command handling */ 160 cnpollc(false);
|
/src/sys/dev/ |
cons.h | 85 void cnpollc(int); 110 dev_decl(n,cnputc); dev_decl(n,cnpollc); dev_decl(n,cnbell); \ 115 dev_init(n,cnputc), dev_init(n,cnpollc), NULL, NULL, NULL, \ 120 dev_init(n,cnputc), dev_init(n,cnpollc), dev_init(n,cnbell) } 124 dev_init(n,cnputc), dev_init(n,cnpollc), 0, \
|
cons.c | 340 cnpollc(1); 351 cnpollc(0); 413 cnpollc(int on) function in typeref:typename:void
|
/src/sys/arch/alpha/include/ |
autoconf.h | 77 void (*cnpollc)(int); /* 176: console pollc pointer */ member in struct:bootinfo_v1
|
/src/sys/arch/hppa/hppa/ |
db_interface.c | 114 cnpollc(true); 116 cnpollc(false);
|
/src/sys/arch/m68k/m68k/ |
db_interface.c | 112 cnpollc(true); /* set polling mode, unblank video */ 116 cnpollc(false); /* resume interrupt mode */
|
/src/sys/arch/aarch64/aarch64/ |
aarch64_reboot.c | 161 cnpollc(true); /* for proper keyboard command handling */ 165 cnpollc(false);
|
/src/sys/arch/evbmips/atheros/ |
machdep.c | 368 cnpollc(1); /* For proper keyboard command handling */ 370 cnpollc(0);
|
/src/sys/arch/evbmips/ingenic/ |
machdep.c | 324 cnpollc(1); /* For proper keyboard command handling */ 326 cnpollc(0);
|
/src/sys/arch/evbmips/malta/ |
machdep.c | 354 cnpollc(1); /* For proper keyboard command handling */ 356 cnpollc(0);
|
/src/sys/arch/evbmips/rasoc/ |
machdep.c | 270 cnpollc(1); /* For proper keyboard command handling */ 272 cnpollc(0);
|
/src/sys/arch/ibmnws/ibmnws/ |
machdep.c | 230 cnpollc(1); /* for proper keyboard command handling */ 232 cnpollc(0);
|
/src/sys/arch/riscv/riscv/ |
db_interface.c | 153 cnpollc(true); 155 cnpollc(false);
|
/src/sys/arch/cesfic/cesfic/ |
machdep.c | 334 cnpollc(1); 336 cnpollc(0); 344 cnpollc(1); 346 cnpollc(0);
|
/src/sys/arch/alpha/stand/common/ |
boot.c | 163 bootinfo_v1.cnpollc = NULL;
|
/src/sys/kern/ |
subr_userconf.c | 106 cnpollc(1); 108 cnpollc(0); 396 cnpollc(1); 398 cnpollc(0);
|
/src/sys/arch/amd64/amd64/ |
db_interface.c | 250 cnpollc(true); 252 cnpollc(false);
|
/src/sys/arch/evbmips/adm5120/ |
machdep.c | 474 cnpollc(1); /* For proper keyboard command handling */ 476 cnpollc(0);
|
/src/sys/arch/evbmips/alchemy/ |
machdep.c | 404 cnpollc(1); /* For proper keyboard command handling */ 406 cnpollc(0);
|
/src/sys/arch/evbmips/cavium/ |
machdep.c | 514 cnpollc(1); /* For proper keyboard command handling */ 516 cnpollc(0);
|
/src/sys/arch/evbmips/gdium/ |
machdep.c | 442 cnpollc(1); /* For proper keyboard command handling */ 444 cnpollc(0);
|
/src/sys/arch/evbmips/mipssim/ |
machdep.c | 359 cnpollc(1); /* For proper keyboard command handling */ 361 cnpollc(0);
|
/src/sys/arch/evbmips/sbmips/ |
machdep.c | 390 cnpollc(1); /* For proper keyboard command handling */ 392 cnpollc(0);
|
/src/sys/arch/mvmeppc/mvmeppc/ |
machdep.c | 291 cnpollc(1); /* for proper keyboard command handling */ 293 cnpollc(0);
|
/src/sys/arch/powerpc/ibm4xx/ |
ibm4xx_machdep.c | 192 cnpollc(1); 194 cnpollc(0);
|