/Linux-v4.19/arch/powerpc/boot/ |
D | simpleboot.c | 37 fatal("Invalid device tree blob\n"); in platform_init() 42 fatal("Cannot find root node\n"); in platform_init() 45 fatal("Cannot find #address-cells property"); in platform_init() 48 fatal("Cannot find #size-cells property"); in platform_init() 54 fatal("Cannot find memory node\n"); in platform_init() 57 fatal("cannot get memory range\n"); in platform_init() 62 fatal("Memory range is not based at address 0\n"); in platform_init() 75 fatal("Cannot find cpu node\n"); in platform_init()
|
D | cuboot-hotfoot.c | 56 fatal("Can't find node for /plb/opb/serial@ef600300"); in hotfoot_fixups() 61 fatal("Can't find node for /plb/opb/ethernet@ef600900"); in hotfoot_fixups() 72 fatal("Can't find FDT node for nor_flash!??"); in hotfoot_fixups() 86 fatal("Can't find FDT node for partition@0"); in hotfoot_fixups() 93 fatal("Can't find FDT node for partition@1"); in hotfoot_fixups() 100 fatal("Can't find FDT node for partition@2"); in hotfoot_fixups() 107 fatal("Can't find FDT node for partition@3"); in hotfoot_fixups() 114 fatal("Can't find FDT node for partition@4"); in hotfoot_fixups() 121 fatal("Can't find FDT node for partition@6"); in hotfoot_fixups() 129 fatal("Can't find FDT node for partition@5"); in hotfoot_fixups()
|
D | treeboot-walnut.c | 33 fatal("Couldn't locate FPGA node\n\r"); in walnut_flashsel_fixup() 36 fatal("no virtual-reg property\n\r"); in walnut_flashsel_fixup() 42 fatal("Couldn't locate flash node\n\r"); in walnut_flashsel_fixup() 45 fatal("flash reg property has unexpected size\n\r"); in walnut_flashsel_fixup() 49 fatal("Couldn't locate sram node\n\r"); in walnut_flashsel_fixup() 52 fatal("sram reg property has unexpected size\n\r"); in walnut_flashsel_fixup()
|
D | main.c | 47 fatal("Error: not a valid PPC32 or PPC64 ELF file!\n\r"); in prep_kernel() 68 fatal("Insufficient memory for kernel at address 0!" in prep_kernel() 73 fatal("The final kernel image would overwrite the " in prep_kernel() 92 fatal("Decompression failed with error code %ld\n\r", len); in prep_kernel() 95 fatal("Decompression error: got 0x%lx bytes, expected 0x%lx.\n\r", in prep_kernel() 137 fatal("Can't allocate memory for initial " in prep_initrd() 246 fatal("Error: Linux kernel returned to zImage boot wrapper!\n\r"); in start()
|
D | ebony.c | 47 fatal("Couldn't locate FPGA node %s\n\r", EBONY_FPGA_PATH); in ebony_flashsel_fixup() 50 fatal("%s has missing or invalid virtual-reg property\n\r", in ebony_flashsel_fixup() 57 fatal("Couldn't locate small flash node %s\n\r", in ebony_flashsel_fixup() 61 fatal("%s has reg property of unexpected size\n\r", in ebony_flashsel_fixup()
|
D | libfdt-wrapper.c | 67 fatal("Couldn't find %d bytes to expand device tree\n\r", size); in expand_buf() 70 fatal("Couldn't expand fdt into new buffer: %s\n\r", in expand_buf() 165 fatal("Couldn't pack flat tree: %s\n\r", in fdt_wrapper_finalize() 191 fatal("malloc failed. can't relocate the device tree\n\r"); in fdt_init() 196 fatal("fdt_init(): %s\n\r", fdt_strerror(err)); in fdt_init()
|
D | treeboot-currituck.c | 105 fatal("Invalid device tree blob\n"); in platform_init() 110 fatal("Cannot find cpu node\n"); in platform_init()
|
D | treeboot-akebono.c | 149 fatal("Invalid device tree blob\n"); in platform_init() 154 fatal("Cannot find cpu node\n"); in platform_init()
|
D | 4xx.c | 213 fatal("DDR controller is not initialized\n"); in ibm4xx_denali_fixup_memsize() 222 fatal("No memory installed\n"); in ibm4xx_denali_fixup_memsize() 224 fatal("DDR wrong CS configuration\n"); in ibm4xx_denali_fixup_memsize() 239 fatal("DDR wrong APIN configuration\n"); in ibm4xx_denali_fixup_memsize() 247 fatal("DDR wrong COL configuration\n"); in ibm4xx_denali_fixup_memsize() 329 fatal("Couldn't locate EBC node %s\n\r", ebc); in ibm4xx_fixup_ebc_ranges()
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | exoparg3.c | 54 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()
|
/Linux-v4.19/tools/vm/ |
D | page-types.c | 238 static void fatal(const char *x, ...) in fatal() function 272 fatal("index overflow: %lu\n", index); in do_u64_read() 280 fatal("partial read: %lu bytes\n", bytes); in do_u64_read() 349 fatal("unknown flag bit %d\n", i); in page_flag_name() 639 fatal("hash table full: bump up HASH_SHIFT?\n"); in hash_slot() 702 fatal("kpagecgroup returned fewer pages than expected"); in walk_pfn() 705 fatal("kpagecount returned fewer pages than expected"); in walk_pfn() 789 fatal("too many addr ranges\n"); in add_addr_range() 893 fatal("invalid name or number: %s\n", str); in parse_number() 1003 fatal("mmap failed: %s", name); in walk_file() [all …]
|
D | slabinfo.c | 100 static void fatal(const char *x, ...) in fatal() function 204 fatal("Cannot write to %s\n", x); in set_obj() 1103 fatal("Unresolved alias %s\n", a->ref); in link_slabs() 1177 fatal("SYSFS support for SLUB not active\n"); in read_slab_dir() 1190 fatal("Cannot read symlink %s\n", de->d_name); in read_slab_dir() 1201 fatal("Unable to access slab %s\n", slab->name); in read_slab_dir() 1261 fatal("Unknown file type %lx\n", de->d_type); in read_slab_dir() 1269 fatal("Too many slabs\n"); in read_slab_dir() 1271 fatal("Too many aliases\n"); in read_slab_dir() 1382 fatal("Invalid debug option '%s'\n", optarg); in main() [all …]
|
/Linux-v4.19/arch/mips/sgi-ip32/ |
D | crime.c | 45 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()
|
/Linux-v4.19/net/ipv4/ |
D | icmp.c | 124 .fatal = 0, 128 .fatal = 0, 132 .fatal = 1, 136 .fatal = 1, 140 .fatal = 0, 144 .fatal = 0, 148 .fatal = 1, 152 .fatal = 1, 156 .fatal = 1, 160 .fatal = 1, [all …]
|
/Linux-v4.19/Documentation/acpi/apei/ |
D | einj.txt | 43 0x00000002 Processor Uncorrectable non-fatal 44 0x00000004 Processor Uncorrectable fatal 46 0x00000010 Memory Uncorrectable non-fatal 47 0x00000020 Memory Uncorrectable fatal 49 0x00000080 PCI Express Uncorrectable fatal 50 0x00000100 PCI Express Uncorrectable non-fatal 52 0x00000400 Platform Uncorrectable non-fatal 53 0x00000800 Platform Uncorrectable fatal 159 0x00000002 Processor Uncorrectable non-fatal 161 0x00000010 Memory Uncorrectable non-fatal
|
/Linux-v4.19/arch/um/os-Linux/ |
D | start_up.c | 73 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()
|
/Linux-v4.19/drivers/edac/ |
D | e752x_edac.c | 516 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 …]
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | ras.c | 293 int fatal; in ras_error_interrupt() local 308 fatal = 1; in ras_error_interrupt() 310 fatal = 0; in ras_error_interrupt() 313 log_error(ras_log_buf, ERR_TYPE_RTAS_LOG, fatal); in ras_error_interrupt() 315 if (fatal) { in ras_error_interrupt()
|
/Linux-v4.19/net/ipv6/ |
D | icmp.c | 1035 int fatal; member 1039 .fatal = 0, 1043 .fatal = 1, 1047 .fatal = 0, 1051 .fatal = 0, 1055 .fatal = 1, 1059 .fatal = 1, 1063 .fatal = 1, 1069 int fatal = 0; in icmpv6_err_convert() local 1075 fatal = 1; in icmpv6_err_convert() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/remoteproc/ |
D | qcom,adsp.txt | 17 Definition: must list the watchdog, fatal IRQs ready, handover and 23 Definition: must be "wdog", "fatal", "ready", "handover", "stop-ack" 85 "fatal", 119 "fatal",
|
/Linux-v4.19/Documentation/devicetree/bindings/scsi/ |
D | hisilicon-sas.txt | 21 - interrupts : For v1 hw: Interrupts for phys, completion queues, and fatal 35 Fatal interrupts : the fatal interrupts are ordered as follows: 96 <376 4>,/* fatal ecc */ 97 <381 4>;/* fatal axi */
|
/Linux-v4.19/fs/ext4/ |
D | ialloc.c | 243 int fatal = 0, err, count, cleared; in ext4_free_inode() local 292 fatal = PTR_ERR(bitmap_bh); in ext4_free_inode() 297 fatal = -EFSCORRUPTED; in ext4_free_inode() 302 fatal = ext4_journal_get_write_access(handle, bitmap_bh); in ext4_free_inode() 303 if (fatal) in ext4_free_inode() 306 fatal = -ESRCH; in ext4_free_inode() 310 fatal = ext4_journal_get_write_access(handle, bh2); in ext4_free_inode() 314 if (fatal || !cleared) { in ext4_free_inode() 340 fatal = ext4_handle_dirty_metadata(handle, NULL, bh2); in ext4_free_inode() 345 if (!fatal) in ext4_free_inode() [all …]
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | machdep.h | 95 void (*log_error)(char *buf, unsigned int err_type, int fatal); 280 static inline void log_error(char *buf, unsigned int err_type, int fatal) in log_error() argument 283 ppc_md.log_error(buf, err_type, fatal); in log_error()
|
/Linux-v4.19/Documentation/PCI/ |
D | pcieaer-howto.txt | 102 errors are further classified into non-fatal errors and fatal errors. 103 Non-fatal errors cause the particular transaction to be unreliable, 136 fatal error happens. The root port aer service driver provides a 172 3.2.2.2 Non-correctable (non-fatal and fatal) errors 174 If an error message indicates a non-fatal error, performing link reset 186 If an error message indicates a fatal error, kernel will broadcast 224 error is fatal, kernel will print out warning messages. Please refer
|
/Linux-v4.19/scripts/mod/ |
D | modpost.c | 56 PRINTF void fatal(const char *fmt, ...) in fatal() function 116 fatal("modpost: Memory allocation failure: %s.\n", expr); in do_nofail() 471 fatal("section header offset=%lu in file '%s' is bigger than " in parse_elf() 514 fatal("%s is truncated. sechdrs[i].sh_offset=%lu > " in parse_elf() 523 fatal("%s has NOBITS .modinfo\n", filename); in parse_elf() 559 fatal("%s has no symtab?\n", filename); in parse_elf() 572 fatal("%s: SYMTAB_SHNDX has bad sh_link: %u!=%u\n", in parse_elf() 1515 fatal("There's a special handler for this mismatch type, " in report_sec_mismatch() 1555 fatal("section_index is outside elf->num_sections!\n"); in is_executable_section() 1588 fatal("extable_entry size hasn't been discovered!\n"); in is_extable_fault_address() [all …]
|