Lines Matching refs:die
361 die("Unknown device tree blob version %d\n", version); in dt_to_blob()
419 die("Error writing device tree blob: %s\n", in dt_to_blob()
422 die("Short write on device tree blob\n"); in dt_to_blob()
459 die("Unknown device tree blob version %d\n", version); in dt_to_asm()
579 die("Premature end of data parsing flat device tree\n"); in flat_read_chunk()
603 die("Premature end of data parsing flat device tree\n"); in flat_realign()
614 die("Premature end of data parsing flat device tree\n"); in flat_read_string()
651 die("String offset %d overruns string table\n", in flat_read_stringtable()
720 die("Path \"%s\" is not valid as a child of \"%s\"\n", in nodename_from_path()
770 die("Premature FDT_END in device tree blob\n"); in unflatten_tree()
782 die("Invalid opcode word %08x in device tree blob\n", in unflatten_tree()
817 die("Error reading DT blob magic number: %s\n", in dt_from_blob()
821 die("EOF reading DT blob magic number\n"); in dt_from_blob()
823 die("Mysterious short read reading magic number\n"); in dt_from_blob()
828 die("Blob has incorrect magic number\n"); in dt_from_blob()
832 die("Error reading DT blob size: %s\n", strerror(errno)); in dt_from_blob()
835 die("EOF reading DT blob size\n"); in dt_from_blob()
837 die("Mysterious short read reading blob size\n"); in dt_from_blob()
842 die("DT blob size (%d) is too small\n", totalsize); in dt_from_blob()
855 die("EOF before reading %d bytes of DT blob\n", in dt_from_blob()
860 die("Error reading DT blob: %s\n", in dt_from_blob()
874 die("Mem Reserve structure offset exceeds total size\n"); in dt_from_blob()
877 die("DT structure offset exceeds total size\n"); in dt_from_blob()
880 die("String table offset exceeds total size\n"); in dt_from_blob()
885 die("String table extends past total size\n"); in dt_from_blob()
894 die("Structure block extends past total size\n"); in dt_from_blob()
912 die("Device tree blob doesn't begin with FDT_BEGIN_NODE (begins with 0x%08x)\n", val); in dt_from_blob()
918 die("Device tree blob doesn't end with FDT_END\n"); in dt_from_blob()