Lines Matching refs:error
89 static void error(u16 *string) in error() function
266 error(u"load - show length and CRC32 of initial RAM disk\r\n"); in do_help()
267 error(u"save <initrd> - save initial RAM disk to file\r\n"); in do_help()
268 error(u"exit - exit the shell\r\n"); in do_help()
290 error(u"Load File2 protocol not found\r\n"); in get_initrd()
299 error(u"Load File2 protocol does not provide file length\r\n"); in get_initrd()
305 error(u"Out of memory\r\n"); in get_initrd()
312 error(u"Load File2 protocol failed to provide file\r\n"); in get_initrd()
341 error(u"Calculating CRC32 failed\r\n"); in do_load()
376 error(u"Loaded image protocol not found\r\n"); in do_save()
386 error(u"Failed to open simple file system protocol\r\n"); in do_save()
393 error(u"Failed to open volume\r\n"); in do_save()
406 error(u"Aborted by user\r\n"); in do_save()
419 error(u"Failed to write file\r\n"); in do_save()
426 error(u"Failed to open file\r\n"); in do_save()
451 error(u"Loaded image protocol not found\r\n"); in get_load_options()