Searched refs:die (Results 1 – 15 of 15) sorted by relevance
/scripts/dtc/ |
D | dtc.c | 211 die("Invalid argument \"%d\" to -a option\n", in main() 236 die("Invalid argument \"%s\" to -H option\n", in main() 278 die("Can't set both -p and -S\n"); in main() 283 die("Couldn't open dependency file %s: %s\n", depname, in main() 300 die("--annotate requires -I dts -O dts\n"); in main() 308 die("Unknown input format \"%s\"\n", inform); in main() 348 die("Couldn't open output file %s: %s\n", in main() 357 die("YAML output format requires dts input format\n"); in main() 369 die("Unknown output format \"%s\"\n", outform); in main()
|
D | flattree.c | 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() [all …]
|
D | util.h | 32 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die() function 48 die("malloc() failed\n"); in xmalloc() 58 die("realloc() failed (len=%zd)\n", len); in xrealloc()
|
D | fstree.c | 20 die("Couldn't opendir() \"%s\": %s\n", dirname, strerror(errno)); in read_fstree() 34 die("stat(%s): %s\n", tmpname, strerror(errno)); in read_fstree()
|
D | yamltree.c | 27 die("yaml '%s': %s in %s, line %i\n", \ 44 die("Invalid width %i", width); in yaml_propval_int() 135 die("No markers present in property '%s' value\n", prop->name); in yaml_propval()
|
D | data.c | 96 die("Error reading file into data: %s", strerror(errno)); in data_copy_file() 99 die("Overflow reading file into data\n"); in data_copy_file() 183 die("Invalid literal size (%d)\n", bits); in data_append_integer()
|
D | srcpos.c | 157 die("Couldn't open \"%s\": %s\n", fname, in srcfile_relative_open() 177 die("Includes nested too deeply"); in srcfile_push() 203 die("Error closing \"%s\": %s\n", srcfile->name, in srcfile_pop()
|
D | treesource.c | 26 die("Unable to parse input tree\n"); in dt_from_source() 29 die("Syntax error parsing input tree\n"); in dt_from_source()
|
D | dtc-parser.y | 315 die("Couldn't seek to offset %llu in \"%s\": %s",
|
D | util.c | 178 die("\\x used with no following hex digits\n"); in get_hex_char()
|
D | livetree.c | 804 die("Could not build root node /%s\n", name); in build_root_node() 897 die("arguments should not contain ':'\n"); in add_fixup_entry()
|
D | checks.c | 1928 die("Unrecognized check name \"%s\"\n", name); in parse_checks_option()
|
/scripts/ |
D | faddr2line | 56 die() { function 65 command -v ${AWK} >/dev/null 2>&1 || die "${AWK} isn't installed" 66 command -v ${READELF} >/dev/null 2>&1 || die "${READELF} isn't installed" 67 command -v ${ADDR2LINE} >/dev/null 2>&1 || die "${ADDR2LINE} isn't installed" 272 [[ ! -f $objfile ]] && die "can't find objfile $objfile"
|
D | gfp-translate | 9 die() { function 56 die "Could not locate kernel source directory or it is invalid"
|
D | decodecode | 16 die() { function 23 T=`mktemp` || die "cannot create temp file"
|