Search | Google it | Results 1 - 2 of 2 for funcall:ConsoleIO from t2ex (0.02 seconds) |
94: #ifdef DRV_CONSOLE 95: err = ConsoleIO(0, NULL); 96: tm_putstring(err >= E_OK ? "ConsoleIO - OK\n" : "ConsoleIO - ERR\n");
425: /* No, initialize console driver now */ 426: if (ConsoleIO(0, NULL) >= E_OK) { 427: er = console_conf(CS_GETPORT, &port);