Lines Matching refs:error

49 static void error(u16 *string)  in error()  function
231 error(L"load <dtb> - load device-tree from file\r\n"); in do_help()
232 error(L"save <dtb> - save device-tree to file\r\n"); in do_help()
233 error(L"exit - exit the shell\r\n"); in do_help()
254 error(L"Loaded image protocol not found\r\n"); in open_file_system()
275 error(L"Failed to open simple file system protocol\r\n"); in open_file_system()
303 error(L"Device-tree fix-up protocol not found\r\n"); in do_load()
316 error(L"Failed to open volume\r\n"); in do_load()
323 error(L"File not found\r\n"); in do_load()
330 error(L"Can't get file info size\r\n"); in do_load()
335 error(L"Out of memory\r\n"); in do_load()
340 error(L"Can't get file info\r\n"); in do_load()
347 error(L"Can't free memory pool\r\n"); in do_load()
353 error(L"Out of memory\r\n"); in do_load()
359 error(L"Can't read file\r\n"); in do_load()
370 error(L"Can't free memory pages\r\n"); in do_load()
376 error(L"Out of memory\r\n"); in do_load()
382 error(L"Can't position file\r\n"); in do_load()
387 error(L"Can't read file\r\n"); in do_load()
399 error(L"Device-tree fix-up failed\r\n"); in do_load()
404 error(L"Can't free memory pages\r\n"); in do_load()
409 error(L"Can't close file\r\n"); in do_load()
414 error(L"Can't close volume\r\n"); in do_load()
435 error(L"DTB not found\r\n"); in do_save()
439 error(L"Wrong device tree magic\r\n"); in do_save()
453 error(L"Failed to open volume\r\n"); in do_save()
465 error(L"Aborted by user\r\n"); in do_save()
478 error(L"Failed to write file\r\n"); in do_save()
481 error(L"Failed to open file\r\n"); in do_save()