Lines Matching refs:error

118 static void error(u16 *string)  in error()  function
307 error(u"dump - print device-tree\r\n"); in do_help()
308 error(u"load <dtb> - load device-tree from file\r\n"); in do_help()
309 error(u"save <dtb> - save device-tree to file\r\n"); in do_help()
310 error(u"exit - exit the shell\r\n"); in do_help()
331 error(u"Loaded image protocol not found\r\n"); in open_file_system()
352 error(u"Failed to open simple file system protocol\r\n"); in open_file_system()
380 error(u"Device-tree fix-up protocol not found\r\n"); in do_load()
393 error(u"Failed to open volume\r\n"); in do_load()
400 error(u"File not found\r\n"); in do_load()
407 error(u"Can't get file info size\r\n"); in do_load()
412 error(u"Out of memory\r\n"); in do_load()
417 error(u"Can't get file info\r\n"); in do_load()
424 error(u"Can't free memory pool\r\n"); in do_load()
430 error(u"Out of memory\r\n"); in do_load()
436 error(u"Can't read file\r\n"); in do_load()
447 error(u"Can't free memory pages\r\n"); in do_load()
453 error(u"Out of memory\r\n"); in do_load()
459 error(u"Can't position file\r\n"); in do_load()
464 error(u"Can't read file\r\n"); in do_load()
476 error(u"Device-tree fix-up failed\r\n"); in do_load()
481 error(u"Can't free memory pages\r\n"); in do_load()
486 error(u"Can't close file\r\n"); in do_load()
491 error(u"Can't close volume\r\n"); in do_load()
512 error(u"DTB not found\r\n"); in do_save()
516 error(u"Wrong device tree magic\r\n"); in do_save()
530 error(u"Failed to open volume\r\n"); in do_save()
542 error(u"Aborted by user\r\n"); in do_save()
555 error(u"Failed to write file\r\n"); in do_save()
558 error(u"Failed to open file\r\n"); in do_save()
696 error(u"DTB not found\r\n"); in do_dump()
702 error(u"Wrong device tree magic\r\n"); in do_dump()
703 error(u"Not a device-tree\r\n"); in do_dump()
756 error(u"Extraneous end node\r\n"); in do_dump()
767 error(u"Missing end node\r\n"); in do_dump()
773 error(u"Invalid device tree token\r\n"); in do_dump()
777 error(u"Overrun\r\n"); in do_dump()
796 error(u"Loaded image protocol not found\r\n"); in get_load_options()