Searched refs:warning (Results 1 - 25 of 106) sorted by relevance

12345

/linux-master/include/linux/mtd/
H A Dxip.h68 #warning "missing IRQ and timer primitives for XIP MTD support"
69 #warning "some of the XIP MTD support code will be disabled"
70 #warning "your system will therefore be unresponsive when writing or erasing flash"
/linux-master/include/linux/byteorder/
H A Dlittle_endian.h8 #warning inconsistent configuration, CONFIG_CPU_BIG_ENDIAN is set
H A Dbig_endian.h8 #warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN
/linux-master/include/uapi/linux/
H A Dcyclades.h6 #warning "Support for features provided by this header has been removed"
7 #warning "Please consider updating your code"
H A Dtypes.h10 #warning "Attempt to use kernel headers from user space, see https://kernelnewbies.org/KernelHeaders"
/linux-master/scripts/
H A DMakefile.extrawarn5 # There are four warning groups enabled by W=1, W=2, W=3, and W=e
18 KBUILD_CFLAGS += $(call cc-disable-warning,frame-address,)
19 KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member)
42 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable)
43 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable)
46 KBUILD_CFLAGS += $(call cc-disable-warning, dangling-pointer)
68 # choice, we must perform a versioned check to disable this warning.
109 KBUILD_CFLAGS += $(call cc-disable-warning, unused-but-set-variable)
110 KBUILD_CFLAGS += $(call cc-disable-warning, unused-const-variable)
111 KBUILD_CFLAGS += $(call cc-disable-warning, restric
[all...]
H A Drust_is_available.sh41 # If the script fails for any reason, or if there was any warning, then
43 warning=0
44 trap 'if [ $? -ne 0 ] || [ $warning -ne 0 ]; then print_docs_reference; fi' EXIT
126 warning=1
174 warning=1
245 warning=1
/linux-master/arch/arm/include/asm/
H A Dprocinfo.h44 #warning "Please include asm/elf.h instead"
/linux-master/Documentation/sphinx/
H A Dkernellog.py16 logger.warning(message)
/linux-master/tools/perf/ui/
H A Dutil.c29 .warning = perf_stdio__warning,
55 ret = perf_eops->warning(format, args);
H A Dutil.h18 int (*warning)(const char *format, va_list args); member in struct:perf_error_ops
/linux-master/tools/testing/selftests/arm64/mte/
H A DMakefile32 $(warning compiler "$(CC)" does not support the ARMv8.5 MTE extension.)
33 $(warning test program "mte" will not be created.)
/linux-master/arch/x86/include/asm/
H A Ddwarf2.h6 #warning "asm/dwarf2.h should be only included in pure assembly files"
/linux-master/kernel/sched/
H A DMakefile5 ccflags-y += $(call cc-disable-warning, unused-but-set-variable)
/linux-master/include/linux/platform_data/
H A Dkeypad-omap.h9 #warning Please update the board to use matrix-keypad driver
/linux-master/drivers/misc/cxl/
H A DMakefile2 ccflags-y := $(call cc-disable-warning, unused-const-variable)
/linux-master/scripts/dtc/include-prefixes/dt-bindings/pinctrl/
H A Dsamsung.h18 #warning "These bindings are deprecated. Instead use the header in the DTS source directory."
/linux-master/include/dt-bindings/pinctrl/
H A Dsamsung.h18 #warning "These bindings are deprecated. Instead use the header in the DTS source directory."
/linux-master/lib/
H A Dbug.c32 - report_bug() will return whether it was a false alarm, a warning,
161 unsigned line, warning, once, done; local
174 warning = (bug->flags & BUGFLAG_WARNING) != 0;
178 if (warning && once) {
197 if (warning) {
/linux-master/arch/alpha/kernel/
H A Dvmlinux.lds.S32 *(.gnu.warning)
/linux-master/tools/rcu/
H A Dextract-stall.sh7 echo initial line of the stall warning but trailing-lines includes it.
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib_private.h23 #warning "Only include ice_vf_lib_private.h in CONFIG_PCI_IOV virtualization files"
/linux-master/arch/mips/include/uapi/asm/
H A Dmsgbuf.h65 #warning no endianness set
/linux-master/tools/perf/ui/gtk/
H A Dutil.c109 .warning = perf_gtk__warning_info_bar,
111 .warning = perf_gtk__warning_statusbar,
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dparse-build.sh38 grep warning: < $F > $T/warnings

Completed in 268 milliseconds

12345