Lines Matching refs:error
64 static void error(u16 *string) in error() function
234 error(L"load - show length and CRC32 of initial RAM disk\r\n"); in do_help()
235 error(L"save <initrd> - save initial RAM disk to file\r\n"); in do_help()
236 error(L"exit - exit the shell\r\n"); in do_help()
258 error(L"Load File2 protocol not found\r\n"); in get_initrd()
266 error(L"Load File2 protocol does not provide file length\r\n"); in get_initrd()
272 error(L"Out of memory\r\n"); in get_initrd()
279 error(L"Load File2 protocol failed to provide file\r\n"); in get_initrd()
308 error(L"Calculating CRC32 failed\r\n"); in do_load()
343 error(L"Loaded image protocol not found\r\n"); in do_save()
353 error(L"Failed to open simple file system protocol\r\n"); in do_save()
360 error(L"Failed to open volume\r\n"); in do_save()
372 error(L"Aborted by user\r\n"); in do_save()
385 error(L"Failed to write file\r\n"); in do_save()
392 error(L"Failed to open file\r\n"); in do_save()