Searched full:warning (Results 1 – 19 of 19) sorted by relevance
/kvm-unit-tests/scripts/ |
H A D | vmm.bash | 7 # 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 D | get_maintainer.pl | 665 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 D | arch-run.bash | 122 # These fds appear to be unused to shellcheck so quieten the warning.
|
H A D | checkpatch.pl | 194 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 D | kernel-doc | 234 # 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 D | alloc_phys.c | 109 printf("WARNING: phys_alloc: No free log entries, " in phys_alloc_aligned_safe()
|
H A D | pci-host-generic.c | 194 printf("%s: warning: can't satisfy request for ", __func__); in pci_alloc_resource()
|
/kvm-unit-tests/lib/arm/ |
H A D | io.c | 102 printf("WARNING: early print support may not work. " in io_init()
|
/kvm-unit-tests/lib/riscv/ |
H A D | io.c | 116 printf("WARNING: early print support may not work. " in io_init()
|
/kvm-unit-tests/lib/linux/ |
H A D | compiler.h | 84 * fall back to memcpy and print a compile-time warning.
|
/kvm-unit-tests/powerpc/ |
H A D | tm.c | 74 * WARNING: This tests for a known vulnerability in which the host may go down.
|
H A D | sprs.c | 470 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 D | mmu.c | 181 /* print warning */ in setup_mmu()
|
/kvm-unit-tests/lib/s390x/ |
H A D | sclp-console.c | 300 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 D | setup.c | 68 printf("Warning: Number of present CPUs exceeds maximum supported (%d).\n", NR_CPUS); in cpu_set()
|
/kvm-unit-tests/s390x/ |
H A D | pv-icptcode.c | 30 * Warning: A lot of things influence time so decreasing the timer by
|
/kvm-unit-tests/riscv/ |
H A D | sbi-dbtr.c | 153 /* WARNING: Skips over the trapped intruction */ in dbtr_exception_handler()
|
/kvm-unit-tests/x86/ |
H A D | vmx.c | 2088 printf("WARNING: vmx not supported, add '-cpu host'\n"); in main()
|
H A D | vmx_tests.c | 1276 printf("WARNING: unsupported invept passed!\n"); in invept_test() 1278 printf("WARNING: invept failed!\n"); in invept_test()
|