Lines Matching full:die

376 		die("Unknown device tree blob version %d\n", version);  in dt_to_blob()
434 die("Error writing device tree blob: %s\n", in dt_to_blob()
437 die("Short write on device tree blob\n"); in dt_to_blob()
474 die("Unknown device tree blob version %d\n", version); in dt_to_asm()
594 die("Premature end of data parsing flat device tree\n"); in flat_read_chunk()
618 die("Premature end of data parsing flat device tree\n"); in flat_realign()
629 die("Premature end of data parsing flat device tree\n"); in flat_read_string()
666 die("String offset %d overruns string table\n", in flat_read_stringtable()
735 die("Path \"%s\" is not valid as a child of \"%s\"\n", in nodename_from_path()
785 die("Premature FDT_END in device tree blob\n"); in unflatten_tree()
797 die("Invalid opcode word %08x in device tree blob\n", in unflatten_tree()
832 die("Error reading DT blob magic number: %s\n", in dt_from_blob()
836 die("EOF reading DT blob magic number\n"); in dt_from_blob()
838 die("Mysterious short read reading magic number\n"); in dt_from_blob()
843 die("Blob has incorrect magic number\n"); in dt_from_blob()
847 die("Error reading DT blob size: %s\n", strerror(errno)); in dt_from_blob()
850 die("EOF reading DT blob size\n"); in dt_from_blob()
852 die("Mysterious short read reading blob size\n"); in dt_from_blob()
857 die("DT blob size (%d) is too small\n", totalsize); in dt_from_blob()
870 die("EOF before reading %d bytes of DT blob\n", in dt_from_blob()
875 die("Error reading DT blob: %s\n", in dt_from_blob()
889 die("Mem Reserve structure offset exceeds total size\n"); in dt_from_blob()
892 die("DT structure offset exceeds total size\n"); in dt_from_blob()
895 die("String table offset exceeds total size\n"); in dt_from_blob()
900 die("String table extends past total size\n"); in dt_from_blob()
909 die("Structure block extends past total size\n"); in dt_from_blob()
927 die("Device tree blob doesn't begin with FDT_BEGIN_NODE (begins with 0x%08x)\n", val); in dt_from_blob()
933 die("Device tree blob doesn't end with FDT_END\n"); in dt_from_blob()