Lines Matching refs:die
382 die("Unknown device tree blob version %d\n", version); in dt_to_blob()
433 die("Error writing device tree blob: %s\n", in dt_to_blob()
436 die("Short write on device tree blob\n"); in dt_to_blob()
473 die("Unknown device tree blob version %d\n", version); in dt_to_asm()
591 die("Premature end of data parsing flat device tree\n"); in flat_read_chunk()
615 die("Premature end of data parsing flat device tree\n"); in flat_realign()
626 die("Premature end of data parsing flat device tree\n"); in flat_read_string()
663 die("String offset %d overruns string table\n", in flat_read_stringtable()
732 die("Path \"%s\" is not valid as a child of \"%s\"\n", in nodename_from_path()
782 die("Premature FDT_END in device tree blob\n"); in unflatten_tree()
794 die("Invalid opcode word %08x in device tree blob\n", in unflatten_tree()
824 die("Error reading DT blob magic number: %s\n", in dt_from_blob()
828 die("EOF reading DT blob magic number\n"); in dt_from_blob()
830 die("Mysterious short read reading magic number\n"); in dt_from_blob()
835 die("Blob has incorrect magic number\n"); in dt_from_blob()
839 die("Error reading DT blob size: %s\n", strerror(errno)); in dt_from_blob()
842 die("EOF reading DT blob size\n"); in dt_from_blob()
844 die("Mysterious short read reading blob size\n"); in dt_from_blob()
849 die("DT blob size (%d) is too small\n", totalsize); in dt_from_blob()
862 die("EOF before reading %d bytes of DT blob\n", in dt_from_blob()
867 die("Error reading DT blob: %s\n", in dt_from_blob()
881 die("Mem Reserve structure offset exceeds total size\n"); in dt_from_blob()
884 die("DT structure offset exceeds total size\n"); in dt_from_blob()
887 die("String table offset exceeds total size\n"); in dt_from_blob()
892 die("String table extends past total size\n"); in dt_from_blob()
901 die("Structure block extends past total size\n"); in dt_from_blob()
919 die("Device tree blob doesn't begin with FDT_BEGIN_NODE (begins with 0x%08x)\n", val); in dt_from_blob()
925 die("Device tree blob doesn't end with FDT_END\n"); in dt_from_blob()