Searched refs:quiet (Results 26 - 50 of 103) sorted by last modified time

12345

/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh2015 if systemctl is-active --quiet lldpad; then
/linux-master/tools/testing/selftests/bpf/
H A Dbench.c19 .quiet = false,
266 { "quiet", 'q', NULL, 0, "Be more quiet"},
342 env.quiet = true;
606 if (!env.quiet)
661 if (!env.quiet)
H A Dveristat.c146 bool quiet; member in struct:env
219 { "quiet", 'q', NULL, 0, "Quiet mode" },
257 env.quiet = true;
970 if (!env.quiet) {
976 if (!env.quiet) {
1075 if (!env.quiet && env.out_fmt == RESFMT_TABLE)
2114 if (env.verbose && env.quiet) {
2115 fprintf(stderr, "Verbose and quiet modes are incompatible, please specify just one or neither!\n\n");
/linux-master/fs/pstore/
H A Dinode.c397 void pstore_get_records(int quiet) argument
405 pstore_get_backend_records(psinfo, root, quiet);
/linux-master/fs/fat/
H A Dinode.c992 if (opts->quiet)
993 seq_puts(m, ",quiet");
1068 {Opt_quiet, "quiet"},
1158 opts->quiet = opts->showexec = opts->sys_immutable = opts->dotsOK = 0;
1207 opts->quiet = 1;
/linux-master/drivers/md/bcache/
H A Dsuper.c2524 bool quiet = false; local
2591 quiet = true;
2656 if (!quiet)
/linux-master/drivers/block/
H A Dpktcdvd.c740 if (cgc->quiet)
790 cgc.quiet = 1;
1546 cgc.quiet = 1;
1575 cgc.quiet = 1;
1915 * caching mode page might not be there, so quiet this command
1917 cgc.quiet = 1;
/linux-master/tools/tracing/rtla/src/
H A Dosnoise_top.c39 int quiet; member in struct:osnoise_top_params
260 if (!params->quiet)
303 " -q/--quiet print only a summary at the end",
376 {"quiet", no_argument, 0, 'q'},
469 params->quiet = 1;
752 if (!params->quiet)
/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c75 static void sisfb_search_mode(char *name, bool quiet);
143 static void sisfb_search_vesamode(unsigned int vesamode, bool quiet) argument
150 if(!quiet)
178 if((!j) && !quiet)
182 static void sisfb_search_mode(char *name, bool quiet) argument
192 if(!quiet)
200 if(!quiet)
230 sisfb_search_vesamode(simple_strtoul(name, NULL, 0), quiet);
255 if((!j) && !quiet)
/linux-master/tools/perf/tests/shell/
H A Drecord.sh40 if ! perf record -o /dev/null --quiet ${testprog} 2> /dev/null
/linux-master/tools/perf/
H A Dbuiltin-lock.c1357 if (quiet || total == 0 || (broken == 0 && verbose <= 0))
1376 if (!quiet) {
1718 if (!quiet) {
1846 if (quiet || total == 0 || (broken == 0 && verbose <= 0))
1868 if (quiet || total == 0 || (bad == 0 && verbose <= 0))
1902 if (!quiet)
2575 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"),
H A Dbuiltin-annotate.c764 OPT_BOOLEAN('q', "quiet", &quiet, "do now show any warnings or messages"),
900 if (quiet)
/linux-master/security/apparmor/
H A Dpolicy_unpack.c660 aa_unpack_u32(e, &perm->quiet, NULL) &&
941 if (!aa_unpack_cap_low(e, &rules->caps.quiet, NULL))
953 if (!aa_unpack_cap_high(e, &rules->caps.quiet, NULL))
H A Dlib.c25 .quiet = ALL_PERMS_MASK,
319 perms->quiet = 0;
325 perms->quiet = ALL_PERMS_MASK;
416 denied &= ~perms->quiet;
H A Ddomain.c290 perms->audit = perms->quiet = perms->kill = 0;
H A Dapparmorfs.c803 perms.allow, perms.deny, perms.audit, perms.quiet);
2357 #define PERMS32STR "allow deny subtree cond kill complain prompt audit quiet hide xindex tag label"
2383 AA_SFS_FILE_STRING("perms", "allow deny audit quiet"),
H A Dmount.c161 /* quiet known rejects, assumes quiet and kill do not overlap */
162 if ((request & perms->quiet) &&
165 request &= ~perms->quiet;
H A Dpolicy_compat.c119 perms.quiet = map_old_perms(dfa_user_quiet(dfa, state));
134 perms.quiet = map_old_perms(dfa_other_quiet(dfa, state));
218 perms.quiet = dfa_user_quiet(dfa, state);
242 perms.quiet |= map_other(dfa_other_quiet(dfa, state));
244 perms.quiet |= map_xbits(dfa_other_xbits(dfa, state));
/linux-master/scripts/kconfig/
H A DMakefile16 ifeq ($(quiet),silent_)
/linux-master/scripts/
H A Dcheckpatch.pl25 my $quiet = 0;
87 -q, --quiet quiet
294 'q|quiet+' => \$quiet,
442 $quiet++;
1330 if ($#ARGV > 0 && $quiet == 0) {
1351 if (!$quiet) {
7673 # so just keep quiet.
7685 # just keep quiet
[all...]
H A Ddecode_stacktrace.sh105 release=$(gdb -ex 'print init_uts_ns.name.release' -ex 'quit' -quiet -batch "$vmlinux" 2>/dev/null | sed -n 's/\$1 = "\(.*\)".*/\1/p')
H A Dcheck-uapi.sh141 ! git diff --quiet
530 quiet="false"
554 quiet="true"
559 quiet="false"
566 if [ "$quiet" = "true" ]; then
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py780 def initFtrace(self, quiet=False):
783 if not quiet:
848 if not quiet:
5455 def executeSuspend(quiet=False):
5463 if not quiet:
5469 if not quiet:
5495 if not quiet:
5573 if not quiet:
5578 if not quiet:
6126 def processData(live=False, quiet
[all...]
/linux-master/tools/build/
H A DMakefile.build16 quiet =
19 quiet=quiet_
32 quiet=silent_
/linux-master/security/apparmor/include/
H A Dperms.h81 u32 quiet; /* set only when ~allow | deny */ member in struct:aa_perms
113 accum->quiet &= addend->quiet & ~addend->allow;
140 accum->quiet &= addend->quiet & ~accum->allow;

Completed in 602 milliseconds

12345