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

12

/u-boot/arch/x86/cpu/
H A Dstart_from_tpl.S47 die: label
49 jmp die
H A Dstart_from_spl.S76 die: label
78 jmp die
H A Dstart.S181 jmp die
216 die: label
218 jmp die
/u-boot/arch/x86/lib/fsp1/
H A Dfsp_car.S19 jmp die
32 jb die
82 die: label
84 jmp die
/u-boot/tools/
H A Dprelink-riscv.c44 #define die(fmt, ...) \ macro
86 die("Cannot open %s: %s", argv[1], strerror(errno));
91 die("Cannot stat %s: %s", argv[1], strerror(errno));
97 die("Cannot mmap %s: %s", argv[1], strerror(errno));
104 die("Invalid ELF file %s", argv[1]);
H A Dprelink-riscv.inc52 die("Machine type is not RISC-V");
65 die("No dynamic section found");
83 die("No .rela.dyn found");
86 die("No .dynsym found");
/u-boot/fs/erofs/
H A Dnamei.c18 struct erofs_inode_extended *die; local
40 sizeof(*die) - sizeof(*dic));
44 die = (struct erofs_inode_extended *)buf;
45 vi->xattr_isize = erofs_xattr_ibody_size(die->i_xattr_icount);
46 vi->i_mode = le16_to_cpu(die->i_mode);
52 vi->u.i_blkaddr = le32_to_cpu(die->i_u.raw_blkaddr);
57 erofs_new_decode_dev(le32_to_cpu(die->i_u.rdev));
67 vi->i_uid = le32_to_cpu(die->i_uid);
68 vi->i_gid = le32_to_cpu(die->i_gid);
69 vi->i_nlink = le32_to_cpu(die
[all...]
/u-boot/scripts/dtc/
H A Dutil.h41 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) function
57 die("malloc() failed\n");
67 die("realloc() failed (len=%zd)\n", len);
H A Dfstree.c35 die("Couldn't opendir() \"%s\": %s\n", dirname, strerror(errno));
49 die("stat(%s): %s\n", tmpname, strerror(errno));
H A Dflattree.c376 die("Unknown device tree blob version %d\n", version);
434 die("Error writing device tree blob: %s\n",
437 die("Short write on device tree blob\n");
474 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",
735 die("Path \"%s\" is not valid as a child of \"%s\"\n",
785 die("Prematur
[all...]
H A Ddtc.c215 die("Invalid argument \"%d\" to -a option\n",
240 die("Invalid argument \"%s\" to -H option\n",
279 die("Can't set both -p and -S\n");
284 die("Couldn't open dependency file %s: %s\n", depname,
307 die("Unknown input format \"%s\"\n", inform);
347 die("Couldn't open output file %s: %s\n",
360 die("Unknown output format \"%s\"\n", outform);
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 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,
H A Dtreesource.c41 die("Unable to parse input tree\n");
44 die("Syntax error parsing input tree\n");
H A Dutil.c173 die("\\x used with no following hex digits\n");
H A Ddtc-parser.y299 die("Couldn't seek to offset %llu in \"%s\": %s",
H A Dlivetree.c806 die("Could not build root node /%s\n", name);
898 die("arguments should not contain ':'\n");
/u-boot/scripts/
H A Dbuild_OID_registry23 open IN_FILE, "<$ARGV[0]" || die;
31 close IN_FILE || die;
36 open C_FILE, ">$ARGV[1]" or die;
203 close C_FILE or die;
H A Ddecodecode15 die() { function
22 T=`mktemp` || die "cannot create temp file"
H A Ddocumentation-file-ref-check49 or die "Failed to run git grep";
75 or die "Failed to run git grep";
H A Dcleanpatch214 die unless
252 die "$name: Failed to truncate modified file: $f: $!\n";
H A Dkernel-doc482 die "Sphinx version should either major.minor or major.minor.patch format\n";
640 die $@ if $@;
851 die $@ if $@;
1372 die("Please add the new output type at show_warnings()");
/u-boot/drivers/mtd/onenand/
H A Donenand_base.c235 unsigned int boundary, blk, die = 0; local
238 die = 1;
242 boundary = this->boundary[die];
248 blk += die ? this->density_mask : 0;
269 int die = 0, boundary; local
273 die = 1;
277 boundary = this->boundary[die];
350 /* addr contains die index */
2272 unsigned int die, bdry; local
2279 for (die
2314 int die, i, eraseshift, density; local
2439 flexonenand_set_boundary(struct mtd_info *mtd, int die, int boundary, int lock) argument
[all...]
/u-boot/include/
H A Donenand_uboot.h48 extern int flexonenand_set_boundary(struct mtd_info *mtd, int die,
/u-boot/arch/mips/include/asm/
H A Dsystem.h261 #define die(msg, regs) \ macro

Completed in 156 milliseconds

12