Lines Matching refs:u

80 		print(u"\r\n");  in cls()
185 u16 outbuf[2] = u" "; in efi_input()
198 print(u"\r\nAborted\r\n"); in efi_input()
207 print(u"\b \b"); in efi_input()
212 print(u"\r\n"); in efi_input()
267 error(u"load - show length and CRC32 of initial RAM disk\r\n"); in do_help()
268 error(u"save <initrd> - save initial RAM disk to file\r\n"); in do_help()
269 error(u"exit - exit the shell\r\n"); in do_help()
291 error(u"Load File2 protocol not found\r\n"); in get_initrd()
300 error(u"Load File2 protocol does not provide file length\r\n"); in get_initrd()
306 error(u"Out of memory\r\n"); in get_initrd()
313 error(u"Load File2 protocol failed to provide file\r\n"); in get_initrd()
336 print(u"length: 0x"); in do_load()
338 print(u"\r\n"); in do_load()
342 error(u"Calculating CRC32 failed\r\n"); in do_load()
345 print(u"crc32: 0x"); in do_load()
347 print(u"\r\n"); in do_load()
377 error(u"Loaded image protocol not found\r\n"); in do_save()
387 error(u"Failed to open simple file system protocol\r\n"); in do_save()
394 error(u"Failed to open volume\r\n"); in do_save()
402 print(u"Overwrite existing file (y/n)? "); in do_save()
404 print(u"\r\n"); in do_save()
407 error(u"Aborted by user\r\n"); in do_save()
420 error(u"Failed to write file\r\n"); in do_save()
423 print(u" written\r\n"); in do_save()
427 error(u"Failed to open file\r\n"); in do_save()
452 error(u"Loaded image protocol not found\r\n"); in get_load_options()
482 if (starts_with(load_options, u"nocolor")) in efi_main()
487 print(u"INITRD Dump\r\n===========\r\n\r\n"); in efi_main()
496 print(u"=> "); in efi_main()
501 if (starts_with(pos, u"exit")) in efi_main()
503 else if (starts_with(pos, u"load")) in efi_main()
505 else if (starts_with(pos, u"save ")) in efi_main()