Home
last modified time | relevance | path

Searched defs:die (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/scripts/
H A Ddecodecode15 die() { function
/openbmc/qemu/tests/tcg/multiarch/
H A Dcheck-plugin-output.sh9 die() function
/openbmc/openbmc/poky/scripts/
H A Doe-setup-builddir10 die() { function
/openbmc/openbmc/meta-asrock/meta-common/recipes-phosphor/flash/phosphor-software-manager/
H A Dbios-update.sh3 die() { logger -s -t bios-update "Error: $*"; exit 1; } function
/openbmc/u-boot/arch/x86/cpu/
H A Dstart.S193 die: label
/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_car.S82 die: label
/openbmc/u-boot/tools/
H A Dprelink-riscv.c47 #define die(fmt, ...) \ macro
/openbmc/u-boot/scripts/dtc/
H A Dutil.h41 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die() function
/openbmc/u-boot/drivers/mtd/onenand/
H A Donenand_base.c231 unsigned int boundary, blk, die = 0; in flexonenand_block() local
265 int die = 0, boundary; in flexonenand_addr() local
2271 unsigned int die, bdry; in flexonenand_get_boundary() local
2313 int die, i, eraseshift, density; in flexonenand_get_size() local
2438 int flexonenand_set_boundary(struct mtd_info *mtd, int die, in flexonenand_set_boundary()
/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h261 #define die(msg, regs) \ macro
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_shell.py511 def die(msg: str) -> NoReturn: function