Lines Matching refs:_L
142 console->Printf(_L("\n"));
143 console->Printf(_L(">> %s, Revision %s\n"),
154 console->Printf(_L(">> Model %s\n"), model->model);
157 console->Printf(_L(">> Memory %d k\n"), membytes / 1024);
160 console->Printf(_L(">> Video %d x %d\n"), video->width, video->height);
162 console->Printf(_L("\n"));
171 console->Printf(_L("\nLoaded\n"));
184 if (_L(model->model).CompareF(_L("SERIES5 R1")) == 0)
185 ldd = _L("e32boot-s5.ldd");
186 else if (_L(model->model).CompareF(_L("SERIES5mx")) == 0)
187 ldd = _L("e32boot-s5mx.ldd");
188 // else if (_L(model->model).CompareF(_L("SERIES7")) == 0)
189 // ldd = _L("e32boot-s7.ldd"); // not yet.
191 console->Printf(_L("Not Supported machine\n"));
197 console->Printf(_L("LoadLogicalDevice failed: %d\n"), err);
207 console->Printf(_L("DoCreate failed: %d\n"), err);
235 TPtrC Default = _L("C:\\netbsd");
236 TPtrC Prompt = _L("Boot: ");
245 console->Printf(_L("["));
247 console->Printf(_L("]: "));
249 _L("[").Length() +
251 _L("]: ").Length());
299 console->Printf(_L("\nLoad failed: %d\n"), err);
309 base += (_L("[").Length() + Default.Length() +
310 _L("]: ").Length());
361 if (_L(memmaps[i].model).CompareF(_L(model->model)) == 0 &&