Searched refs:quiet (Results 76 - 100 of 103) sorted by relevance

12345

/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c1263 network->quiet.count = info_element->data[0];
1264 network->quiet.period = info_element->data[1];
1265 network->quiet.duration = info_element->data[2];
1266 network->quiet.offset = info_element->data[3];
H A Dlibipw.h655 struct libipw_quiet quiet; member in struct:libipw_network
/linux-master/fs/fat/
H A Dfat.h40 unsigned quiet:1, /* set = fake successful chmods and chowns */ member in struct:fat_mount_options
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/tools/perf/
H A Dbuiltin-annotate.c764 OPT_BOOLEAN('q', "quiet", &quiet, "do now show any warnings or messages"),
900 if (quiet)
H A Dbuiltin-record.c1866 if (!quiet) {
2695 if (!quiet)
2791 if (!quiet)
2852 if (!err && !quiet) {
3431 OPT_BOOLEAN('q', "quiet", &quiet, "don't print any warnings or messages"),
4010 if (quiet)
H A Dbuiltin-stat.c978 if (quiet)
1285 OPT_BOOLEAN(0, "quiet", &quiet,
2605 if (!output && !quiet) {
H A DMakefile.perf684 --quiet build_ext; \
1068 $(PYTHON_WORD) util/setup.py --quiet install --root='/$(DESTDIR_SQ)'
/linux-master/rust/
H A DMakefile47 ifeq ($(quiet),silent_)
52 else ifeq ($(quiet),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/perf/bench/
H A Dnuma.c200 OPT_BOOLEAN('q', "quiet" , &quiet,
201 "quiet mode (do not show any warnings or messages)"),
1478 if (quiet && !g->p.show_details)
1557 if (!quiet)
/linux-master/include/uapi/linux/
H A Dcdrom.h292 int quiet; member in struct:cdrom_generic_command
/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/drivers/char/
H A Dsonypi.c491 #define wait_on_command(quiet, command, iterations) { \
495 if (!n && (verbose || !quiet)) \
/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...]
/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/scripts/dtc/
H A Dchecks.c71 if (!(c->warn && (quiet < 1)) && !(c->error && (quiet < 2)))
2065 } else if (quiet < 3) {
H A Dflattree.c380 if (quiet < 1)
/linux-master/drivers/md/bcache/
H A Dsuper.c2524 bool quiet = false; local
2591 quiet = true;
2656 if (!quiet)
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh2015 if systemctl is-active --quiet lldpad; then
/linux-master/drivers/accessibility/speakup/
H A Dmain.c53 module_param_named(quiet, spk_quiet_boot, bool, 0444);
56 MODULE_PARM_DESC(quiet, "Do not announce when the synthesizer is found.");
/linux-master/security/apparmor/
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"),
/linux-master/drivers/ata/
H A Dlibata-core.c3399 int quiet, highbit; local
3401 quiet = !!(sel & ATA_DNXFER_QUIET);
3450 if (!quiet) {
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c602 int quiet; local
610 quiet = 1;
613 quiet = 0;
664 if (!success && !quiet)

Completed in 2175 milliseconds

12345