gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:ConsoleIO from t2ex (0.00 seconds)
t2ex
t2ex_source/kernel/sysmain/src/usermain_t2ex.c - 6.0KB - 191 lines
94: #ifdef DRV_CONSOLE
95:         err = ConsoleIO(0, NULL);
96:         tm_putstring(err >= E_OK ? "ConsoleIO - OK\n" : "ConsoleIO - ERR\n");
More results from usermain_t2ex.c
t2ex_source/t2ex/fs/fimp/src/fimp_console.c - 12.8KB - 444 lines
425:                         /* No, initialize console driver now */
426:                         if (ConsoleIO(0, NULL) >= E_OK) {
427:                                 er = console_conf(CS_GETPORT, &port);