Searched refs:stdio_devices (Results 1 – 6 of 6) sorted by relevance
38 if (stdio_devices[0]->tstc(stdio_devices[0])) { in do_terminal()39 c = stdio_devices[0]->getc(stdio_devices[0]); in do_terminal()
42 if (stdio_devices[l] == dev) in do_coninfo()
188 stdio_devices[file] = dev; in console_setfile()400 return stdio_devices[file]->getc(stdio_devices[file]); in console_getc()410 return stdio_devices[file]->tstc(stdio_devices[file]); in console_tstc()415 stdio_devices[file]->putc(stdio_devices[file], c); in console_putc()422 stdio_devices[file]->puts(stdio_devices[file], s); in console_puts_select()427 stdio_devices[file]->puts(stdio_devices[file], s); in console_puts()433 if (stdio_devices[file]->flush) in console_flush()434 stdio_devices[file]->flush(stdio_devices[file]); in console_flush()1017 if (stdio_devices[stdin] == NULL) { in stdio_print_current_devices()1024 if (stdio_devices[stdout] == NULL) { in stdio_print_current_devices()[all …]
28 struct stdio_dev *stdio_devices[] = { NULL, NULL, NULL }; variable267 if (stdio_devices[i] == dev) { in stdio_deregister_dev()275 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()287 stdio_devices[i] = dev; in stdio_deregister_dev()
63 extern struct stdio_dev *stdio_devices[];
21 stdio_devices[].
Completed in 15 milliseconds