Searched refs:die (Results 1 – 12 of 12) sorted by relevance
| /scripts/dtc/ |
| A D | flattree.c | 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() 666 die("String offset %d overruns string table\n", in flat_read_stringtable() 783 die("Premature FDT_END in device tree blob\n"); in unflatten_tree() 829 die("Error reading DT blob magic number: %s\n", in dt_from_blob() 833 die("EOF reading DT blob magic number\n"); in dt_from_blob() 840 die("Blob has incorrect magic number\n"); in dt_from_blob() 847 die("EOF reading DT blob size\n"); in dt_from_blob() 867 die("EOF before reading %d bytes of DT blob\n", in dt_from_blob() 872 die("Error reading DT blob: %s\n", in dt_from_blob() [all …]
|
| A D | dtc.c | 215 die("Invalid argument \"%d\" to -a option\n", in main() 240 die("Invalid argument \"%s\" to -H option\n", in main() 279 die("Can't set both -p and -S\n"); in main() 284 die("Couldn't open dependency file %s: %s\n", depname, in main() 307 die("Unknown input format \"%s\"\n", inform); in main() 347 die("Couldn't open output file %s: %s\n", in main() 360 die("Unknown output format \"%s\"\n", outform); in main()
|
| A D | util.h | 41 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die() function 57 die("malloc() failed\n"); in xmalloc() 67 die("realloc() failed (len=%zd)\n", len); in xrealloc()
|
| A D | fstree.c | 35 die("Couldn't opendir() \"%s\": %s\n", dirname, strerror(errno)); in read_fstree() 49 die("stat(%s): %s\n", tmpname, strerror(errno)); in read_fstree()
|
| A D | srcpos.c | 126 die("Couldn't open \"%s\": %s\n", fname, in srcfile_relative_open() 146 die("Includes nested too deeply"); in srcfile_push() 169 die("Error closing \"%s\": %s\n", srcfile->name, in srcfile_pop()
|
| A D | data.c | 109 die("Error reading file into data: %s", strerror(errno)); in data_copy_file() 112 die("Overflow reading file into data\n"); in data_copy_file() 196 die("Invalid literal size (%d)\n", bits); in data_append_integer()
|
| A D | treesource.c | 41 die("Unable to parse input tree\n"); in dt_from_source() 44 die("Syntax error parsing input tree\n"); in dt_from_source()
|
| A D | dtc-parser.y | 312 die("Couldn't seek to offset %llu in \"%s\": %s",
|
| A D | util.c | 184 die("\\x used with no following hex digits\n"); in get_hex_char()
|
| A D | livetree.c | 832 die("Could not build root node /%s\n", name); in build_root_node() 924 die("arguments should not contain ':'\n"); in add_fixup_entry()
|
| A D | checks.c | 1676 die("Unrecognized check name \"%s\"\n", name); in parse_checks_option()
|
| /scripts/ |
| A D | decodecode | 18 die() { function 25 T=`mktemp` || die "cannot create temp file"
|
Completed in 20 milliseconds