Searched refs:die (Results 1 - 16 of 16) sorted by relevance

/scripts/
H A Dsign-file16 getopts('vs:', \%opts) or die $USAGE;
20 die $USAGE if ($#ARGV > 4);
21 die $USAGE if (!$signature_file && $#ARGV < 3 || $signature_file && $#ARGV < 2);
38 die "Can't read private key\n" if (!$signature_file && !-r $private_key);
39 die "Can't read signature file\n" if ($signature_file && !-r $signature_file);
40 die "Can't read X.509 certificate\n" unless (-r $x509);
41 die "Can't read module\n" unless (-r $module);
52 open(FD, "<$file") || die $file;
55 die $file if (!@st);
56 $len = read(FD, $contents, $st[7]) || die
[all...]
H A Dpnmtologo.c79 static void die(const char *fmt, ...)
92 die("%s: end of file\n", filename);
98 die("%s: end of file\n", filename);
114 die("%s: end of file\n", filename);
135 die("Cannot open file %s: %s\n", filename, strerror(errno));
140 die("%s is not a PNM file\n", filename);
153 die("%s: Binary PNM is not supported\n"
157 die("%s is not a PNM file\n", filename);
165 die("%s\n", strerror(errno));
169 die("
419 static void die(const char *fmt, ...) function
[all...]
H A Dgfp-translate9 die() { function
56 die "Could not locate kernel source directory or it is invalid"
H A Ddecodecode14 die() { function
21 T=`mktemp` || die "cannot create temp file"
H A Dcleanpatch214 die unless
252 die "$name: Failed to truncate modified file: $f: $!\n";
H A Dcleanfile171 die "$name: Failed to truncate modified file: $f: $!\n";
H A Dkernel-doc487 die $@ if $@;
/scripts/dtc/
H A Ddtc.c172 die("Invalid argument \"%s\" to -H option\n",
204 die("Can't set both -p and -S\n");
209 die("Couldn't open dependency file %s: %s\n", depname,
221 die("Unknown input format \"%s\"\n", inform);
242 die("Couldn't open output file %s: %s\n",
255 die("Unknown output format \"%s\"\n", outform);
H A Dutil.h29 static inline void __attribute__((noreturn)) die(const char *str, ...) function
44 die("malloc() failed\n");
54 die("realloc() failed (len=%d)\n", len);
H A Dfstree.c35 die("Couldn't opendir() \"%s\": %s\n", dirname, strerror(errno));
49 die("stat(%s): %s\n", tmpnam, strerror(errno));
H A Dflattree.c385 die("Unknown device tree blob version %d\n", version);
436 die("Error writing device tree blob: %s\n",
439 die("Short write on device tree blob\n");
476 die("Unknown device tree blob version %d\n", version);
594 die("Premature end of data parsing flat device tree\n");
618 die("Premature end of data parsing flat device tree\n");
629 die("Premature end of data parsing flat device tree\n");
666 die("String offset %d overruns string table\n",
733 die("Path \"%s\" is not valid as a child of \"%s\"\n",
783 die("Prematur
[all...]
H A Dsrcpos.c128 die("Couldn't open \"%s\": %s\n", fname,
148 die("Includes nested too deeply");
171 die("Error closing \"%s\": %s\n", srcfile->name,
288 die("Couldn't allocate in srcpos string");
H A Ddata.c109 die("Error reading file into data: %s", strerror(errno));
112 die("Overflow reading file into data\n");
196 die("Invalid literal size (%d)\n", bits);
H A Dtreesource.c41 die("Unable to parse input tree\n");
44 die("Syntax error parsing input tree\n");
H A Dutil.c143 die("\\x used with no following hex digits\n");
H A Dchecks.c733 die("Unrecognized check name \"%s\"\n", name);

Completed in 93 milliseconds