Home
last modified time | relevance | path

Searched refs:quiet (Results 1 – 11 of 11) sorted by relevance

/scripts/
Dcheck-uapi.sh141 ! git diff --quiet
530 quiet="false"
554 quiet="true"
559 quiet="false"
566 if [ "$quiet" = "true" ]; then
Dnsdeps29 $SPATCH --very-quiet --in-place --sp-file \
DKbuild.include82 kecho := $($(quiet)kecho)
123 # If quiet is "silent_", print nothing and sink stdout
124 # If quiet is "quiet_", print short log
125 # If quiet is empty, print short log and whole command
153 cmd = @$(if $(cmd_$(1)),set -e; $($(quiet)log_print) $(delete-on-interrupt) $(cmd_$(1)),:)
Ddecode_stacktrace.sh98 …release=$(gdb -ex 'print init_uts_ns.name.release' -ex 'quit' -quiet -batch "$vmlinux" 2>/dev/null…
Dcheckpatch.pl25 my $quiet = 0;
296 'q|quiet+' => \$quiet,
445 $quiet++;
1334 if ($#ARGV > 0 && $quiet == 0) {
1355 if (!$quiet) {
7744 if ($summary && !($clean == 1 && $quiet == 1)) {
7751 if ($quiet == 0) {
7797 if (!$quiet) {
7811 if ($quiet == 0) {
/scripts/dtc/
Ddtc.c14 int quiet; /* Level of quietness */ variable
178 quiet = 0; in main()
220 quiet++; in main()
Ddtc.h37 extern int quiet; /* Level of quietness */
Dchecks.c71 if (!(c->warn && (quiet < 1)) && !(c->error && (quiet < 2))) in check_msg()
2084 } else if (quiet < 3) { in process_checks()
Dflattree.c380 if (quiet < 1) in dt_to_blob()
/scripts/coccinelle/api/
Datomic_as_refcounter.cocci9 // Options: --include-headers --very-quiet
/scripts/kconfig/
DMakefile16 ifeq ($(quiet),silent_)