Lines Matching refs:console
39 CConsoleBase *console; variable
136 console = in E32BootL()
142 console->Printf(_L("\n")); in E32BootL()
143 console->Printf(_L(">> %s, Revision %s\n"), in E32BootL()
154 console->Printf(_L(">> Model %s\n"), model->model); in E32BootL()
157 console->Printf(_L(">> Memory %d k\n"), membytes / 1024); in E32BootL()
160 console->Printf(_L(">> Video %d x %d\n"), video->width, video->height); in E32BootL()
162 console->Printf(_L("\n")); in E32BootL()
171 console->Printf(_L("\nLoaded\n")); in E32BootL()
191 console->Printf(_L("Not Supported machine\n")); in E32BootL()
192 console->Getch(); in E32BootL()
197 console->Printf(_L("LoadLogicalDevice failed: %d\n"), err); in E32BootL()
198 console->Getch(); in E32BootL()
207 console->Printf(_L("DoCreate failed: %d\n"), err); in E32BootL()
208 console->Getch(); in E32BootL()
244 console->Printf(Prompt); in LoadNetBSDL()
245 console->Printf(_L("[")); in LoadNetBSDL()
246 console->Printf(Default); in LoadNetBSDL()
247 console->Printf(_L("]: ")); in LoadNetBSDL()
248 console->SetPos(Prompt.Length() + in LoadNetBSDL()
254 TChar gChar = console->Getch(); in LoadNetBSDL()
299 console->Printf(_L("\nLoad failed: %d\n"), err); in LoadNetBSDL()
303 console->Printf(Prompt); in LoadNetBSDL()
311 console->SetPos(base + pos); in LoadNetBSDL()
312 console->ClearToEndOfLine(); in LoadNetBSDL()
313 console->SetPos(base); in LoadNetBSDL()
314 console->Write(input); in LoadNetBSDL()
315 console->SetPos(base + pos); in LoadNetBSDL()