Searched refs:warning (Results 76 - 100 of 106) sorted by relevance

12345

/linux-master/tools/perf/ui/tui/
H A Dutil.c273 .warning = perf_tui__warning,
/linux-master/Documentation/sphinx/
H A Dcdomain.py227 self.state_machine.reporter.warning(
H A Dkfigure.py582 return [self.state_machine.reporter.warning(
589 return [self.state_machine.reporter.warning(
/linux-master/tools/testing/selftests/kvm/
H A Ddemand_paging_test.c300 #warning "missing __NR_userfaultfd definition"
/linux-master/arch/x86/kernel/
H A Dvmlinux.lds.S155 *(.gnu.warning)
/linux-master/arch/arm64/kernel/
H A Dvmlinux.lds.S183 *(.gnu.warning)
/linux-master/drivers/regulator/
H A Dda9121-regulator.c144 #define DA9121_STATUS(id, bank, name, notification, warning) \
149 notification, warning }
152 #define DA9xxx_STATUS(id, bank, name, notification, warning) \
157 notification, warning }
707 * or a warning given for unexpected events - those from device POR, and
/linux-master/tools/perf/util/
H A Ddebug.c289 DEBUG_WRAPPER(warning, 0);
/linux-master/arch/s390/
H A DMakefile38 KBUILD_CFLAGS_DECOMPRESSOR += $(call cc-disable-warning, address-of-packed-member)
/linux-master/tools/perf/Documentation/
H A DMakefile205 DO_INSTALL_MAN = $(warning Please install $(missing_tools) to have the man pages installed)
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_pgtable.c23 #warning Limited user VSID range means pagetable space is wasted
/linux-master/include/linux/mtd/
H A Dcfi.h62 #warning No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work.
H A Dmap.h127 #warning "No CONFIG_MTD_MAP_BANK_WIDTH_xx selected. No NOR chip support can work"
/linux-master/tools/testing/selftests/mm/
H A Duffd-stress.c472 #warning "missing __NR_userfaultfd definition"
H A Duffd-unit-tests.c1559 #warning "missing __NR_userfaultfd definition"
/linux-master/samples/bpf/
H A DMakefile221 $(warning WARNING: Detected possible issues with include path.)
222 $(warning WARNING: Please install kernel headers locally (make headers_install).)
407 -Wno-unknown-warning-option $(CLANG_ARCH_ARGS) \
/linux-master/tools/testing/ktest/
H A Dktest.pl524 my $check_build_re = ".*:.*(warning|error|Error):.*";
1672 open(PTSFD, "Stop perl from warning about single use of PTSFD");
1700 open(MONFD, "Stop perl from warning about single use of MONFD");
2442 # do things differently causing warning lines
2477 my $warning = process_warning_line $_;
2479 $warnings_list{$warning} = 1;
2486 # then we fail on any warning!
2491 my $warning = process_warning_line $_;
2493 if (!defined $warnings_list{$warning}) {
2494 fail "New warning foun
[all...]
/linux-master/drivers/parport/
H A Dparport_ip32.c72 # warning DEBUG_PARPORT_IP32 == 1
74 # warning DEBUG_PARPORT_IP32 == 2
76 # warning DEBUG_PARPORT_IP32 >= 3
/linux-master/drivers/tty/vt/
H A Dvc_screen.c68 #warning "/dev/vcs* devices may not accommodate more than 63 consoles"
/linux-master/scripts/
H A Dsphinx-pre-install886 printf " warning when the same name is used for more than one type (functions,\n";
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_object.c184 #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \
/linux-master/drivers/media/dvb-frontends/
H A Ddib0070.c654 #warning forcing SBAND
/linux-master/drivers/rtc/
H A Drtc-cmos.c981 #warning Assuming 128 bytes of RTC+NVRAM address space, not 64 bytes.
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py1577 if re.match('capability: warning: .*', msg):
2462 warning = self.sv.verbose and abs(mismatch) > 1
2474 if warning:
2482 if warning:
2487 if warning:
2492 if warning:
2500 if warning:
2511 if warning:
2514 if warning and ('[make leaf]', line) not in info:
2516 if warning
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.c505 #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \

Completed in 235 milliseconds

12345