Home
last modified time | relevance | path

Searched full:warning (Results 1 – 19 of 19) sorted by relevance

/kvm-unit-tests/scripts/
H A Dvmm.bash7 # user by automatically create one, and then prints a warning
9 # --loglevel=warning: reduce verbosity
10 : "${KVMTOOL_DEFAULT_OPTS:="--nodefaults --network mode=none --loglevel=warning"}"
71 if ! grep -qvi warning <<<"$errors" ; then
H A Dget_maintainer.pl665 print("$x->{file}:$x->{linenr}: warning: duplicate section header\t$x->{line}\n");
685 print("$x->{file}:$x->{linenr}: warning: section without email address\t$x->{line}\n");
688 print("$x->{file}:$x->{linenr}: warning: section without status \t$x->{line}\n");
691 print("$x->{file}:$x->{linenr}: warning: section without file pattern\t$x->{line}\n");
711 print("$x->{file}:$x->{linenr}: warning: no file matches\t$x->{line}\n");
732 print("$x->{file}:$x->{linenr}: warning: possible bad link\t$x->{line}\n");
743 print("$x->{file}:$x->{linenr}: warning: malformed entry\t$x->{line}\n");
766 print("$x->{file}:$x->{linenr}: warning: possible bad link\t$x->{line}\n");
H A Darch-run.bash122 # These fds appear to be unused to shellcheck so quieten the warning.
H A Dcheckpatch.pl194 print(YELLOW . "WARNING" . RESET);
603 …(?:[a-z0-9]+_){1,2}(?:printk|emerg|alert|crit|err|warning|warn|notice|info|debug|dbg|vdbg|devel|co…
1657 } elsif ($res =~ /^.\s*\#\s*(?:error|warning)\s+(.*)\b/) {
1659 $res =~ s@(\#\s*(?:error|warning)\s+).*@$1$clean@;
2350 } elsif ($level eq 'WARNING') {
2486 if (report("WARNING", $type, $msg)) {
3277 ($line =~ /^\s*(?:WARNING:|BUG:)/ ||
4881 $level = "warn" if ($level eq "warning");
4894 $level = "warn" if ($level eq "warning");
4908 # least the arch entry code will not trigger this warning.
[all …]
H A Dkernel-doc234 # Spit a warning as it's not
407 printf STDERR "Warning: Sphinx version not found. Using default (Sphinx version %d.%d.%d)\n",
453 print STDERR "$location: warning: $msg";
/kvm-unit-tests/lib/
H A Dalloc_phys.c109 printf("WARNING: phys_alloc: No free log entries, " in phys_alloc_aligned_safe()
H A Dpci-host-generic.c194 printf("%s: warning: can't satisfy request for ", __func__); in pci_alloc_resource()
/kvm-unit-tests/lib/arm/
H A Dio.c102 printf("WARNING: early print support may not work. " in io_init()
/kvm-unit-tests/lib/riscv/
H A Dio.c116 printf("WARNING: early print support may not work. " in io_init()
/kvm-unit-tests/lib/linux/
H A Dcompiler.h84 * fall back to memcpy and print a compile-time warning.
/kvm-unit-tests/powerpc/
H A Dtm.c74 * WARNING: This tests for a known vulnerability in which the host may go down.
H A Dsprs.c470 puts("Warning: Unknown processor version, falling back to common SPRs!\n"); in setup_sprs()
528 report_abort("Warning: Unsupported argument: %s", in main()
/kvm-unit-tests/lib/ppc64/
H A Dmmu.c181 /* print warning */ in setup_mmu()
/kvm-unit-tests/lib/s390x/
H A Dsclp-console.c300 sclp_print_ascii("Warning: Printing is limited to 2KB of data."); in sclp_print()
301 sclp_print_lm("Warning: Printing is limited to 2KB of data."); in sclp_print()
/kvm-unit-tests/lib/powerpc/
H A Dsetup.c68 printf("Warning: Number of present CPUs exceeds maximum supported (%d).\n", NR_CPUS); in cpu_set()
/kvm-unit-tests/s390x/
H A Dpv-icptcode.c30 * Warning: A lot of things influence time so decreasing the timer by
/kvm-unit-tests/riscv/
H A Dsbi-dbtr.c153 /* WARNING: Skips over the trapped intruction */ in dbtr_exception_handler()
/kvm-unit-tests/x86/
H A Dvmx.c2088 printf("WARNING: vmx not supported, add '-cpu host'\n"); in main()
H A Dvmx_tests.c1276 printf("WARNING: unsupported invept passed!\n"); in invept_test()
1278 printf("WARNING: invept failed!\n"); in invept_test()