Home
last modified time | relevance | path

Searched refs:fatal (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/openbmc/linux/arch/powerpc/boot/
H A Dsimpleboot.c34 fatal("Invalid device tree blob\n"); in platform_init()
39 fatal("Cannot find root node\n"); in platform_init()
42 fatal("Cannot find #address-cells property"); in platform_init()
45 fatal("Cannot find #size-cells property"); in platform_init()
51 fatal("Cannot find memory node\n"); in platform_init()
54 fatal("cannot get memory range\n"); in platform_init()
59 fatal("Memory range is not based at address 0\n"); in platform_init()
72 fatal("Cannot find cpu node\n"); in platform_init()
H A Dcuboot-hotfoot.c53 fatal("Can't find node for /plb/opb/serial@ef600300"); in hotfoot_fixups()
58 fatal("Can't find node for /plb/opb/ethernet@ef600900"); in hotfoot_fixups()
69 fatal("Can't find FDT node for nor_flash!??"); in hotfoot_fixups()
83 fatal("Can't find FDT node for partition@0"); in hotfoot_fixups()
90 fatal("Can't find FDT node for partition@1"); in hotfoot_fixups()
97 fatal("Can't find FDT node for partition@2"); in hotfoot_fixups()
104 fatal("Can't find FDT node for partition@3"); in hotfoot_fixups()
111 fatal("Can't find FDT node for partition@4"); in hotfoot_fixups()
118 fatal("Can't find FDT node for partition@6"); in hotfoot_fixups()
126 fatal("Can't find FDT node for partition@5"); in hotfoot_fixups()
H A Dmain.c43 fatal("Error: not a valid PPC32 or PPC64 ELF file!\n\r"); in prep_kernel()
64 fatal("Insufficient memory for kernel at address 0!" in prep_kernel()
69 fatal("The final kernel image would overwrite the " in prep_kernel()
88 fatal("Decompression failed with error code %ld\n\r", len); in prep_kernel()
91 fatal("Decompression error: got 0x%lx bytes, expected 0x%lx.\n\r", in prep_kernel()
133 fatal("Can't allocate memory for initial " in prep_initrd()
175 fatal("Can't allocate memory for ESM blob !\n\r"); in prep_esm_blob()
283 fatal("Error: Linux kernel returned to zImage boot wrapper!\n\r"); in start()
H A Debony.c43 fatal("Couldn't locate FPGA node %s\n\r", EBONY_FPGA_PATH); in ebony_flashsel_fixup()
46 fatal("%s has missing or invalid virtual-reg property\n\r", in ebony_flashsel_fixup()
53 fatal("Couldn't locate small flash node %s\n\r", in ebony_flashsel_fixup()
57 fatal("%s has reg property of unexpected size\n\r", in ebony_flashsel_fixup()
H A Dlibfdt-wrapper.c53 fatal("Couldn't find %d bytes to expand device tree\n\r", size); in expand_buf()
56 fatal("Couldn't expand fdt into new buffer: %s\n\r", in expand_buf()
151 fatal("Couldn't pack flat tree: %s\n\r", in fdt_wrapper_finalize()
177 fatal("malloc failed. can't relocate the device tree\n\r"); in fdt_init()
182 fatal("fdt_init(): %s\n\r", fdt_strerror(err)); in fdt_init()
/openbmc/qemu/tests/qtest/
H A Drtl8139-test.c68 #define fatal(...) do { g_test_message(__VA_ARGS__); g_assert(0); } while (0) macro
89 fatal("time too big %u\n", curr); in test_timer()
99 fatal("Invalid diff %u (%u-%u)\n", diff, from, to); in test_timer()
108 fatal("got an interrupt\n"); in test_timer()
116 fatal("we should have an interrupt here!\n"); in test_timer()
122 fatal("got an interrupt\n"); in test_timer()
134 fatal("we should have an interrupt here!\n"); in test_timer()
146 fatal("we should have an interrupt here!\n"); in test_timer()
159 fatal("Invalid diff %u (%u-%u)\n", diff, from, to); in test_timer()
163 fatal("we should have an interrupt here!\n"); in test_timer()
[all …]
/openbmc/linux/arch/arm64/tools/
H A Dgen-sysreg.awk12 function fatal(msg) { function
33 fatal("error: block_pop() in root block")
42 fatal(NF " fields found where " nf " expected")
74 fatal("invalid bit-range definition '" bitdef "'")
79 fatal(reg "." field " starts at " msb " not " next_bit)
83 fatal(reg "." field " invalid low bit in '" bitdef "'")
85 fatal(reg "." field " invalid bit-range '" bitdef "'")
132 fatal("Unspecified bits in " reg)
182 fatal("Unspecified bits in " reg)
213 fatal("Some fields already defined for " reg)
[all …]
H A Dgen-cpucaps.awk8 function fatal(msg) { function
39 fatal("unhandled statement")
/openbmc/linux/drivers/acpi/acpica/
H A Dexoparg3.c54 struct acpi_signal_fatal_info *fatal; in acpi_ex_opcode_3A_0T_0R() local
70 fatal = ACPI_ALLOCATE(sizeof(struct acpi_signal_fatal_info)); in acpi_ex_opcode_3A_0T_0R()
71 if (fatal) { in acpi_ex_opcode_3A_0T_0R()
72 fatal->type = (u32) operand[0]->integer.value; in acpi_ex_opcode_3A_0T_0R()
73 fatal->code = (u32) operand[1]->integer.value; in acpi_ex_opcode_3A_0T_0R()
74 fatal->argument = (u32) operand[2]->integer.value; in acpi_ex_opcode_3A_0T_0R()
79 status = acpi_os_signal(ACPI_SIGNAL_FATAL, fatal); in acpi_ex_opcode_3A_0T_0R()
83 ACPI_FREE(fatal); in acpi_ex_opcode_3A_0T_0R()
/openbmc/qemu/scripts/oss-fuzz/
H A Dbuild.sh25 fatal () { function
50 fatal "Please run the script from the top of the QEMU tree"
53 mkdir -p $OSS_FUZZ_BUILD_DIR || fatal "mkdir $OSS_FUZZ_BUILD_DIR failed"
54 cd $OSS_FUZZ_BUILD_DIR || fatal "cd $OSS_FUZZ_BUILD_DIR failed"
71 fatal "Build failed. Please specify a compiler with fuzzing support"\
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-live.sh108 fatal "Couldn't switch_root, dropping to shell"
111 fatal() { function
151 fatal "Cannot find $ROOT_IMAGE file in /run/media/* , dropping to a shell "
167 fatal "Could not mount rootfs image"
191 fatal "Could not move rootfs mount point"
205 fatal "Could not move rootfs mount point"
227 fatal "Could not find $label script"
231 fatal "Target $label failed"
/openbmc/openbmc/meta-security/meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima/
H A Dima21 fatal "Could not mount securityfs."
25 fatal "No /sys/kernel/security/ima. Cannot proceed without IMA enabled in the kernel."
55 …g IMA policy: $i"; if echo $i; then sleep ${bootparam_ima_delay:-0}; else fatal "Invalid line in I…
56 fatal "Could not load IMA policy."
/openbmc/linux/arch/mips/sgi-ip32/
H A Dcrime.c45 int fatal = 0; in crime_memerr_intr() local
62 fatal = 1; in crime_memerr_intr()
66 fatal = 1; in crime_memerr_intr()
84 if (fatal) { in crime_memerr_intr()
/openbmc/openbmc/poky/meta/lib/oeqa/controllers/
H A Dcontrollerimage.py35 …addr = d.getVar("TEST_TARGET_IP") or bb.fatal('Please set TEST_TARGET_IP with the IP address of th…
47 …bb.fatal("Failed to determine the host IP address (alternatively you can set TEST_SERVER_IP with t…
59 …bb.fatal("No rootfs found. Did you build the image ?\nIf yes, did you build it with IMAGE_FSTYPES …
62 bb.fatal("No kernel found. Expected path: %s" % self.kernel)
102 bb.fatal(str(e))
134 bb.fatal("No ssh connectivity or target isn't running a controller image.\n%s" % output)
140 bb.fatal("Failed deploying test image: %s" % e)
/openbmc/linux/tools/mm/
H A Dpage-types.c228 static void fatal(const char *x, ...) in fatal() function
339 fatal("unknown flag bit %d\n", i); in page_flag_name()
781 fatal("too many addr ranges\n"); in add_addr_range()
992 fatal("mmap failed: %s", name); in walk_file_range()
996 fatal("mincore failed: %s", name); in walk_file_range()
1000 fatal("madvice failed: %s", name); in walk_file_range()
1018 fatal("madvice failed: %s", name); in walk_file_range()
1022 fatal("cannot read pagemap"); in walk_file_range()
1033 fatal("kpagecgroup_read failed"); in walk_file_range()
1035 fatal("kpagecount_read failed"); in walk_file_range()
[all …]
/openbmc/openbmc/poky/meta-selftest/recipes-test/logging-test/
H A Dlogging-test.bb31 print("This is python fatal test stdout")
32 bb.fatal("This is a fatal error")
/openbmc/openbmc/poky/scripts/
H A Drpm2cpio.sh4 fatal() { function
11 fatal "No package supplied"
22 *) fatal "File doesn't look like rpm: $pkg" ;;
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Dsetup-live44 fatal "Cannot find $ROOT_IMAGE file in /run/media/* , dropping to a shell "
58 fatal "Could not find $bootparam_LABEL script"
62 fatal "Target $bootparam_LABEL failed"
H A Dinit57 fatal() { function
120 fatal "ERROR: /dev doesn't exist and kernel doesn't has devtmpfs enabled."
163 fatal "ERROR: Initramfs failed to initialize the system."
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/
H A Drwx-segments.patch10 However, TF-A passes --fatal-warnings to LD, so this is a build failure.
13 remove --fatal-warnings.
32 -TF_LDFLAGS += -Wl,--fatal-warnings -O1
41 -TF_LDFLAGS += --fatal-warnings -O1
/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/controllers/
H A Dgrubtarget.py38 bb.fatal("This TEST_TARGET needs a TEST_SERIALCONTROL_CMD defined in local.conf.")
61 bb.fatal('Serial interaction failed: %s' % str(e))
69 bb.fatal('Serial interaction failed: %s' % str(e))
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py24 bb.fatal(result)
140 bb.fatal("Importing GPG key failed. Command '%s' "
237 bb.fatal("Could not invoke rpm. Command "
312 def _invoke_dnf(self, dnf_args, fatal = True, print_output = True ): argument
333 (bb.note, bb.fatal)[fatal]("Could not invoke dnf. Command "
336 (bb.note, bb.fatal)[fatal]("Could not invoke dnf. Command "
367 bb.fatal("Could not invoke rpm. Command "
392 bb.fatal("dnf could not find package %s in repository: %s" %(pkg, output))
400 bb.fatal("Unable to extract package for '%s'."
412 bb.fatal("Unable to extract %s package. Command '%s' "
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/
H A Dtestsdk.py34 bb.fatal("The toolchain ext %s is not built. Build it before running the" \
58 bb.fatal(msg)
88 bb.fatal("Loading tests failed:\n%s" % traceback.format_exc())
107 bb.fatal("%s - FAILED - check the task log and the commands log" % pn)
/openbmc/s2600wf-misc/callback-manager/src/
H A Dcallback_manager.cpp48 fatal enumerator
90 bool fatal = fatalVector.size(); in updateLedStatus() local
134 if (fatal) in updateLedStatus()
136 currentPriority = StatusSetting::fatal; in updateLedStatus()
155 case (StatusSetting::fatal): in updateLedStatus()
343 bool fatal = globalCritical && localCritical; in createAssociationMatch() local
347 fatalAssertMap[message.get_path()]["association"] = fatal; in createAssociationMatch()
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/
H A D__init__.py87 bb.fatal("Cannot get the installed packages list. Command '%s' "
110 bb.fatal("Unable to list available packages. Command '%s' "
131 bb.fatal("Unable to extract package for '%s'."
146 bb.fatal("Unable to extract %s package. Command '%s' "
150 bb.fatal("Unable to extract %s package. Command '%s' "
379 (bb.fatal, bb.warn)[attempt_only]("Unable to install packages. "
399 bb.fatal("Unable to remove packages. Command '%s' "
410 bb.fatal(result)
446 bb.fatal("Unable to update. Command '%s' "
455 bb.fatal("Unable to dummy install packages. Command '%s' "
[all …]

12345678910>>...18