Lines Matching refs:die
385 die("Unknown device tree blob version %d\n", version); in dt_to_blob()
436 die("Error writing device tree blob: %s\n", in dt_to_blob()
439 die("Short write on device tree blob\n"); in dt_to_blob()
476 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()
733 die("Path \"%s\" is not valid as a child of \"%s\"\n", in nodename_from_path()
783 die("Premature FDT_END in device tree blob\n"); in unflatten_tree()
795 die("Invalid opcode word %08x in device tree blob\n", in unflatten_tree()
825 die("Error reading DT blob magic number: %s\n", in dt_from_blob()
829 die("EOF reading DT blob magic number\n"); in dt_from_blob()
831 die("Mysterious short read reading magic number\n"); in dt_from_blob()
836 die("Blob has incorrect magic number\n"); in dt_from_blob()
840 die("Error reading DT blob size: %s\n", strerror(errno)); in dt_from_blob()
843 die("EOF reading DT blob size\n"); in dt_from_blob()
845 die("Mysterious short read reading blob size\n"); in dt_from_blob()
850 die("DT blob size (%d) is too small\n", totalsize); in dt_from_blob()
863 die("EOF before reading %d bytes of DT blob\n", in dt_from_blob()
868 die("Error reading DT blob: %s\n", in dt_from_blob()
882 die("Mem Reserve structure offset exceeds total size\n"); in dt_from_blob()
885 die("DT structure offset exceeds total size\n"); in dt_from_blob()
888 die("String table offset exceeds total size\n"); in dt_from_blob()
893 die("String table extends past total size\n"); in dt_from_blob()
902 die("Structure block extends past total size\n"); in dt_from_blob()
920 die("Device tree blob doesn't begin with FDT_BEGIN_NODE (begins with 0x%08x)\n", val); in dt_from_blob()
926 die("Device tree blob doesn't end with FDT_END\n"); in dt_from_blob()