/linux-3.4.99/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 | gunzip_util.c | 56 fatal("insufficient scratch space for gunzip\n\r"); in gunzip_start() 62 fatal("bad gzipped data\n\r"); in gunzip_start() 74 fatal("gunzip_start: ran out of data in header\n\r"); in gunzip_start() 78 fatal("inflateInit2 returned %d\n\r", r); in gunzip_start() 114 fatal("inflate returned %d msg: %s\n\r", r, state->s.msg); in gunzip_partial() 146 fatal("\n\rgunzip_exactly: ran out of data!" in gunzip_exactly()
|
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 | main.c | 44 fatal("Error: not a valid PPC32 or PPC64 ELF file!\n\r"); in prep_kernel() 65 fatal("Insufficient memory for kernel at address 0!" in prep_kernel() 70 fatal("The final kernel image would overwrite the " in prep_kernel() 81 fatal("ran out of data! only got 0x%x of 0x%lx bytes.\n\r", in prep_kernel() 122 fatal("Can't allocate memory for initial " in prep_initrd() 216 fatal("Error: Linux kernel returned to zImage boot wrapper!\n\r"); in start()
|
D | prpmc2800.c | 297 fatal("Error: Can't open i2c device\n\r"); in prpmc2800_get_bip() 303 fatal("Error: Couldn't read eeprom2\n\r"); in prpmc2800_get_bip() 349 fatal("Error: Missing marvell,mv64360-pci" in prpmc2800_bridge_setup() 354 fatal("Error: Can't find marvell,mv64360-pci ranges" in prpmc2800_bridge_setup() 360 fatal("Error: Missing marvell,mv64360 device tree node\n\r"); in prpmc2800_bridge_setup() 387 fatal("Error: Can't translate PCI address 0x%x\n\r", in prpmc2800_bridge_setup() 421 fatal("Error: Missing '/' device tree node\n\r"); in prpmc2800_fixups() 434 fatal("Error: Missing proper cpu device tree node\n\r"); in prpmc2800_fixups() 441 fatal("Error: Missing /memory device tree node\n\r"); in prpmc2800_fixups() 450 fatal("Error: Missing marvell,mv64360" in prpmc2800_fixups() [all …]
|
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 | cuboot-c2k.c | 56 fatal("Error: Missing marvell,mv64360 device tree node\n\r"); in c2k_bridge_setup() 74 fatal("Error: Only 2 PCI controllers are supported at" \ in c2k_bridge_setup() 82 fatal("Error: Can't find marvell,mv64360-pci ranges" in c2k_bridge_setup() 108 fatal("Error: Can't translate PCI address " \ in c2k_bridge_setup()
|
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 | 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-3.4.99/drivers/acpi/acpica/ |
D | exoparg3.c | 89 struct acpi_signal_fatal_info *fatal; in acpi_ex_opcode_3A_0T_0R() local 104 fatal = ACPI_ALLOCATE(sizeof(struct acpi_signal_fatal_info)); in acpi_ex_opcode_3A_0T_0R() 105 if (fatal) { in acpi_ex_opcode_3A_0T_0R() 106 fatal->type = (u32) operand[0]->integer.value; in acpi_ex_opcode_3A_0T_0R() 107 fatal->code = (u32) operand[1]->integer.value; in acpi_ex_opcode_3A_0T_0R() 108 fatal->argument = (u32) operand[2]->integer.value; in acpi_ex_opcode_3A_0T_0R() 113 status = acpi_os_signal(ACPI_SIGNAL_FATAL, fatal); in acpi_ex_opcode_3A_0T_0R() 117 ACPI_FREE(fatal); in acpi_ex_opcode_3A_0T_0R()
|
/linux-3.4.99/arch/sparc/boot/ |
D | btfixupprep.c | 64 static void fatal(void) __attribute__((noreturn)); 65 static void fatal(void) in fatal() function 81 if (!array[last].name) fatal(); in find() 97 fatal(); in set_mode() 117 fatal(); in main() 123 fatal(); in main() 126 if (!sect) fatal(); in main() 129 if (!p) fatal(); in main() 132 fatal(); in main() 289 if (!f->initvalstr) fatal(); in main() [all …]
|
/linux-3.4.99/Documentation/acpi/apei/ |
D | einj.txt | 24 0x00000002 Processor Uncorrectable non-fatal 25 0x00000004 Processor Uncorrectable fatal 27 0x00000010 Memory Uncorrectable non-fatal 28 0x00000020 Memory Uncorrectable fatal 30 0x00000080 PCI Express Uncorrectable fatal 31 0x00000100 PCI Express Uncorrectable non-fatal 33 0x00000400 Platform Uncorrectable non-fatal 34 0x00000800 Platform Uncorrectable fatal 97 0x00000002 Processor Uncorrectable non-fatal 99 0x00000010 Memory Uncorrectable non-fatal
|
/linux-3.4.99/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-3.4.99/net/ipv4/ |
D | icmp.c | 122 .fatal = 0, 126 .fatal = 0, 130 .fatal = 1, 134 .fatal = 1, 138 .fatal = 0, 142 .fatal = 0, 146 .fatal = 1, 150 .fatal = 1, 154 .fatal = 1, 158 .fatal = 1, [all …]
|
/linux-3.4.99/net/ipv6/ |
D | icmp.c | 898 int fatal; member 902 .fatal = 0, 906 .fatal = 1, 910 .fatal = 0, 914 .fatal = 0, 918 .fatal = 1, 922 .fatal = 1, 926 .fatal = 1, 932 int fatal = 0; in icmpv6_err_convert() local 938 fatal = 1; in icmpv6_err_convert() [all …]
|
/linux-3.4.99/arch/powerpc/platforms/pseries/ |
D | ras.c | 226 int fatal; in ras_error_interrupt() local 240 fatal = 1; in ras_error_interrupt() 242 fatal = 0; in ras_error_interrupt() 245 log_error(ras_log_buf, ERR_TYPE_RTAS_LOG, fatal); in ras_error_interrupt() 247 if (fatal) { in ras_error_interrupt()
|
/linux-3.4.99/fs/ext3/ |
D | ialloc.c | 91 int fatal = 0, err; in ext3_free_inode() local 128 fatal = ext3_journal_get_write_access(handle, bitmap_bh); in ext3_free_inode() 129 if (fatal) in ext3_free_inode() 141 fatal = ext3_journal_get_write_access(handle, bh2); in ext3_free_inode() 142 if (fatal) goto error_return; in ext3_free_inode() 157 if (!fatal) fatal = err; in ext3_free_inode() 161 if (!fatal) in ext3_free_inode() 162 fatal = err; in ext3_free_inode() 166 ext3_std_error(sb, fatal); in ext3_free_inode()
|
D | balloc.c | 1323 int fatal; in ext3_try_to_allocate_with_rsv() local 1334 fatal = ext3_journal_get_undo_access(handle, bitmap_bh); in ext3_try_to_allocate_with_rsv() 1335 if (fatal) { in ext3_try_to_allocate_with_rsv() 1336 *errp = fatal; in ext3_try_to_allocate_with_rsv() 1416 fatal = ext3_journal_dirty_metadata(handle, bitmap_bh); in ext3_try_to_allocate_with_rsv() 1417 if (fatal) { in ext3_try_to_allocate_with_rsv() 1418 *errp = fatal; in ext3_try_to_allocate_with_rsv() 1496 int fatal = 0, err; in ext3_new_blocks() local 1578 my_rsv, &num, &fatal); in ext3_new_blocks() 1579 if (fatal) in ext3_new_blocks() [all …]
|
/linux-3.4.99/drivers/edac/ |
D | e752x_edac.c | 488 static void do_global_error(int fatal, u32 errors) in do_global_error() argument 500 fatal_message[fatal], in do_global_error() 506 static inline void global_error(int fatal, u32 errors, int *error_found, in global_error() argument 512 do_global_error(fatal, errors); in global_error() 522 static void do_hub_error(int fatal, u8 errors) in do_hub_error() argument 529 fatal_message[fatal], hub_message[i]); in do_hub_error() 533 static inline void hub_error(int fatal, u8 errors, int *error_found, in hub_error() argument 539 do_hub_error(fatal, errors); in hub_error() 579 static void do_nsi_error(int fatal, u32 errors) in do_nsi_error() argument 586 fatal_message[fatal], nsi_message[i]); in do_nsi_error() [all …]
|
/linux-3.4.99/drivers/staging/tidspbridge/ |
D | Kconfig | 39 In case of DSP fatal error, BRIDGE driver will try to 60 trying to suspend bridge driver. Say Y, to signal this event as a fatal 64 bool "Dump backtraces on fatal errors" 67 Enable useful information to backtrace fatal errors. Say Y if you
|
/linux-3.4.99/arch/um/os-Linux/ |
D | start_up.c | 74 static void fatal(char *fmt, ...) in fatal() function 108 fatal("check_ptrace : expected SIGSTOP, got status = %d", in start_ptraced_child() 217 fatal("check_sysemu : expected SIGTRAP, got status = %d\n", in check_sysemu() 317 fatal("check_ptrace : expected (SIGTRAP|0x80), " in check_ptrace() 375 fatal("Failed to initialize default registers"); in os_early_checks()
|
/linux-3.4.99/tools/vm/ |
D | page-types.c | 216 static void fatal(const char *x, ...) in fatal() function 250 fatal("index overflow: %lu\n", index); in do_u64_read() 263 fatal("partial read: %lu bytes\n", bytes); in do_u64_read() 309 fatal("unknown flag bit %d\n", i); in page_flag_name() 614 fatal("hash table full: bump up HASH_SHIFT?\n"); in hash_slot() 715 fatal("too many addr ranges\n"); in add_addr_range() 813 fatal("invalid name or number: %s\n", str); in parse_number() 890 fatal("invalid range: %lu,%lu\n", in parse_addr_range() 906 fatal("too much bit filters\n"); in add_bits_filter()
|
D | slabinfo.c | 94 static void fatal(const char *x, ...) in fatal() function 193 fatal("Cannot write to %s\n", x); in set_obj() 1070 fatal("Unresolved alias %s\n", a->ref); in link_slabs() 1144 fatal("SYSFS support for SLUB not active\n"); in read_slab_dir() 1157 fatal("Cannot read symlink %s\n", de->d_name); in read_slab_dir() 1168 fatal("Unable to access slab %s\n", slab->name); in read_slab_dir() 1228 fatal("Unknown file type %lx\n", de->d_type); in read_slab_dir() 1236 fatal("Too many slabs\n"); in read_slab_dir() 1238 fatal("Too many aliases\n"); in read_slab_dir() 1314 fatal("Invalid debug option '%s'\n", optarg); in main() [all …]
|