/linux-4.4.14/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() 227 fatal("Error: Linux kernel returned to zImage boot wrapper!\n\r"); in start()
|
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 | 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()
|
D | treeboot-iss4xx.c | 46 fatal("Can't find memory node\n"); in iss_4xx_fixups()
|
D | epapr.c | 35 fatal("r6 contained 0x%08x instead of ePAPR magic number\n", in platform_fixups()
|
D | wii.c | 114 fatal("Can't find memory node\n"); in platform_fixups()
|
D | cuboot-acadia.c | 127 fatal("no current-speed property\n\r"); in get_clocks()
|
D | devtree.c | 31 fatal("Can't cope with #address-cells == %d in /\n\r", naddr); in dt_fixup_memory() 36 fatal("Can't cope with #size-cells == %d in /\n\r", nsize); in dt_fixup_memory()
|
D | oflib.c | 195 fatal("Can't allocate memory for kernel image!\n\r"); in of_vmlinux_alloc()
|
D | ops.h | 234 #define fatal(args...) { printf(args); exit(); } macro
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | exoparg3.c | 88 struct acpi_signal_fatal_info *fatal; in acpi_ex_opcode_3A_0T_0R() local 103 fatal = ACPI_ALLOCATE(sizeof(struct acpi_signal_fatal_info)); in acpi_ex_opcode_3A_0T_0R() 104 if (fatal) { in acpi_ex_opcode_3A_0T_0R() 105 fatal->type = (u32) operand[0]->integer.value; in acpi_ex_opcode_3A_0T_0R() 106 fatal->code = (u32) operand[1]->integer.value; in acpi_ex_opcode_3A_0T_0R() 107 fatal->argument = (u32) operand[2]->integer.value; in acpi_ex_opcode_3A_0T_0R() 112 status = acpi_os_signal(ACPI_SIGNAL_FATAL, fatal); in acpi_ex_opcode_3A_0T_0R() 116 ACPI_FREE(fatal); in acpi_ex_opcode_3A_0T_0R()
|
D | acstruct.h | 161 } fatal; member
|
/linux-4.4.14/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-4.4.14/tools/vm/ |
D | page-types.c | 227 static void fatal(const char *x, ...) in fatal() function 261 fatal("index overflow: %lu\n", index); in do_u64_read() 269 fatal("partial read: %lu bytes\n", bytes); in do_u64_read() 315 fatal("unknown flag bit %d\n", i); in page_flag_name() 565 fatal("hash table full: bump up HASH_SHIFT?\n"); in hash_slot() 667 fatal("too many addr ranges\n"); in add_addr_range() 763 fatal("invalid name or number: %s\n", str); in parse_number() 871 fatal("mmap failed: %s", name); in walk_file() 875 fatal("mincore failed: %s", name); in walk_file() 879 fatal("madvice failed: %s", name); in walk_file() [all …]
|
D | slabinfo.c | 98 static void fatal(const char *x, ...) in fatal() function 201 fatal("Cannot write to %s\n", x); in set_obj() 1096 fatal("Unresolved alias %s\n", a->ref); in link_slabs() 1170 fatal("SYSFS support for SLUB not active\n"); in read_slab_dir() 1183 fatal("Cannot read symlink %s\n", de->d_name); in read_slab_dir() 1194 fatal("Unable to access slab %s\n", slab->name); in read_slab_dir() 1254 fatal("Unknown file type %lx\n", de->d_type); in read_slab_dir() 1262 fatal("Too many slabs\n"); in read_slab_dir() 1264 fatal("Too many aliases\n"); in read_slab_dir() 1374 fatal("Invalid debug option '%s'\n", optarg); in main() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | lib-socket.c | 369 lnet_sock_create(struct socket **sockp, int *fatal, __u32 local_ip, in lnet_sock_create() argument 378 *fatal = 1; in lnet_sock_create() 406 *fatal = 0; in lnet_sock_create() 497 int fatal; in lnet_sock_listen() local 500 rc = lnet_sock_create(sockp, &fatal, local_ip, local_port); in lnet_sock_listen() 502 if (!fatal) in lnet_sock_listen() 561 lnet_sock_connect(struct socket **sockp, int *fatal, __u32 local_ip, in lnet_sock_connect() argument 567 rc = lnet_sock_create(sockp, fatal, local_ip, local_port); in lnet_sock_connect() 585 *fatal = !(rc == -EADDRNOTAVAIL); in lnet_sock_connect() 587 CDEBUG_LIMIT(*fatal ? D_NETERROR : D_NET, in lnet_sock_connect()
|
D | acceptor.c | 149 int fatal; in lnet_connect() local 158 rc = lnet_sock_connect(&sock, &fatal, local_ip, port, peer_ip, in lnet_connect() 161 if (fatal) in lnet_connect()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | ras.c | 229 int fatal; in ras_error_interrupt() local 244 fatal = 1; in ras_error_interrupt() 246 fatal = 0; in ras_error_interrupt() 249 log_error(ras_log_buf, ERR_TYPE_RTAS_LOG, fatal); in ras_error_interrupt() 251 if (fatal) { in ras_error_interrupt()
|
/linux-4.4.14/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 …]
|
D | raw.c | 262 harderr = icmp_err_convert[code].fatal; in raw_err()
|
D | ping.c | 559 harderr = icmp_err_convert[code].fatal; in ping_err()
|
D | udp.c | 671 harderr = icmp_err_convert[code].fatal; in __udp4_lib_err()
|
/linux-4.4.14/net/ipv6/ |
D | icmp.c | 922 int fatal; member 926 .fatal = 0, 930 .fatal = 1, 934 .fatal = 0, 938 .fatal = 0, 942 .fatal = 1, 946 .fatal = 1, 950 .fatal = 1, 956 int fatal = 0; in icmpv6_err_convert() local 962 fatal = 1; in icmpv6_err_convert() [all …]
|
D | tcp_ipv6.c | 331 bool fatal; in tcp_v6_err() local 350 fatal = icmpv6_err_convert(type, code, &err); in tcp_v6_err() 352 return tcp_req_err(sk, seq, fatal); in tcp_v6_err()
|
/linux-4.4.14/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
|
D | output_format.txt | 18 <severity string>* := recoverable | fatal | corrected | info 107 if section severity is fatal or recoverable
|
/linux-4.4.14/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() 338 fatal("Failed to initialize default registers"); in os_early_checks()
|
/linux-4.4.14/drivers/edac/ |
D | e752x_edac.c | 517 static void do_global_error(int fatal, u32 errors) in do_global_error() argument 529 fatal_message[fatal], in do_global_error() 535 static inline void global_error(int fatal, u32 errors, int *error_found, in global_error() argument 541 do_global_error(fatal, errors); in global_error() 551 static void do_hub_error(int fatal, u8 errors) in do_hub_error() argument 558 fatal_message[fatal], hub_message[i]); in do_hub_error() 562 static inline void hub_error(int fatal, u8 errors, int *error_found, in hub_error() argument 568 do_hub_error(fatal, errors); in hub_error() 608 static void do_nsi_error(int fatal, u32 errors) in do_nsi_error() argument 615 fatal_message[fatal], nsi_message[i]); in do_nsi_error() [all …]
|
/linux-4.4.14/fs/ext4/ |
D | ialloc.c | 265 int fatal = 0, err, count, cleared; in ext4_free_inode() local 315 fatal = PTR_ERR(bitmap_bh); in ext4_free_inode() 320 fatal = -EFSCORRUPTED; in ext4_free_inode() 325 fatal = ext4_journal_get_write_access(handle, bitmap_bh); in ext4_free_inode() 326 if (fatal) in ext4_free_inode() 329 fatal = -ESRCH; in ext4_free_inode() 333 fatal = ext4_journal_get_write_access(handle, bh2); in ext4_free_inode() 337 if (fatal || !cleared) { in ext4_free_inode() 363 fatal = ext4_handle_dirty_metadata(handle, NULL, bh2); in ext4_free_inode() 368 if (!fatal) in ext4_free_inode() [all …]
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | machdep.h | 132 void (*log_error)(char *buf, unsigned int err_type, int fatal); 306 static inline void log_error(char *buf, unsigned int err_type, int fatal) in log_error() argument 309 ppc_md.log_error(buf, err_type, fatal); in log_error()
|
D | rtas.h | 371 extern void pSeries_log_error(char *buf, unsigned int err_type, int fatal);
|
/linux-4.4.14/Documentation/PCI/ |
D | pcieaer-howto.txt | 105 errors are further classified into non-fatal errors and fatal errors. 106 Non-fatal errors cause the particular transaction to be unreliable, 139 fatal error happens. The root port aer service driver provides a 175 3.2.2.2 Non-correctable (non-fatal and fatal) errors 177 If an error message indicates a non-fatal error, performing link reset 189 If an error message indicates a fatal error, kernel will broadcast 227 error is fatal, kernel will print out warning messages. Please refer
|
D | pci-error-recovery.txt | 237 and is done whenever a non-fatal error has been detected that can be
|
D | MSI-HOWTO.txt | 374 any error code other than -ENOSPC indicates a fatal error and should not
|
/linux-4.4.14/scripts/mod/ |
D | modpost.c | 52 PRINTF void fatal(const char *fmt, ...) in fatal() function 112 fatal("modpost: Memory allocation failure: %s.\n", expr); in do_nofail() 457 fatal("section header offset=%lu in file '%s' is bigger than " in parse_elf() 500 fatal("%s is truncated. sechdrs[i].sh_offset=%lu > " in parse_elf() 509 fatal("%s has NOBITS .modinfo\n", filename); in parse_elf() 545 fatal("%s has no symtab?\n", filename); in parse_elf() 558 fatal("%s: SYMTAB_SHNDX has bad sh_link: %u!=%u\n", in parse_elf() 1507 fatal("There's a special handler for this mismatch type, " in report_sec_mismatch() 1548 fatal("section_index is outside elf->num_sections!\n"); in is_executable_section() 1581 fatal("extable_entry size hasn't been discovered!\n"); in is_extable_fault_address() [all …]
|
D | modpost.h | 191 void fatal(const char *fmt, ...);
|
D | file2alias.c | 162 fatal("%s: sizeof(struct %s_device_id)=%lu is not a modulo " in device_id_check() 179 fatal("%s: struct %s_device_id is not terminated " in device_id_check() 1140 fatal("%s: Masked-off bit(s) of AMBA device ID are non-zero: " in do_amba_entry()
|
/linux-4.4.14/include/net/ |
D | icmp.h | 28 unsigned int fatal:1; member
|
/linux-4.4.14/arch/arc/boot/dts/ |
D | axs103.dts | 22 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 debug print-fatal-…
|
D | axs103_idu.dts | 22 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 debug print-fatal-…
|
/linux-4.4.14/arch/mips/sibyte/ |
D | Kconfig | 128 bool "All cache exceptions considered fatal (no recovery attempted)" 132 bool "Stall (rather than panic) on fatal cache error"
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_hw_chip.h | 101 unsigned short fatal; /* whether the condition reported is fatal */ member
|
D | csio_hw.c | 2665 int fatal = 0; in csio_handle_intr_status() local 2672 if (acts->fatal) { in csio_handle_intr_status() 2673 fatal++; in csio_handle_intr_status() 2684 return fatal; in csio_handle_intr_status()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | rtasd.c | 197 void pSeries_log_error(char *buf, unsigned int err_type, int fatal) in pSeries_log_error() argument 238 if (fatal || !logging_enabled) { in pSeries_log_error()
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_irq.c | 207 enum ib_event_type event_type, int fatal) in qp_event_callback() argument 221 if (fatal) in qp_event_callback() 224 dispatch_qp_event(shca, qp, fatal && qp->ext_type == EQPT_SRQ ? in qp_event_callback() 232 if (fatal && qp->ext_type == EQPT_SRQBASE) in qp_event_callback()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | Kconfig | 44 0 - fatal
|
/linux-4.4.14/Documentation/scsi/ |
D | ufs.txt | 116 Error handling module handles Host controller fatal errors, 117 Device fatal errors and UIC interconnect layer related errors.
|
D | st.txt | 537 The recovered write errors are considered fatal if ST_RECOVERED_WRITE_FATAL
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | pstore | 24 "mce" - architecture dependent data from fatal h/w error
|
/linux-4.4.14/Documentation/filesystems/ |
D | btrfs.txt | 116 Action to take when encountering a fatal error: 117 "bug" - BUG() on a fatal error. This is the default. 118 "panic" - panic() on a fatal error.
|
D | fuse.txt | 155 fatal (SIGKILL or unhandled fatal signal), then the request is 159 fatal, then an 'interrupted' flag is set for the request. When
|
D | fiemap.txt | 41 flag is fatal to its operation. This scheme is intended to allow the 200 EINTR once fatal signal received.
|
D | path-lookup.txt | 119 dentry comparisons will never match. However it is fatal to miss a matching
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | main.c | 849 bool fatal = true; in brcms_c_dotxstatus() local 863 fatal = false; in brcms_c_dotxstatus() 900 fatal = false; in brcms_c_dotxstatus() 1005 fatal = false; in brcms_c_dotxstatus() 1008 if (fatal) { in brcms_c_dotxstatus() 1023 return fatal; in brcms_c_dotxstatus() 1030 brcms_b_txstatus(struct brcms_hardware *wlc_hw, bool bound, bool *fatal) in brcms_b_txstatus() argument 1044 *fatal = false; in brcms_b_txstatus() 1051 *fatal = true; in brcms_b_txstatus() 1065 *fatal = brcms_c_dotxstatus(wlc_hw->wlc, txs); in brcms_b_txstatus() [all …]
|
/linux-4.4.14/net/rxrpc/ |
D | ar-ack.c | 830 bool fatal) in rxrpc_post_message() argument 837 call->debug_id, call->flags, mark, error, fatal); in rxrpc_post_message() 840 if (fatal) { in rxrpc_post_message() 868 ret = rxrpc_queue_rcv_skb(call, skb, true, fatal); in rxrpc_post_message()
|
/linux-4.4.14/Documentation/networking/ |
D | netif-msg.txt | 21 0 Minimal messages, only essential information on fatal errors.
|
D | ipvs-sysctl.txt | 74 1 - non-fatal error messages
|
D | ppp_generic.txt | 356 SC_DC_ERROR CCP decompressor detected non-fatal error 357 SC_DC_FERROR CCP decompressor detected fatal error
|
/linux-4.4.14/fs/xfs/ |
D | Kconfig | 81 not cause the kernel to panic on non-fatal errors.
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 2074 int fatal = 0; in iwch_ep_disconnect() local 2086 fatal = 1; in iwch_ep_disconnect() 2133 fatal = 1; in iwch_ep_disconnect() 2135 if (fatal) in iwch_ep_disconnect()
|
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/ |
D | lib-lnet.h | 650 int lnet_sock_connect(struct socket **sockp, int *fatal,
|
/linux-4.4.14/Documentation/networking/caif/ |
D | spi_porting.txt | 10 with the master clock. An overrun or underrun event is fatal.
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 1380 unsigned short fatal; /* whether the condition reported is fatal */ member 1403 int fatal = 0; in t3_handle_intr_status() local 1409 if (acts->fatal) { in t3_handle_intr_status() 1410 fatal++; in t3_handle_intr_status() 1422 return fatal; in t3_handle_intr_status()
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 812 /* Report a fatal error. */ 1365 "fatal flex scanner internal error--no action found" ); 1387 "fatal flex scanner internal error--end of buffer missed" ); 1455 "fatal error - scanner input buffer overflow" );
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 715 /* Report a fatal error. */ 1033 "fatal flex scanner internal error--no action found" ); 1054 "fatal flex scanner internal error--end of buffer missed" ); 1122 "fatal error - scanner input buffer overflow" );
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c_shipped | 996 /* Report a fatal error. */ 1513 "fatal flex scanner internal error--no action found" ); 1534 "fatal flex scanner internal error--end of buffer missed" ); 1602 "fatal error - scanner input buffer overflow" );
|
/linux-4.4.14/Documentation/ |
D | kmemleak.txt | 130 disabled by the user or due to an fatal error, internal kmemleak objects
|
D | atomic_ops.txt | 164 This could come as a fatal surprise to other code running concurrently
|
D | applying-patches.txt | 140 the patch but is not fatal).
|
D | memory-barriers.txt | 1351 be fatal in concurrent code. Here are some examples of these sorts 1400 single-threaded code, but can be fatal in concurrent code: 1466 it might well omit the second store. This would come as a fatal
|
D | kernel-parameters.txt | 29 log_buf_len=1M print-fatal-signals=1 2981 print-fatal-signals= 2982 [KNL] debug: print fatal signals 2986 too many POSIX.1 timers, fatal signals causing a
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 3639 unsigned short fatal; /* whether the condition reported is fatal */ member 3659 int fatal = 0; in t4_handle_intr_status() local 3666 if (acts->fatal) { in t4_handle_intr_status() 3667 fatal++; in t4_handle_intr_status() 3680 return fatal; in t4_handle_intr_status()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 3470 int fatal = 0; in c4iw_ep_disconnect() local 3480 fatal = 1; in c4iw_ep_disconnect() 3530 fatal = 1; in c4iw_ep_disconnect() 3533 if (fatal) in c4iw_ep_disconnect()
|
/linux-4.4.14/Documentation/power/ |
D | runtime_pm.txt | 101 -EAGAIN, the PM core regards this as a fatal error and will refuse to run 129 fatal error and will refuse to run the helper functions described in Section 237 - if set, there was a fatal error (one of the callbacks returned error code
|
/linux-4.4.14/Documentation/target/ |
D | tcmu-design.txt | 73 fatal if we're careful to keep things as simple as possible.
|
/linux-4.4.14/Documentation/sysctl/ |
D | vm.txt | 292 can be fatal. 689 may be not fatal yet.
|
/linux-4.4.14/Documentation/development-process/ |
D | 6.Followthrough | 74 One fatal mistake is to ignore review comments in the hope that they will
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | HD-Audio.txt | 106 The second line is, however, a fatal error. If this happens, usually 604 `hda:hda_bus_reset` traces the bus-reset due to fatal error, etc,
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | core.c | 2372 u32 *val, int fatal) in emac_read_uint_prop() argument 2377 if (fatal) in emac_read_uint_prop()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_isr.c | 2462 goto fatal; in qla2x00_error_entry() 2474 fatal: in qla2x00_error_entry()
|
/linux-4.4.14/Documentation/arm64/ |
D | acpi_object_usage.txt | 534 used to indicate fatal errors that cannot be corrected, and require immediate
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | backend-api.txt | 674 This marks an object as having encountered a fatal error (usually EIO)
|
/linux-4.4.14/Documentation/RCU/ |
D | trace.txt | 128 CPU is offline when it is really alive and kicking) is a fatal
|
/linux-4.4.14/Documentation/video4linux/ |
D | vivid.txt | 788 marked as having suffered a fatal error, the only way to recover
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 316 bool "Make section mismatch errors non-fatal"
|
/linux-4.4.14/init/ |
D | Kconfig | 1465 numerous fatal conditions. You should only consider disabling this
|