Lines Matching refs:die
362 die("Unknown device tree blob version %d\n", version); in dt_to_blob()
420 die("Error writing device tree blob: %s\n", in dt_to_blob()
423 die("Short write on device tree blob\n"); in dt_to_blob()
460 die("Unknown device tree blob version %d\n", version); in dt_to_asm()
580 die("Premature end of data parsing flat device tree\n"); in flat_read_chunk()
604 die("Premature end of data parsing flat device tree\n"); in flat_realign()
615 die("Premature end of data parsing flat device tree\n"); in flat_read_string()
652 die("String offset %d overruns string table\n", in flat_read_stringtable()
721 die("Path \"%s\" is not valid as a child of \"%s\"\n", in nodename_from_path()
771 die("Premature FDT_END in device tree blob\n"); in unflatten_tree()
783 die("Invalid opcode word %08x in device tree blob\n", in unflatten_tree()
818 die("Error reading DT blob magic number: %s\n", in dt_from_blob()
822 die("EOF reading DT blob magic number\n"); in dt_from_blob()
824 die("Mysterious short read reading magic number\n"); in dt_from_blob()
829 die("Blob has incorrect magic number\n"); in dt_from_blob()
833 die("Error reading DT blob size: %s\n", strerror(errno)); in dt_from_blob()
836 die("EOF reading DT blob size\n"); in dt_from_blob()
838 die("Mysterious short read reading blob size\n"); in dt_from_blob()
843 die("DT blob size (%d) is too small\n", totalsize); in dt_from_blob()
856 die("EOF before reading %d bytes of DT blob\n", in dt_from_blob()
861 die("Error reading DT blob: %s\n", in dt_from_blob()
875 die("Mem Reserve structure offset exceeds total size\n"); in dt_from_blob()
878 die("DT structure offset exceeds total size\n"); in dt_from_blob()
881 die("String table offset exceeds total size\n"); in dt_from_blob()
886 die("String table extends past total size\n"); in dt_from_blob()
895 die("Structure block extends past total size\n"); in dt_from_blob()
913 die("Device tree blob doesn't begin with FDT_BEGIN_NODE (begins with 0x%08x)\n", val); in dt_from_blob()
919 die("Device tree blob doesn't end with FDT_END\n"); in dt_from_blob()