Home
last modified time | relevance | path

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

12345678910>>...18

/OK3568_Linux_fs/kernel/arch/powerpc/boot/
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 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 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0002-yylex-Make-lexer-fatal-errors-actually-be-fatal.patch4 Subject: [PATCH] yylex: Make lexer fatal errors actually be fatal
26 YY_FATAL_ERROR() is *not* actually fatal, it does the call with the
33 grub_printf (_("fatal error: %s\n"), _(msg)); \
41 All of these callers expect YY_FATAL_ERROR() to actually be fatal, and
61 - * print the fatal error.
62 + * print the fatal error and exit.
66 - grub_printf (_("fatal error: %s\n"), _(msg)); \
67 + grub_fatal (_("fatal error: %s\n"), _(msg));\
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dmk-image.sh12 fatal() function
21 fatal "Usage: $0 <src_dir> <target_image> <fs_type> <size(M|K)|auto(0)> [label]"
58 fatal "Detected non-buildroot ntfscp(doesn't support dir copy)"
64 fatal "Failed to do ntfscp!"
94 fatal "Failed to dd image!"
145 [ $RETRY -gt $MAX_RETRY ] && fatal "Failed to make image!"
194 [ $SIZE_KB -eq 0 ] || fatal "$FS_TYPE: fixed size not supported."
198 [ $SIZE_KB -eq 0 ] || fatal "$FS_TYPE: fixed size not supported."
/OK3568_Linux_fs/yocto/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"
/OK3568_Linux_fs/kernel/tools/vm/
H A Dpage-types.c228 static void fatal(const char *x, ...) in fatal() function
262 fatal("index overflow: %lu\n", index); in do_u64_read()
270 fatal("partial read: %lu bytes\n", bytes); in do_u64_read()
339 fatal("unknown flag bit %d\n", i); in page_flag_name()
629 fatal("hash table full: bump up HASH_SHIFT?\n"); in hash_slot()
692 fatal("kpagecgroup returned fewer pages than expected"); in walk_pfn()
695 fatal("kpagecount returned fewer pages than expected"); in walk_pfn()
779 fatal("too many addr ranges\n"); in add_addr_range()
883 fatal("invalid name or number: %s\n", str); in parse_number()
993 fatal("mmap failed: %s", name); in walk_file()
[all …]
/OK3568_Linux_fs/yocto/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)
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py22 bb.fatal(result)
138 bb.fatal("Importing GPG key failed. Command '%s' "
235 bb.fatal("Could not invoke rpm. Command "
310 def _invoke_dnf(self, dnf_args, fatal = True, print_output = True ): argument
331 (bb.note, bb.fatal)[fatal]("Could not invoke dnf. Command "
334 (bb.note, bb.fatal)[fatal]("Could not invoke dnf. Command "
365 bb.fatal("Could not invoke rpm. Command "
390 bb.fatal("dnf could not find package %s in repository: %s" %(pkg, output))
397 bb.fatal("Unable to extract package for '%s'."
409 bb.fatal("Unable to extract %s package. Command '%s' "
[all …]
/OK3568_Linux_fs/yocto/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")
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/
H A D__init__.py84 bb.fatal("Cannot get the installed packages list. Command '%s' "
107 bb.fatal("Unable to list available packages. Command '%s' "
128 bb.fatal("Unable to extract package for '%s'."
143 bb.fatal("Unable to extract %s package. Command '%s' "
147 bb.fatal("Unable to extract %s package. Command '%s' "
337 bb.fatal("Unable to update the package index files. Command '%s' "
374 (bb.fatal, bb.warn)[attempt_only]("Unable to install packages. "
394 bb.fatal("Unable to remove packages. Command '%s' "
405 bb.fatal(result)
441 bb.fatal("Unable to update. Command '%s' "
[all …]
/OK3568_Linux_fs/yocto/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"
/OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/apei/
H A Deinj.rst47 0x00000002 Processor Uncorrectable non-fatal
48 0x00000004 Processor Uncorrectable fatal
50 0x00000010 Memory Uncorrectable non-fatal
51 0x00000020 Memory Uncorrectable fatal
53 0x00000080 PCI Express Uncorrectable fatal
54 0x00000100 PCI Express Uncorrectable non-fatal
56 0x00000400 Platform Uncorrectable non-fatal
57 0x00000800 Platform Uncorrectable fatal
167 0x00000002 Processor Uncorrectable non-fatal
169 0x00000010 Memory Uncorrectable non-fatal
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdkext/
H A Dtestsdk.py33 bb.fatal("The toolchain ext %s is not built. Build it before running the" \
57 bb.fatal(msg)
87 bb.fatal("Loading tests failed:\n%s" % traceback.format_exc())
106 bb.fatal("%s - FAILED - check the task log and the commands log" % pn)
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core/
H A D0003-socket.h-removing-dependency-of-gtest.patch11 | fastboot/socket.h:43:10: fatal error: 'gtest/gtest_prod.h' file not found
16 | fastboot/socket.h:43:10: fatal error: 'gtest/gtest_prod.h' file not found
22 | fastboot/socket.h:43:10: fatal error: 'gtest/gtest_prod.h' file not found
28 | fastboot/socket.h:43:10: fatal error: 'gtest/gtest_prod.h' file not found
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dicmp.c119 .fatal = 0,
123 .fatal = 0,
127 .fatal = 1,
131 .fatal = 1,
135 .fatal = 0,
139 .fatal = 0,
143 .fatal = 1,
147 .fatal = 1,
151 .fatal = 1,
155 .fatal = 1,
[all …]
/OK3568_Linux_fs/kernel/drivers/edac/
H A De752x_edac.c516 static void do_global_error(int fatal, u32 errors) in do_global_error() argument
528 fatal_message[fatal], in do_global_error()
534 static inline void global_error(int fatal, u32 errors, int *error_found, in global_error() argument
540 do_global_error(fatal, errors); in global_error()
550 static void do_hub_error(int fatal, u8 errors) in do_hub_error() argument
557 fatal_message[fatal], hub_message[i]); in do_hub_error()
561 static inline void hub_error(int fatal, u8 errors, int *error_found, in hub_error() argument
567 do_hub_error(fatal, errors); in hub_error()
607 static void do_nsi_error(int fatal, u32 errors) in do_nsi_error() argument
614 fatal_message[fatal], nsi_message[i]); in do_nsi_error()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/
H A D__init__.py92 …bb.fatal("""Postinstall scriptlets of %s have failed. If the intention is to defer them to first b…
129 bb.fatal("unknown arch:" + target_arch + " for locale_arch_options")
246 …bb.fatal("The postinstall intercept hook '%s' failed, details in %s/log.do_%s" % (script, self.d.g…
252 …bb.fatal("The postinstall intercept hook '%s' failed, details in %s/log.do_%s" % (script, self.d.g…
259 …bb.fatal("The postinstall intercept hook '%s' failed, details in %s/log.do_%s" % (script, self.d.g…
340 bb.fatal("Could not compute globbed packages list. Command "
401 bb.fatal("Could not compute complementary packages list. Command "
480 bb.fatal("Couldn't find ourself in BB_TASKDEPDATA?")
502 bb.fatal("No manifest generated from: %s in %s" % (c, taskdepdata[dep][2]))
556 bb.fatal(result)
/OK3568_Linux_fs/yocto/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))
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dtestsdk.py57 bb.fatal("Couldn't install the SDK:\n%s" % e.output.decode("utf-8"))
85 …bb.fatal("The toolchain %s is not built. Build it before running the tests: 'bitbake <image> -c po…
124 bb.fatal("Loading tests failed:\n%s" % traceback.format_exc())
143 bb.fatal("%s - FAILED - check the task log and the commands log" % pn)
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dstart_up.c73 static void fatal(char *fmt, ...) in fatal() function
109 fatal("check_ptrace : expected SIGSTOP, got status = %d", in start_ptraced_child()
180 fatal("check_sysemu : expected SIGTRAP, got status = %d\n", in check_sysemu()
280 fatal("check_ptrace : expected (SIGTRAP|0x80), " in check_ptrace()
340 fatal("Failed to initialize default registers"); in os_early_checks()

12345678910>>...18