Searched refs:quiet (Results 1 – 11 of 11) sorted by relevance
20 linux rootfstype=hostfs rw init="$RUNFILE" TESTDIR=`pwd` PATH="$PATH" $* quiet
113 int quiet = 0; in kill_main() local177 quiet = 1; in kill_main()283 if (!quiet) in kill_main()294 if (!quiet) in kill_main()
152 int quiet = 0; in swap_enable_disable() local159 quiet = (OPT_ALL && (errno == EINVAL || errno == ENOENT)); in swap_enable_disable()173 quiet = (OPT_ALL && errno == EBUSY); in swap_enable_disable()180 if (err && !quiet) { in swap_enable_disable()
36 rpm2cpio "${rpm}" | cpio -tv --quiet
102 # If quiet is set, only print short version of command122 # echo command. Short version is $(quiet) equals quiet, otherwise full command123 echo-cmd = $(if $($(quiet)cmd_$(1)), \124 echo ' $(call escsq,$($(quiet)cmd_$(1)))';)
96 cmd = @$(if $($(quiet)cmd_$(1)),echo ' $($(quiet)cmd_$(1))' &&) $(cmd_$(1))
497 smallint quiet = 0; in unzip_main() local587 quiet++; in unzip_main()682 if (quiet <= 1) { /* not -qq */ in unzip_main()683 if (quiet == 0) { in unzip_main()927 if (!quiet) { in unzip_main()993 if (!quiet) { in unzip_main()1044 if ((opts & OPT_l) && quiet <= 1) { in unzip_main()
490 static int serial_open(const char *dev, bool quiet) in serial_open() argument495 if (fd < 0 && !quiet) in serial_open()
254 quiet = macro257 quiet=quiet_ macro265 quiet=silent_ macro268 export quiet Q KBUILD_VERBOSE661 $(Q)$(if $($(quiet)cmd_sysmap), \
139 disp_doc = $($(quiet)cmd_doc)
660 * unless we were told to be quiet */