Searched refs:quiet (Results 51 - 75 of 103) sorted by relevance

12345

/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/tools/perf/
H A Dbuiltin-report.c484 if (quiet)
558 if (!quiet) {
581 hists__fprintf(hists, !quiet, 0, 0, rep->min_percent, stdout,
587 if (!quiet)
1314 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"),
1538 if (quiet)
1725 if ((report.header || report.header_only) && !quiet) {
1739 } else if (use_browser == 0 && !quiet &&
H A Dbuiltin-probe.c534 OPT_BOOLEAN('q', "quiet", &quiet,
535 "be quiet (do not show any warnings or messages)"),
634 if (quiet) {
H A Dbuiltin-diff.c956 hists__fprintf(hists, !quiet, 0, 0, 0, stdout,
1004 if (!quiet) {
1011 if (verbose > 0 || ((data__files_cnt > 2) && !quiet))
1265 OPT_BOOLEAN('q', "quiet", &quiet, "Do not show any warnings or messages"),
1966 if (quiet)
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"),
/linux-master/fs/ubifs/
H A Drecovery.c985 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; local
1005 ret = ubifs_scan_a_node(c, buf, len, lnum, offs, quiet);
1033 if (quiet) {
1035 quiet = 0;
H A Dubifs.h1763 int lnum, int offs, int quiet, int must_chk_crc);
1779 int offs, void *sbuf, int quiet);
1782 int offs, int quiet);
/linux-master/arch/x86/boot/
H A Dgenimage.sh256 -quiet -o "$FIMAGE" -b isolinux.bin \
H A DMakefile80 $(obj)/zoffset.h $@ $($(quiet)redirect_image)
/linux-master/include/linux/
H A Dcdrom.h28 int quiet; member in struct:packet_command
/linux-master/tools/bpf/bpftool/
H A Dmain.h143 int open_obj_pinned(const char *path, bool quiet);
H A Dcommon.c196 int open_obj_pinned(const char *path, bool quiet) argument
203 if (!quiet)
210 if (!quiet)
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_bpf_hashmap_lookup.c253 if (env.quiet) {
/linux-master/scripts/
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')
/linux-master/tools/perf/util/
H A Ddebug.c38 bool dump_trace = false, quiet = false; variable
/linux-master/tools/testing/selftests/net/
H A Dnettest.c144 static int quiet; variable
165 if (quiet)
183 if (quiet)
201 if (quiet)
219 if (quiet)
1322 log_msg("Going into quiet mode\n");
1323 quiet = 1;
2006 " -q Be quiet. Run test without printing anything.\n"
2175 quiet = 1;
/linux-master/drivers/cdrom/
H A Dcdrom.c220 -- Use quiet bit on packet commands not known to work
382 cgc.quiet = 1;
429 cgc.quiet = 1;
456 cgc.quiet = 1;
673 cgc.quiet = 1;
701 cgc.quiet = 1;
722 cgc.quiet = 1;
825 cgc.quiet = 1;
876 cgc.quiet = 1;
969 cgc.quiet
[all...]
/linux-master/tools/testing/selftests/bpf/
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/tools/power/x86/turbostat/
H A Dturbostat.c232 unsigned int quiet; variable
367 if (!quiet)
1662 " -q, --quiet skip decoding system configuration header\n"
5310 if (quiet)
5344 if (quiet)
5892 if (!quiet)
5918 if (!quiet)
6068 if (quiet)
6124 if (!quiet) {
6228 if (quiet)
[all...]
/linux-master/fs/fat/
H A Dfile.c498 if (sbi->options.quiet)
531 if (sbi->options.quiet)
/linux-master/security/apparmor/
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_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))
/linux-master/scripts/kconfig/
H A DMakefile16 ifeq ($(quiet),silent_)
/linux-master/
H A DMakefile86 quiet = quiet_ macro
90 quiet = macro
105 quiet=silent_ macro
109 export quiet Q KBUILD_VERBOSE
1348 ifeq ($(quiet),silent_)
/linux-master/scripts/dtc/
H A Ddtc.h37 extern int quiet; /* Level of quietness */

Completed in 1111 milliseconds

12345