Searched defs:die (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/scripts/ |
H A D | decodecode | 15 die() { function
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | check-plugin-output.sh | 9 die() function
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-setup-builddir | 10 die() { function
|
/openbmc/openbmc/meta-asrock/meta-common/recipes-phosphor/flash/phosphor-software-manager/ |
H A D | bios-update.sh | 3 die() { logger -s -t bios-update "Error: $*"; exit 1; } function
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | start.S | 193 die: label
|
/openbmc/u-boot/arch/x86/lib/fsp/ |
H A D | fsp_car.S | 82 die: label
|
/openbmc/u-boot/tools/ |
H A D | prelink-riscv.c | 47 #define die(fmt, ...) \ macro
|
/openbmc/u-boot/scripts/dtc/ |
H A D | util.h | 41 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die() function
|
/openbmc/u-boot/drivers/mtd/onenand/ |
H A D | onenand_base.c | 231 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 D | system.h | 261 #define die(msg, regs) \ macro
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | qmp_shell.py | 511 def die(msg: str) -> NoReturn: function
|