Searched refs:stdio_devices (Results 1 – 6 of 6) sorted by relevance
125 stdio_devices[file] = dev; in console_setfile()264 return stdio_devices[file]->getc(stdio_devices[file]); in console_getc()269 return stdio_devices[file]->tstc(stdio_devices[file]); in console_tstc()274 stdio_devices[file]->putc(stdio_devices[file], c); in console_putc()279 if (!console_dev_is_serial(stdio_devices[file])) in console_puts_noserial()280 stdio_devices[file]->puts(stdio_devices[file], s); in console_puts_noserial()285 stdio_devices[file]->puts(stdio_devices[file], s); in console_puts()786 if (stdio_devices[stdin] == NULL) { in stdio_print_current_devices()789 printf ("%s\n", stdio_devices[stdin]->name); in stdio_print_current_devices()793 if (stdio_devices[stdout] == NULL) { in stdio_print_current_devices()[all …]
30 struct stdio_dev *stdio_devices[] = { NULL, NULL, NULL }; variable255 if (stdio_devices[l] == dev) { in stdio_deregister_dev()264 stdio_devices[l]->name, in stdio_deregister_dev()276 stdio_devices[l] = dev; in stdio_deregister_dev()
36 if (stdio_devices[0]->tstc()) { in do_terminal()37 c = stdio_devices[0]->getc(); in do_terminal()
36 if (stdio_devices[l] == dev) { in do_coninfo()
54 extern struct stdio_dev *stdio_devices[];
21 stdio_devices[].