Lines Matching refs:error
90 static void error(u16 *string) in error() function
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()
342 error(u"Calculating CRC32 failed\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()
407 error(u"Aborted by user\r\n"); in do_save()
420 error(u"Failed to write file\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()