Searched refs:warning (Results 1 - 200 of 801) sorted by relevance

12345

/linux-4.4.14/arch/sparc/prom/
H A Dbootstr_32.c37 /* We might issue a warning here. */ prom_getbootargs()
43 /* We might issue a warning here. */ prom_getbootargs()
/linux-4.4.14/include/linux/
H A Dkern_levels.h11 #define KERN_WARNING KERN_SOH "4" /* warning conditions */
33 #define LOGLEVEL_WARNING 4 /* warning conditions */
H A Dtimekeeper_internal.h66 * @underflow_seen: Underflow warning flag (DEBUG_TIMEKEEPING)
67 * @overflow_seen: Overflow warning flag (DEBUG_TIMEKEEPING)
H A Dpmu.h24 * warning: not stackable
H A Dinit.h69 * modpost not to issue a warning. Intended semantics is that a code or
71 * producing a warning (of course, no warning does not mean code is
257 * Emits warning if fn returns non-zero.
H A Dsmp.h176 * the warning message, as your code might not work under PREEMPT. smp_init()
H A Dcompiler-gcc.h184 # define __compiletime_warning(message) __attribute__((warning(message)))
280 * A trick to suppress uninitialized variable warning without generating any
H A Dcompiler.h267 * compile-time warning.
309 * warning for each use, in hopes of speeding the functions removal.
/linux-4.4.14/arch/c6x/include/asm/
H A Dprocinfo.h25 #warning "Please include asm/elf.h instead"
/linux-4.4.14/include/uapi/linux/netfilter_ipv4/
H A Dipt_LOG.h4 #warning "Please update iptables, this file will be removed soon!"
/linux-4.4.14/include/uapi/linux/netfilter_ipv6/
H A Dip6t_LOG.h4 #warning "Please update iptables, this file will be removed soon!"
/linux-4.4.14/tools/perf/ui/
H A Dutil.h15 int (*warning)(const char *format, va_list args); member in struct:perf_error_ops
H A Dutil.c25 .warning = perf_stdio__warning,
49 ret = perf_eops->warning(format, args); ui__warning()
/linux-4.4.14/tools/perf/config/
H A DMakefile251 msg := $(warning No libelf found, disables 'probe' tool and BPF support in 'perf record', please install elfutils-libelf-devel/libelf-dev);
270 msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and/or set LIBDW_DIR);
274 msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables dwarf support. Please install new elfutils-devel/libdw-dev);
302 msg := $(warning DWARF register mappings have not been defined for architecture $(ARCH), DWARF support disabled);
332 msg := $(warning No libunwind found. Please install libunwind-dev[el] >= 1.1 and/or set LIBUNWIND_DIR);
339 msg := $(warning BPF API too old. Please install recent kernel headers. BPF support in 'perf record' is disabled.)
350 msg := $(warning Disabling post unwind, no support found.);
376 msg := $(warning No debug_frame support found in libunwind);
391 msg := $(warning No libaudit.h found, disables 'trace' tool, please install audit-libs-devel or libaudit-dev);
406 msg := $(warning slang not found, disables TUI support. Please install slang-devel or libslang-dev);
420 msg := $(warning GTK2 not found, disables GTK2 support. Please install gtk2-devel or libgtk2.0-dev);
448 msg := $(warning Missing perl devel files. Disabling perl scripting support, please install perl-ExtUtils-Embed/libperl-dev);
459 msg := $(warning No timerfd support. Disables 'perf kvm stat live');
465 $(warning $1)
495 $(warning Python 3 is not yet supported; please set)
496 $(warning PYTHON and/or PYTHON_CONFIG appropriately.)
497 $(warning If you also have Python 2 installed, then)
498 $(warning try something like:)
499 $(warning $(and ,))
500 $(warning $(and ,) make PYTHON=python2)
501 $(warning $(and ,))
502 $(warning Otherwise, disable Python support entirely:)
503 $(warning $(and ,))
504 $(warning $(and ,) make NO_LIBPYTHON=1)
505 $(warning $(and ,))
552 msg := $(warning No bfd.h/libbfd found, please install binutils-dev[el]/zlib-static/libiberty-dev to gain symbol demangling)
581 msg := $(warning No liblzma found, disables xz kernel module decompression, please install xz-devel/liblzma-dev);
594 msg := $(warning No numa.h found, disables 'perf bench numa mem' benchmark, please install numactl-devel/libnuma-devel/libnuma-dev);
598 msg := $(warning Old numa library found, disables 'perf bench numa mem' benchmark, please install numactl-devel/libnuma-devel/libnuma-dev >= 2.0.8);
645 msg := $(warning No libbabeltrace found, disables 'perf data' CTF format support, please install libbabeltrace-dev[el]/libbabeltrace-ctf-dev);
651 msg := $(warning Your gcc lacks the __get_cpuid() builtin, disables support for auxtrace/Intel PT, please install a newer gcc);
/linux-4.4.14/lib/
H A Dbug.c32 - report_bug() will return whether it was a false alarm, a warning,
145 unsigned line, warning; report_bug() local
154 warning = 0; report_bug()
165 warning = (bug->flags & BUGFLAG_WARNING) != 0; report_bug()
168 if (warning) { report_bug()
181 /* Just a warning, don't kill lockdep. */ report_bug()
H A Datomic64_test.c154 #warning Please implement atomic64_dec_if_positive for your architecture and select the above Kconfig symbol test_atomic64()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
H A Dlustre_ver.h22 * than this amount, client would issue a warning.
/linux-4.4.14/fs/quota/
H A Dnetlink.c34 * quota_send_warning - Send warning to userspace about exceeded quota
37 * @warntype: The type of the warning: QUOTA_NL_...
60 "VFS: Not enough memory to send quota warning.\n"); quota_send_warning()
67 "VFS: Cannot store netlink header in quota warning.\n"); quota_send_warning()
/linux-4.4.14/include/asm-generic/
H A Ddelay.h15 * limited range of data type" warning with non-const 8-bit arguments.
H A Dbug.h171 * WARN_ON_SMP() is for cases that the warning is either
204 * warning.
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/
H A Dkern_levels.h11 #define KERN_WARNING KERN_SOH "" /* warning conditions */
/linux-4.4.14/arch/um/kernel/
H A Duml.lds.S33 /* .gnu.warning sections are handled specially by elf32.em. */
34 *(.gnu.warning)
H A Ddyn.lds.S74 /* .gnu.warning sections are handled specially by elf32.em. */
75 *(.gnu.warning)
/linux-4.4.14/arch/arm/crypto/
H A DMakefile22 $(warning These ARMv8 Crypto Extensions modules need binutils 2.23 or higher)
23 $(warning $(ce-obj-y) $(ce-obj-m))
/linux-4.4.14/tools/perf/ui/gtk/
H A Dutil.c108 .warning = perf_gtk__warning_info_bar,
110 .warning = perf_gtk__warning_statusbar,
/linux-4.4.14/fs/ntfs/
H A Ddebug.c25 * __ntfs_warning - output a warning to the syslog
26 * @function: name of function outputting the warning
28 * @fmt: warning string containing format specifications
31 * Outputs a warning to the syslog for the mounted ntfs filesystem described
35 * the warning string and the corresponding format arguments, respectively.
/linux-4.4.14/include/linux/mtd/
H A Dxip.h69 #warning "missing IRQ and timer primitives for XIP MTD support"
70 #warning "some of the XIP MTD support code will be disabled"
71 #warning "your system will therefore be unresponsive when writing or erasing flash"
/linux-4.4.14/drivers/s390/crypto/
H A Dzcrypt_debug.h15 #define DBF_WARN 4 /* warning conditions */
/linux-4.4.14/arch/unicore32/kernel/
H A Dvmlinux.lds.S43 *(.gnu.warning)
/linux-4.4.14/arch/alpha/kernel/
H A Dvmlinux.lds.S27 *(.gnu.warning)
/linux-4.4.14/include/linux/platform_data/
H A Dlp8755.h25 *TEMP_WARN : thermal warning
H A Dkeypad-omap.h12 #warning Please update the board to use matrix-keypad driver
H A Dmtd-nand-s3c2410.h31 * a warning at boot time.
/linux-4.4.14/arch/sh/kernel/
H A Dvmlinux.lds.S43 *(.gnu.warning)
/linux-4.4.14/arch/metag/kernel/
H A Dvmlinux.lds.S28 *(.gnu.warning)
H A Duser_gateway.S22 * without warning. Only the entry points and their results are guaranteed
/linux-4.4.14/arch/m32r/kernel/
H A Dvmlinux.lds.S36 *(.gnu.warning)
H A Dtime.c100 #warning do_gettimeoffse not implemented m32r_gettimeoffset()
194 #warning time_init not implemented time_init()
/linux-4.4.14/arch/arm/include/asm/
H A Dprocinfo.h47 #warning "Please include asm/elf.h instead"
/linux-4.4.14/arch/arm/mach-exynos/include/mach/
H A Dmap.h19 * So need to define it, and here is to avoid redefinition warning.
/linux-4.4.14/arch/arm/mach-footbridge/
H A Disa-rtc.c55 printk(KERN_WARNING "RTC: *** warning: CMOS battery bad\n"); isa_rtc_init()
/linux-4.4.14/arch/x86/kernel/
H A Dpci-swiotlb.c24 * Don't print a warning when the first allocation attempt fails. x86_swiotlb_alloc_coherent()
25 * swiotlb_alloc_coherent() will print a warning when the DMA x86_swiotlb_alloc_coherent()
H A Dasm-offsets_32.c15 /* workaround for a warning with -Wmissing-prototypes */
H A Drtc.c197 /* This warning can likely go away again in a year or two. */
/linux-4.4.14/arch/arm/mach-iop13xx/include/mach/
H A Dtime.h45 printk("%s: warning unknown frequency, defaulting to 800MHz\n", iop13xx_core_freq()
64 printk("%s: warning unknown ratio, defaulting to 2\n", iop13xx_xsi_bus_ratio()
/linux-4.4.14/tools/perf/
H A Dbuiltin-help.c116 warning("failed to exec '%s': %s", path, exec_woman_emacs()
147 warning("failed to exec '%s': %s", path, exec_man_konqueror()
159 warning("failed to exec '%s': %s", path, exec_man_man()
170 warning("failed to exec '%s': %s", cmd, exec_man_cmd()
211 warning("'%s': path for unsupported man viewer.\n" add_man_viewer_path()
223 warning("'%s': cmd for supported man viewer.\n" add_man_viewer_cmd()
251 warning("'%s': unsupported man viewer sub key.", subkey); add_man_viewer_info()
355 warning("'%s': unknown man viewer.", name); exec_viewer()
/linux-4.4.14/drivers/staging/rdma/ehca/
H A Dipz_pt_fn.h116 * warning don't use in parallel with ipz_QE_get_inc()
124 * warning don't use in parallel with ipz_qpageit_get_inc()
153 * warning don't use in parallel with ipz_qpageit_get_inc()
244 * warning don't use in parallel with ipz_qpageit_get_inc()
245 * warning unpredictable results may occur if steps>act_nr_of_queue_entries
255 * warning don't use in parallel with ipz_queue_QPageit_get_inc()
256 * warning unpredictable results may occur if steps>act_nr_of_queue_entries
/linux-4.4.14/arch/s390/kernel/
H A Dnmi.c29 unsigned int warning : 1; member in struct:mcck_struct
69 * A warning may remain for a prolonged period on the bare iron. s390_handle_mcck()
77 if (mcck.warning) { /* WARNING pending ? */ s390_handle_mcck()
355 mcck->warning = 1; s390_do_machine_check()
365 ctl_set_bit(14, 24); /* enable warning MCH */ machine_check_init()
H A Dvmlinux.lds.S32 *(.gnu.warning)
/linux-4.4.14/drivers/media/rc/keymaps/
H A Drc-ati-x10.c90 { 0x20, KEY_SCREEN }, /* "max" (X11 warning: 0x177) */
109 { 0x2d, KEY_INFO }, /* PLAYING (X11 warning: 0x166) */
112 { 0x30, KEY_SELECT }, /* SELECT (X11 warning: 0x161) */
/linux-4.4.14/arch/mips/fw/arc/
H A Dmemory.c83 while(1); /* Nuke warning. */ memtype_classify_arcs()
103 while(1); /* Nuke warning. */ memtype_classify_arc()
/linux-4.4.14/drivers/s390/cio/
H A Dqdio_debug.h20 #define DBF_WARN 4 /* warning conditions */
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtimer.h35 * NVKM_DELAY can be passed for 'cond' to disable the timeout warning,
/linux-4.4.14/arch/sparc/kernel/
H A Dvmlinux.lds.S55 *(.gnu.warning)
/linux-4.4.14/arch/tile/kernel/
H A Dvmlinux.lds.S55 *(.gnu.warning)
/linux-4.4.14/arch/arm/boot/compressed/
H A Dvmlinux.lds.S43 *(.gnu.warning)
/linux-4.4.14/arch/c6x/kernel/
H A Dvmlinux.lds.S77 *(.gnu.warning)
/linux-4.4.14/scripts/
H A Dextract-ikconfig24 then # exit status must be 0 or 2 (trailing garbage warning)
H A Dcheck_extable.sh79 # section, print a warning so the developper adds the section to
126 # Will either print a warning if the relocation happens to be in a
H A Dkernel-doc346 # 4 - Error - Comment without header was found. Spit a warning as it's not
1858 print STDERR "${file}:$.: warning: Enum value '$arg' ".
2061 print STDERR "${file}:$.: warning: Function parameter ".
2065 print STDERR "${file}:$.: warning:" .
2116 print STDERR "${file}:$.: warning: " .
2123 print STDERR "${file}:$.: warning: " .
2149 print STDERR "${file}:$.: warning: " .
2228 print STDERR "${file}:$.: warning: cannot understand function prototype: '$prototype'\n";
2293 print STDERR "${file}:$.: warning: Unrecognized tracepoint format: \n".
2493 print STDERR "${file}:$.: warning: missing initial short description on line:\n";
2514 print STDERR "${file}:$.: warning: Cannot understand $_ on line $.",
2526 print STDERR "${file}:$.: warning: contents before sections\n";
2552 print STDERR "${file}:$.: warning: suspicious ending line: $_";
2582 print STDERR "${file}:$.: warning: bad line: $_";
2674 print STDERR "${file}:1: warning: no structured comments found\n";
2693 print " <warning>\n";
2702 print " </warning>\n";
H A Dheaderdep.pl136 printf "%s:%d: warning: recursive header inclusion\n",
H A Dchecksyscalls.sh208 #warning syscall ${name} not implemented
/linux-4.4.14/kernel/sched/
H A Didle_task.c36 * It is not legal to sleep in the idle task - print a warning
/linux-4.4.14/kernel/
H A Dstacktrace.c62 * save_stack_trace_regs get this weak alias and a once-per-bootup warning
H A Dcapability.c49 pr_info_once("warning: `%s' uses 32-bit capabilities (legacy support in use)\n", warn_legacy_capability_use()
60 * that trips the following warning, it is using version 2 specific
65 * application with modern kernel headers and this warning will go
73 pr_info_once("warning: `%s' uses deprecated v2 capabilities in a way that may be insecure\n", warn_deprecated_v2()
H A Dfutex_compat.c82 next_entry = NULL; /* avoid warning with gcc */ compat_exit_robust_list()
H A Dhung_task.c156 * a warning.
H A Dpanic.c257 * 'W' - Taint on warning.
461 /* Just a warning, don't kill lockdep. */ warn_slowpath_common()
/linux-4.4.14/include/uapi/linux/
H A Dtypes.h9 #warning "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders"
H A Ddqblk_xfs.h103 * below the soft limit). Superusers warning values set the warning limits
/linux-4.4.14/arch/mips/include/asm/dec/
H A Dkn02ba.h41 #define KN02BA_IO_INR_PSU 4 /* power supply unit warning */
H A Dkn02.h36 #define KN02_CSR_PSU (1<<27) /* power supply unit warning */
H A Dkn03.h46 #define KN03_IO_INR_PSU 4 /* power supply unit warning */
H A Dinterrupts.h38 #define DEC_IRQ_PSU 11 /* power supply unit warning */
/linux-4.4.14/arch/microblaze/kernel/cpu/
H A Dpvr.c27 tmp = 0x0; /* Prevent warning about unused */ \
/linux-4.4.14/arch/mn10300/kernel/
H A Dvmlinux.lds.S36 *(.gnu.warning)
/linux-4.4.14/arch/cris/include/uapi/arch-v10/arch/
H A Dsvinto.h26 * of void * to give a warning if you try to put a pointer directly
/linux-4.4.14/arch/frv/kernel/
H A Dvmlinux.lds.S73 *(.gnu.warning)
/linux-4.4.14/arch/ia64/dig/
H A Dsetup.c48 printk(KERN_WARNING "dig_setup: warning: invalid screen-info, guessing 80x25\n"); dig_setup()
/linux-4.4.14/arch/avr32/kernel/
H A Dvmlinux.lds.S57 *(.gnu.warning)
/linux-4.4.14/arch/arm/lib/
H A Dxor-neon.c33 #warning This code requires at least version 4.6 of GCC
/linux-4.4.14/drivers/watchdog/
H A Dintel_scu_watchdog.h33 /* Time from warning to reboot is 2 seconds */
H A Dintel-mid_wdt.c149 dev_err(&pdev->dev, "error requesting warning irq %d\n", mid_wdt_probe()
H A Dlantiq_wdt.c167 pr_err("watchdog closed without warning\n"); ltq_wdt_release()
/linux-4.4.14/tools/lib/traceevent/
H A Devent-utils.h26 void warning(const char *fmt, ...);
H A Dparse-utils.c49 void __weak warning(const char *fmt, ...) warning() function
H A Devent-plugin.c296 warning("could not allocate plugin memory\n"); load_plugin()
306 warning("could not load plugin '%s'\n%s\n", load_plugin()
317 warning("could not find func '%s' in plugin '%s'\n%s\n", load_plugin()
324 warning("could not allocate plugin memory\n"); load_plugin()
426 warning("could not allocate plugin memory\n"); load_plugins()
H A Dplugin_function.c74 warning("could not allocate plugin memory\n"); add_child()
100 warning("could not allocate plugin memory\n"); add_and_get_index()
/linux-4.4.14/tools/perf/util/
H A Dusage.c82 void warning(const char *warn, ...) warning() function
H A Dtrace-event-parse.c152 warning("printk format with empty entry"); parse_ftrace_printk()
H A Dconfig.c481 warning("Not enough memory to process %s/.perfconfig, " perf_config()
490 warning("File %s not owned by current user or root, " perf_config()
/linux-4.4.14/arch/sh/mm/
H A Dalignment.c29 /* 0: no warning 1: print a warning message, disabled by default */
/linux-4.4.14/tools/power/cpupower/bench/
H A Dsystem.c98 fprintf(stderr, "warning: unable to set cpu affinity\n"); set_cpu_affinity()
124 fprintf(stderr, "warning: unable to set scheduler priority\n"); set_process_priority()
/linux-4.4.14/drivers/s390/net/
H A Dctcm_dbug.h39 #define CTC_DBF_WARN 4 /* warning conditions */
/linux-4.4.14/drivers/media/pci/cx18/
H A Dcx18-alsa.h62 CX18_ALSA_DEBUG(CX18_ALSA_DBGFLG_WARN, "warning", fmt , ## args)
H A Dcx18-alsa-main.c54 "\t\t\t 1/0x0001: warning\n"
289 (void)ret; /* suppress compiler warning */ cx18_alsa_exit()
H A Dcx18-driver.h178 #define CX18_DEBUG_WARN(fmt, args...) CX18_DEBUG(CX18_DBGFLG_WARN, "warning", fmt , ## args)
192 #define CX18_DEBUG_HI_WARN(fmt, args...) CX18_DEBUG_HIGH_VOL(CX18_DBGFLG_WARN, "warning", fmt , ## args)
213 CX18_DEBUG_DEV(CX18_DBGFLG_WARN, dev, "warning", fmt , ## args)
235 CX18_DEBUG_HIGH_VOL_DEV(CX18_DBGFLG_WARN, dev, "warning", fmt , ## args)
/linux-4.4.14/drivers/media/pci/ivtv/
H A Divtv-alsa.h63 IVTV_ALSA_DEBUG(IVTV_ALSA_DBGFLG_WARN, "warning", fmt , ## args)
H A Divtv-alsa-main.c55 "\t\t\t 1/0x0001: warning\n"
307 (void)ret; /* suppress compiler warning */ ivtv_alsa_exit()
/linux-4.4.14/arch/x86/include/asm/
H A Ddwarf2.h5 #warning "asm/dwarf2.h should be only included in pure assembly files"
/linux-4.4.14/arch/x86/oprofile/
H A Dop_x86_model.h62 * The warning indicates an already running counter. If op_x86_warn_in_use()
/linux-4.4.14/arch/s390/include/asm/
H A Dnmi.h35 u64 w : 1; /* 08 warning pending */
/linux-4.4.14/arch/parisc/lib/
H A Dmemset.c42 /* Do the shift in two steps to avoid warning if long has 32 bits. */ memset()
/linux-4.4.14/tools/lib/bpf/
H A Dlibbpf.h94 * In addition, using it will trigger -Wpacked warning message,
/linux-4.4.14/drivers/scsi/
H A Dst.h213 /* When writing: ST_EOM_OK == early warning found, write OK
214 ST_EOD_1 == allow trying new write after early warning
215 ST_EOM_ERROR == early warning found, not able to write all */
H A Dscsicam.c70 u64 capacity64 = capacity; /* Suppress gcc warning */ scsicam_bios_param()
/linux-4.4.14/drivers/scsi/esas2r/
H A Desas2r_log.c50 * are critical and warning messages. if other types of messages are desired,
57 * to the system log. if critical, warning, and information-level messages are
70 "Specifies the level of events to report to the system log. Critical and warning level events are logged by default.");
H A Desas2r_log.h52 ESAS2R_LOG_WARN = 2, /* warning events */
H A Desas2r_main.c573 "warning: can_queue must be at least 1, value " esas2r_init()
578 "warning: can_queue must be no larger than 2048, " esas2r_init()
585 "warning: cmd_per_lun must be at least 1, value " esas2r_init()
590 "warning: cmd_per_lun must be no larger than " esas2r_init()
597 "warning: sg_tablesize must be at least 32, " esas2r_init()
604 "warning: esas2r_max_sectors must be at least " esas2r_init()
609 "warning: esas2r_max_sectors must be no larger " esas2r_init()
/linux-4.4.14/tools/perf/tests/
H A Dattr.py106 log.warning("expected %s=%s, got %s" % (t, self[t], other[t]))
124 log.warning("running '%s'" % path)
267 log.warning("unsupp %s" % obj.getMsg())
/linux-4.4.14/arch/arm/kernel/
H A Dunwind.c31 #warning Your compiler does not have EABI support.
32 #warning ARM unwind is known to compile only with EABI compilers.
33 #warning Change compiler or disable ARM_UNWIND option.
35 #warning Your compiler is too buggy; it is known to not compile ARM unwind support.
36 #warning Change compiler or disable ARM_UNWIND option.
/linux-4.4.14/fs/nilfs2/
H A Dthe_nilfs.c222 printk(KERN_WARNING "NILFS warning: mounting unchecked fs\n"); load_nilfs()
243 "NILFS warning: unable to fall back to spare" load_nilfs()
262 "NILFS warning: blocksize differs between " load_nilfs()
515 "NILFS warning: unable to read primary superblock " nilfs_load_super_block()
519 "NILFS warning: unable to read secondary superblock " nilfs_load_super_block()
548 printk(KERN_WARNING "NILFS warning: broken superblock. " nilfs_load_super_block()
H A Drecovery.c64 "NILFS warning: I/O error on loading last segment\n"); nilfs_warn_segment_error()
68 "NILFS warning: Segment magic number invalid\n"); nilfs_warn_segment_error()
72 "NILFS warning: Sequence number mismatch\n"); nilfs_warn_segment_error()
76 "NILFS warning: Checksum error in super root\n"); nilfs_warn_segment_error()
80 "NILFS warning: Checksum error in segment payload\n"); nilfs_warn_segment_error()
84 "NILFS warning: Inconsistent segment\n"); nilfs_warn_segment_error()
88 "NILFS warning: No super root in the last segment\n"); nilfs_warn_segment_error()
558 "NILFS warning: error recovering data block " list_for_each_entry_safe()
720 "NILFS warning: buffer sync write failed during " nilfs_finish_roll_forward()
H A Dsuper.c151 printk(KERN_WARNING "NILFS warning (device %s): %s: %pV\n", nilfs_warning()
388 "NILFS warning: unable to move secondary superblock " nilfs_move_2nd_super()
652 "NILFS warning: fail to count free inodes: err %d.\n", nilfs_statfs()
838 "NILFS warning: mounting fs with errors\n"); nilfs_setup_super()
842 "NILFS warning: maximal mount count reached\n"); nilfs_setup_super()
H A Dpage.c375 * @silent: suppress [true] or print [false] warning messages
402 * @silent: suppress [true] or print [false] warning messages
/linux-4.4.14/drivers/media/pci/saa7164/
H A Dsaa7164-fw.c181 msleep(10); /* Checkpatch throws a < 20ms warning */ saa7164_downloadimage()
238 msleep(10); /* Checkpatch throws a < 20ms warning */ saa7164_downloadfirmware()
297 msleep(10); /* Checkpatch throws a < 20ms warning */ saa7164_downloadfirmware()
368 msleep(10); /* Checkpatch throws a < 20ms warning */ saa7164_downloadfirmware()
/linux-4.4.14/arch/um/include/asm/
H A Dpage.h104 /* Cast to unsigned long before casting to void * to avoid a warning from
/linux-4.4.14/arch/x86/platform/intel-quark/
H A Dimr_selftest.c44 /* Optional warning. */ imr_self_test_result()
/linux-4.4.14/arch/arc/kernel/
H A Dvmlinux.lds.S103 *(.gnu.warning)
H A Dunaligned.c134 int no_unaligned_warning __read_mostly = 1; /* Only 1 warning by default */
/linux-4.4.14/fs/kernfs/
H A Dkernfs-internal.h29 /* +1 to avoid triggering overflow warning when negating it */
/linux-4.4.14/samples/hidraw/
H A Dhid-example.c22 #warning Please have your distro update the userspace kernel headers
/linux-4.4.14/init/
H A Ddo_mounts_initrd.c8 #warning "Sparse checking disabled for this file"
/linux-4.4.14/include/acpi/platform/
H A Dacgcc.h62 * to tell the compiler warning in a per-variable manner that a variable
/linux-4.4.14/include/uapi/linux/can/
H A Dnetlink.h108 __u32 error_warning; /* Changes to error warning state */
H A Derror.h68 #define CAN_ERR_CRTL_RX_WARNING 0x04 /* reached warning level for RX errors */
69 #define CAN_ERR_CRTL_TX_WARNING 0x08 /* reached warning level for TX errors */
/linux-4.4.14/arch/mips/kernel/
H A Dvmlinux.lds.S63 *(.gnu.warning)
H A Dlinux32.c49 rid of a compiler warning. AA() has to be used in
/linux-4.4.14/arch/m68k/mvme147/
H A Dconfig.c153 #warning check me! mvme147_hwclk()
/linux-4.4.14/arch/mips/sgi-ip22/
H A Dip22-time.c95 printk("warning: timer counts differ, retrying... "); plat_time_init()
/linux-4.4.14/arch/parisc/kernel/
H A Dvmlinux.lds.S82 *(.gnu.warning)
/linux-4.4.14/arch/arm/mm/
H A Dhighmem.c117 (void) idx; /* to kill a warning */ __kunmap_atomic()
/linux-4.4.14/arch/arm64/
H A DMakefile25 $(warning LSE atomics not supported by binutils)
/linux-4.4.14/arch/arm64/kernel/
H A Dvmlinux.lds.S111 *(.gnu.warning)
/linux-4.4.14/arch/arm/mach-omap1/
H A Dtimer.c108 * this is to remove warning. omap1_dm_timer_init()
/linux-4.4.14/arch/arm/mach-s3c24xx/include/mach/
H A Dmap.h20 * So need to define it, and here is to avoid redefinition warning.
/linux-4.4.14/tools/include/linux/
H A Dcompiler.h102 * compile-time warning.
/linux-4.4.14/drivers/acpi/acpica/
H A Dutaddress.c189 * warn - TRUE if warning on overlap desired
240 if (warn) { /* Optional warning message */ acpi_ut_check_address_range()
H A Dutstring.c226 * all namespace names to be printable. A warning message is appropriate.
262 /* Report warning only if in strict mode or debug mode */ acpi_ut_repair_name()
H A Dnspredef.c71 * For any problems found, a warning message is issued.
193 * or more objects, mark the parent node to suppress further warning acpi_ns_check_return_value()
/linux-4.4.14/fs/gfs2/
H A Dutil.c114 fs_warn(sdp, "warning: assertion \"%s\" failed at function = %s, file = %s, line = %u\n", gfs2_assert_warn_i()
123 panic("GFS2: fsid=%s: warning: assertion \"%s\" failed\n" gfs2_assert_warn_i()
/linux-4.4.14/lib/mpi/
H A Dmpi-pow.c48 mpi_size_t tsize = 0; /* to avoid compiler warning */ mpi_powm()
49 /* fixme: we should check that the warning is void */ mpi_powm()
/linux-4.4.14/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.c95 /* warning and fall through, treat as MFP_LPM_DEFAULT */ __mfp_config_gpio()
106 /* give early warning if MFP_LPM_CAN_WAKEUP is set on the __mfp_config_gpio()
H A Dgumstix.c137 ** if not, we turn it on with a warning message. */ gumstix_setup_bt_clock()
/linux-4.4.14/fs/ext2/
H A Dsuper.c109 "warning: updating to rev %d because of " ext2_update_dynamic_rev()
632 "warning: mounting unchecked fs, " ext2_setup_super()
636 "warning: mounting fs with errors, " ext2_setup_super()
642 "warning: maximal mount count reached, " ext2_setup_super()
648 "warning: checktime reached, " ext2_setup_super()
897 "warning: feature flags set on rev 0 fs, " ext2_fill_super()
1139 "warning: mounting ext3 filesystem as ext2"); ext2_fill_super()
1303 ext2_msg(sb, KERN_WARNING, "warning: refusing change of " ext2_remount()
1338 "warning: couldn't remount RDWR because of " ext2_remount()
/linux-4.4.14/
H A DMakefile611 KBUILD_CFLAGS += -Os $(call cc-disable-warning,maybe-uninitialized,)
653 $(warning Cannot use CONFIG_CC_STACKPROTECTOR_REGULAR: \
660 $(warning Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: \
672 KBUILD_CPPFLAGS += $(call cc-option,-Wno-unknown-warning-option,)
673 KBUILD_CFLAGS += $(call cc-disable-warning, unused-variable)
674 KBUILD_CFLAGS += $(call cc-disable-warning, format-invalid-specifier)
675 KBUILD_CFLAGS += $(call cc-disable-warning, gnu)
676 # Quiet clang warning: comparison of unsigned expression < 0 is always false
677 KBUILD_CFLAGS += $(call cc-disable-warning, tautological-compare)
687 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable)
688 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable)
754 KBUILD_CFLAGS += $(call cc-disable-warning, pointer-sign)
/linux-4.4.14/fs/logfs/
H A Dinode.c251 * will notice one remaining inode and print a frightening warning message.
252 * Worse, it is impossible to judge whether such a warning was caused by the
256 * purpose is to create a new inode that will not trigger the warning if such
/linux-4.4.14/drivers/staging/unisys/include/
H A Dguestlinuxdebug.h138 * set info=warning */
/linux-4.4.14/drivers/tty/serial/
H A Dearlycon.c188 * don't generate a warning from parse_early_params() in that case param_setup_earlycon()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
H A Dsymlink.c61 * will print a warning to the console, avoid this by ll_readlink_internal()
/linux-4.4.14/drivers/regulator/
H A Drc5t583-regulator.c155 * just give warning. rc5t583_regulator_probe()
/linux-4.4.14/drivers/md/
H A Ddm-cache-metadata.h25 * A metadata device larger than 16GB triggers a warning.
H A Ddm-thin-metadata.h22 * A metadata device larger than 16GB triggers a warning.
/linux-4.4.14/drivers/media/common/b2c2/
H A Dflexcop-common.h24 #warning please define a log prefix for your file, using a default one
/linux-4.4.14/drivers/mtd/maps/
H A Dscx200_docflash.c194 printk(KERN_WARNING NAME ": warning, flash mapping is smaller than flash size\n"); init_scx200_docflash()
H A Dscb2_flash.c149 ": warning - can't reserve rom window, continuing\n"); scb2_flash_probe()
/linux-4.4.14/drivers/hwmon/
H A Dab8500.c7 * When the AB8500 thermal warning temperature is reached (threshold cannot
/linux-4.4.14/drivers/input/keyboard/
H A Damikbd.c175 [0] = KERN_ALERT "amikbd: Ctrl-Amiga-Amiga reset warning!!\n", amikbd_init_console_keymaps()
/linux-4.4.14/drivers/media/usb/hdpvr/
H A Dhdpvr-control.c98 (void)ret; /* suppress compiler warning */ get_input_lines_info()
/linux-4.4.14/drivers/nubus/
H A Dproc.c64 #warning Need to set some I/O handlers here
/linux-4.4.14/arch/x86/entry/vdso/
H A Dvdso2c.h12 unsigned long load_size = -1; /* Work around bogus warning */ go()
/linux-4.4.14/mm/
H A Dearly_ioremap.c89 "Debug warning: early ioremap leak of %d areas detected.\n" check_early_ioremap_leak()
/linux-4.4.14/security/tomoyo/
H A Dmemory.c12 * tomoyo_warn_oom - Print out of memory warning message.
/linux-4.4.14/arch/powerpc/kernel/
H A Drtas-proc.c486 return "(warning high)"; ppc_rtas_process_error()
490 return "(warning low)"; ppc_rtas_process_error()
525 "EPOW Reset", "Cooling warning", "Power warning", ppc_rtas_process_sensor()
/linux-4.4.14/arch/metag/mm/
H A Dmmu-meta2.c88 * fix them and emit a warning. If we left them without priv protection repriv_mmu_tables()
/linux-4.4.14/arch/mips/sni/
H A Dtime.c145 printk("warning: timer counts differ, retrying... "); plat_time_init()
/linux-4.4.14/arch/mips/vdso/
H A DMakefile32 $(warning MIPS VDSO requires binutils >= 2.25)
/linux-4.4.14/arch/mn10300/boot/tools/
H A Dbuild.c157 "warning: kernel is too big for standalone boot " main()
/linux-4.4.14/arch/arm/kvm/
H A Dhandle_exit.c36 return -EINVAL; /* Squash warning */ handle_svc_hyp()
/linux-4.4.14/drivers/gpio/
H A Dgpio-xtensa.c66 *cpenable = 0; /* avoid uninitialized value warning */ enable_cp()
/linux-4.4.14/tools/perf/ui/tui/
H A Dutil.c255 .warning = perf_tui__warning,
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Ddt2801.c89 /* ignore 'defined but not used' warning */
109 /* ignore 'defined but not used' warning */
H A Djr3_pci.h103 /* The warning_bits structure shows the bit pattern for the warning
200 * includes filtered, unfiltered, raw, rate, counters, error and warning data
458 * and warning words (pg. 14), provide this critical information.
549 /* Warnings & errors contain the warning and error bits
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_fifo_underrun.c338 * This handles a CPU fifo underrun interrupt, generating an underrun warning
366 * This handles a PCH fifo underrun interrupt, generating an underrun warning
/linux-4.4.14/arch/x86/
H A DMakefile133 $(warning stack-protector enabled but compiler support broken)
148 $(warning CONFIG_X86_X32 enabled but no binutils support)
/linux-4.4.14/drivers/char/hw_random/
H A Dintel-rng.c308 static __initdata /*const*/ char warning[] = intel_init_hw_struct() local
316 pr_warn("%s", warning); intel_init_hw_struct()
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Dras.c185 /* Handle environmental and power warning (EPOW) interrupts. */ ras_epow_interrupt()
221 * the error is deemed recoverable, we log a warning and return.
/linux-4.4.14/arch/sh/include/asm/
H A Dhd64461.h151 #define HD64461_PCCISR_BVD_BATWARN 0x01 /* battery low warning */
172 #define HD64461_PCCCSCR_BW 0x02 /* battery warning change */
/linux-4.4.14/arch/m68k/kernel/
H A Dsetup_mm.c49 #warning No CPU/platform type selected, your kernel will not work!
50 #warning Are you building an allnoconfig kernel?
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
H A Ddebug.c328 return "warning"; libcfs_debug_dbg2str()
432 /* don't print warning for lctl set_param debug=0 or -1 */ libcfs_debug_str2mask()
/linux-4.4.14/drivers/scsi/bnx2fc/
H A D57xx_hsi_bnx2fc.h845 * FCoE error/warning reporting entry $$KEEP_ENDIANNESS$$
855 * FCoE error/warning reporting entry $$KEEP_ENDIANNESS$$
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c414 DRM_INFO("%s: *warning* failed to resume stream %i\n", vmw_overlay_resume_all()
442 DRM_INFO("%s: *warning* stream %i already paused\n", vmw_overlay_pause_all()
/linux-4.4.14/drivers/media/usb/gspca/
H A Dsq905.c147 * Acknowledge the end of a frame - see warning on sq905_command.
169 * request and read a block of data - see warning on sq905_command.
/linux-4.4.14/drivers/media/i2c/
H A Dir-kbd-i2c.c233 /* Only a warning */ get_key_avermedia_cardbus()
234 dprintk(1, "warning: invalid key group 0x%02x for key 0x%02x\n", get_key_avermedia_cardbus()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dfirmware.c106 brcmf_dbg(INFO, "warning: ln=%d:col=%d: ignoring invalid character\n", brcmf_nvram_handle_idle()
131 brcmf_dbg(INFO, "warning: ln=%d:col=%d: '=' expected, skip invalid key entry\n", brcmf_nvram_handle_key()
/linux-4.4.14/drivers/power/
H A Dda9150-fg.c411 /* Handle warning/critical threhold events */ da9150_fg_irq()
492 dev_warn(dev, "Invalid SOC warning level provided, Ignoring"); da9150_fg_probe()
/linux-4.4.14/scripts/kconfig/
H A Dzconf.y174 zconfprint("warning: menuconfig statement without prompt");
236 zconfprint("warning: ignoring unknown option %s", $2);
/linux-4.4.14/arch/powerpc/mm/
H A Dinit_64.c70 #warning Limited user VSID range means pagetable space is wasted
74 #warning TASK_SIZE is smaller than it needs to be.
/linux-4.4.14/arch/s390/pci/
H A Dpci_dma.c448 * simultaneous access via IOMMU and DMA API. So let's issue a warning. zpci_dma_init_device()
489 * simultaneous access via IOMMU and DMA API. So let's issue a warning. zpci_dma_exit_device()
/linux-4.4.14/tools/testing/ktest/
H A Dktest.pl1486 open(PTSFD, "Stop perl from warning about single use of PTSFD");
1511 open(MONFD, "Stop perl from warning about single use of MONFD");
2202 my $check_build_re = ".*:.*(warning|error|Error):.*";
2211 # do things differently causing warning lines
2246 my $warning = process_warning_line $_;
2248 $warnings_list{$warning} = 1;
2255 # then we fail on any warning!
2260 my $warning = process_warning_line $_;
2262 if (!defined $warnings_list{$warning}) {
2263 fail "New warning found (not in $warnings_file)\n$_\n";
2294 if (/^\s*(.*?):.*(warning|error)/) {
/linux-4.4.14/drivers/tty/serial/8250/
H A D8250_hp300.c23 #warning CONFIG_SERIAL_8250 defined but neither CONFIG_HPDCA nor CONFIG_HPAPCI defined, are you sure?
/linux-4.4.14/drivers/uwb/
H A Dwhci.c203 dev_warn(&pci->dev, "warning: cannot bind capability " whci_probe()
/linux-4.4.14/drivers/net/can/
H A Dti_hecc.c169 #define HECC_CANES_EW BIT(16) /* Error warning status */
195 #define HECC_CANGIM_DEF_MASK 0x700 /* only busoff/warning/passive */
677 if (int_status & HECC_CANGIF_WLIF) { /* warning level int */ ti_hecc_error()
709 * ensure warning interrupts don't hog the system ti_hecc_error()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgk20a.c252 /* Enable hardware warning exceptions */ gk20a_gr_init()
/linux-4.4.14/drivers/mfd/
H A Drc5t583.c284 /* Still continue with warning, if irq init fails */ rc5t583_i2c_probe()
/linux-4.4.14/drivers/of/
H A Dfdt_address.c178 pr_err("FDT: warning: device tree node '%s' has no address.\n", fdt_translate_address()
/linux-4.4.14/drivers/parport/
H A Dprobe.c100 printk(KERN_WARNING "%s probe: warning, class '%s' not understood.\n", port->name, sep); parse_data()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dtxrx.c65 ath10k_warn(ar, "warning: msdu_id %d too big, ignoring\n", ath10k_txrx_tx_unref()
/linux-4.4.14/drivers/power/reset/
H A Dltc2952-poweroff.c209 * it is worth a warning if its use was defined in the device ltc2952_poweroff_init()
/linux-4.4.14/drivers/cpufreq/
H A Dmaple-cpufreq.c49 /* warning: PSR is a 64 bits register */

Completed in 6095 milliseconds

12345