Searched refs:quiet (Results 1 - 198 of 198) sorted by relevance

/linux-4.1.27/security/apparmor/include/
H A Dcapability.h27 * @quiet: caps that should not be audited
34 kernel_cap_t quiet; member in struct:aa_caps
H A Daudit.h32 AUDIT_QUIET_DENIED, /* quiet all denied access messages */
33 AUDIT_QUIET, /* quiet all messages */
34 AUDIT_NOQUIET, /* do not quiet audit messages */
H A Dfile.h81 * @quiet: mask of permissions to quiet audit messages for
90 u32 quiet; member in struct:file_perms
97 #define COMBINED_PERM_MASK(X) ((X).allow | (X).audit | (X).quiet | (X).kill)
/linux-4.1.27/fs/ubifs/
H A Dscan.c65 * @quiet: print no messages
70 int offs, int quiet) ubifs_scan_a_node()
91 if (ubifs_check_node(c, buf, lnum, offs, quiet, 1)) ubifs_scan_a_node()
102 if (!quiet) { ubifs_scan_a_node()
112 if (!quiet) ubifs_scan_a_node()
257 * @quiet: print no messages
264 * If @quiet is non-zero, this function does not print large and scary
268 int offs, void *sbuf, int quiet) ubifs_scan()
287 ret = ubifs_scan_a_node(c, buf, len, lnum, offs, quiet); ubifs_scan()
327 if (!quiet) ubifs_scan()
340 if (!quiet) ubifs_scan()
349 if (!quiet) { ubifs_scan()
69 ubifs_scan_a_node(const struct ubifs_info *c, void *buf, int len, int lnum, int offs, int quiet) ubifs_scan_a_node() argument
267 ubifs_scan(const struct ubifs_info *c, int lnum, int offs, void *sbuf, int quiet) ubifs_scan() argument
H A Dio.c215 * @quiet: print no messages
238 int offs, int quiet, int must_chk_crc) ubifs_check_node()
249 if (!quiet) ubifs_check_node()
258 if (!quiet) ubifs_check_node()
281 if (!quiet) ubifs_check_node()
291 if (!quiet) ubifs_check_node()
294 if (!quiet) { ubifs_check_node()
237 ubifs_check_node(const struct ubifs_info *c, const void *buf, int lnum, int offs, int quiet, int must_chk_crc) ubifs_check_node() argument
H A Drecovery.c997 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; clean_an_unclean_leb() local
1017 ret = ubifs_scan_a_node(c, buf, len, lnum, offs, quiet); clean_an_unclean_leb()
1045 if (quiet) { clean_an_unclean_leb()
1047 quiet = 0; clean_an_unclean_leb()
H A Dubifs.h1503 int offs, int quiet, int must_chk_crc);
1515 int offs, void *sbuf, int quiet);
1518 int offs, int quiet);
/linux-4.1.27/init/
H A DMakefile34 @$($(quiet)chk_compile.h)
H A Dmain.c216 early_param("quiet", quiet_kernel);
/linux-4.1.27/scripts/rt-tester/
H A Drt-tester.py18 quiet = 0 variable
66 print " -q quiet mode"
72 # Print progress when not in quiet mode
74 if not quiet:
113 quiet = 1 variable
/linux-4.1.27/Documentation/DocBook/media/
H A DMakefile204 @$($(quiet)gen_xml)
209 @$($(quiet)gen_xml)
220 @$($(quiet)gen_xml)
231 @$($(quiet)gen_xml)
242 @$($(quiet)gen_xml)
253 @$($(quiet)gen_xml)
264 @$($(quiet)gen_xml)
275 @$($(quiet)gen_xml)
286 @$($(quiet)gen_xml)
363 @$($(quiet)gen_xml)
/linux-4.1.27/arch/parisc/math-emu/
H A Ddfdiv.c95 * is NaN; signaling or quiet? dbl_fdiv()
101 /* make NaN quiet */ dbl_fdiv()
112 /* make NaN quiet */ dbl_fdiv()
119 * return quiet NaN dbl_fdiv()
138 * is NaN; signaling or quiet? dbl_fdiv()
143 /* make NaN quiet */ dbl_fdiv()
148 * return quiet NaN dbl_fdiv()
H A Ddfmpy.c99 * is NaN; signaling or quiet? dbl_fmpy()
105 /* make NaN quiet */ dbl_fmpy()
116 /* make NaN quiet */ dbl_fmpy()
123 * return quiet NaN dbl_fmpy()
151 * is NaN; signaling or quiet? dbl_fmpy()
156 /* make NaN quiet */ dbl_fmpy()
161 * return quiet NaN dbl_fmpy()
H A Ddfrem.c78 * is NaN; signaling or quiet? dbl_frem()
84 /* make NaN quiet */ dbl_frem()
95 /* make NaN quiet */ dbl_frem()
102 * return quiet NaN dbl_frem()
120 * is NaN; signaling or quiet? dbl_frem()
125 /* make NaN quiet */ dbl_frem()
130 * return quiet NaN dbl_frem()
H A Dsfdiv.c93 * is NaN; signaling or quiet? sgl_fdiv()
99 /* make NaN quiet */ sgl_fdiv()
110 /* make NaN quiet */ sgl_fdiv()
117 * return quiet NaN sgl_fdiv()
136 * is NaN; signaling or quiet? sgl_fdiv()
141 /* make NaN quiet */ sgl_fdiv()
146 * return quiet NaN sgl_fdiv()
H A Dsfmpy.c96 * is NaN; signaling or quiet? sgl_fmpy()
102 /* make NaN quiet */ sgl_fmpy()
113 /* make NaN quiet */ sgl_fmpy()
120 * return quiet NaN sgl_fmpy()
148 * is NaN; signaling or quiet? sgl_fmpy()
154 /* make NaN quiet */ sgl_fmpy()
159 * return quiet NaN sgl_fmpy()
H A Dsfrem.c77 * is NaN; signaling or quiet? sgl_frem()
83 /* make NaN quiet */ sgl_frem()
94 /* make NaN quiet */ sgl_frem()
101 * return quiet NaN sgl_frem()
119 * is NaN; signaling or quiet? sgl_frem()
124 /* make NaN quiet */ sgl_frem()
129 * return quiet NaN sgl_frem()
H A Dfmpyfadd.c139 * is NaN; signaling or quiet? dbl_fmpyfadd()
145 /* make NaN quiet */ dbl_fmpyfadd()
156 /* make NaN quiet */ dbl_fmpyfadd()
169 /* make NaN quiet */ dbl_fmpyfadd()
176 * return quiet NaN dbl_fmpyfadd()
230 * is NaN; signaling or quiet? dbl_fmpyfadd()
236 /* make NaN quiet */ dbl_fmpyfadd()
247 /* make NaN quiet */ dbl_fmpyfadd()
254 * return quiet NaN dbl_fmpyfadd()
271 * is NaN; signaling or quiet? dbl_fmpyfadd()
277 /* make NaN quiet */ dbl_fmpyfadd()
282 * return quiet NaN dbl_fmpyfadd()
799 * is NaN; signaling or quiet? dbl_fmpynfadd()
805 /* make NaN quiet */ dbl_fmpynfadd()
816 /* make NaN quiet */ dbl_fmpynfadd()
829 /* make NaN quiet */ dbl_fmpynfadd()
836 * return quiet NaN dbl_fmpynfadd()
890 * is NaN; signaling or quiet? dbl_fmpynfadd()
896 /* make NaN quiet */ dbl_fmpynfadd()
907 /* make NaN quiet */ dbl_fmpynfadd()
914 * return quiet NaN dbl_fmpynfadd()
931 * is NaN; signaling or quiet? dbl_fmpynfadd()
937 /* make NaN quiet */ dbl_fmpynfadd()
942 * return quiet NaN dbl_fmpynfadd()
1455 * is NaN; signaling or quiet? sgl_fmpyfadd()
1461 /* make NaN quiet */ sgl_fmpyfadd()
1472 /* make NaN quiet */ sgl_fmpyfadd()
1485 /* make NaN quiet */ sgl_fmpyfadd()
1492 * return quiet NaN sgl_fmpyfadd()
1546 * is NaN; signaling or quiet? sgl_fmpyfadd()
1552 /* make NaN quiet */ sgl_fmpyfadd()
1563 /* make NaN quiet */ sgl_fmpyfadd()
1570 * return quiet NaN sgl_fmpyfadd()
1587 * is NaN; signaling or quiet? sgl_fmpyfadd()
1593 /* make NaN quiet */ sgl_fmpyfadd()
1598 * return quiet NaN sgl_fmpyfadd()
2097 * is NaN; signaling or quiet? sgl_fmpynfadd()
2103 /* make NaN quiet */ sgl_fmpynfadd()
2114 /* make NaN quiet */ sgl_fmpynfadd()
2127 /* make NaN quiet */ sgl_fmpynfadd()
2134 * return quiet NaN sgl_fmpynfadd()
2188 * is NaN; signaling or quiet? sgl_fmpynfadd()
2194 /* make NaN quiet */ sgl_fmpynfadd()
2205 /* make NaN quiet */ sgl_fmpynfadd()
2212 * return quiet NaN sgl_fmpynfadd()
2229 * is NaN; signaling or quiet? sgl_fmpynfadd()
2235 /* make NaN quiet */ sgl_fmpynfadd()
2240 * return quiet NaN sgl_fmpynfadd()
H A Dfrnd.c68 /* make NaN quiet */ sgl_frnd()
73 * return quiet NaN or infinity sgl_frnd()
173 /* make NaN quiet */ dbl_frnd()
178 * return quiet NaN or infinity dbl_frnd()
H A Dfcnvff.c83 * is NaN; signaling or quiet? sgl_to_dbl_fcnvff()
89 /* make NaN quiet */ sgl_to_dbl_fcnvff()
96 * NaN is quiet, return as double NaN sgl_to_dbl_fcnvff()
172 * is NaN; signaling or quiet? dbl_to_sgl_fcnvff()
179 /* make NaN quiet */ dbl_to_sgl_fcnvff()
184 * NaN is quiet, return as single NaN dbl_to_sgl_fcnvff()
H A Ddfsqrt.c73 /* make NaN quiet */ dbl_fsqrt()
78 * Return quiet NaN or positive infinity. dbl_fsqrt()
102 /* make NaN quiet */ dbl_fsqrt()
H A Dsfsqrt.c73 /* make NaN quiet */ sgl_fsqrt()
78 * Return quiet NaN or positive infinity. sgl_fsqrt()
101 /* make NaN quiet */ sgl_fsqrt()
H A Ddfadd.c101 * is NaN; signaling or quiet? dbl_fadd()
107 /* make NaN quiet */ dbl_fadd()
118 /* make NaN quiet */ dbl_fadd()
125 * return quiet NaN dbl_fadd()
143 * is NaN; signaling or quiet? dbl_fadd()
149 /* make NaN quiet */ dbl_fadd()
154 * return quiet NaN dbl_fadd()
H A Ddfsub.c101 * is NaN; signaling or quiet? dbl_fsub()
107 /* make NaN quiet */ dbl_fsub()
118 /* make NaN quiet */ dbl_fsub()
125 * return quiet NaN dbl_fsub()
144 * is NaN; signaling or quiet? dbl_fsub()
150 /* make NaN quiet */ dbl_fsub()
155 * return quiet NaN dbl_fsub()
H A Dsfadd.c102 * is NaN; signaling or quiet? sgl_fadd()
108 /* make NaN quiet */ sgl_fadd()
119 /* make NaN quiet */ sgl_fadd()
126 * return quiet NaN sgl_fadd()
144 * is NaN; signaling or quiet? sgl_fadd()
150 /* make NaN quiet */ sgl_fadd()
155 * return quiet NaN sgl_fadd()
H A Dsfsub.c100 * is NaN; signaling or quiet? sgl_fsub()
106 /* make NaN quiet */ sgl_fsub()
117 /* make NaN quiet */ sgl_fsub()
124 * return quiet NaN sgl_fsub()
143 * is NaN; signaling or quiet? sgl_fsub()
149 /* make NaN quiet */ sgl_fsub()
154 * return quiet NaN sgl_fsub()
H A Dsfcmp.c69 * comparing a signaling NaN or when comparing quiet NaNs and the sgl_fcmp()
H A Ddfcmp.c69 * comparing a signaling NaN or when comparing quiet NaNs and the dbl_fcmp()
H A Dsgl_float.h155 /* A quiet NaN has the high mantissa bit clear and at least on other (in this
H A Ddbl_float.h243 /* A quiet NaN has the high mantissa bit clear and at least on other (in this
/linux-4.1.27/lib/
H A Dtest_rhashtable.c80 static void test_bucket_stats(struct rhashtable *ht, bool quiet) test_bucket_stats() argument
91 if (!quiet) test_bucket_stats()
97 if (!quiet) rht_for_each_entry_rcu()
108 if (!quiet)
/linux-4.1.27/arch/mips/math-emu/
H A Dieee754.c62 DPCNST(0, DP_EMAX + 1, 0x7FFFFFFFFFFFFULL), /* + indef quiet Nan */
85 SPCNST(0, SP_EMAX + 1, 0x3FFFFF), /* + indef quiet Nan */
H A Dieee754dp.c47 * and convert the signaling NaN supplied to a quiet NaN.
H A Dieee754sp.c47 * and convert the signaling NaN supplied to a quiet NaN.
H A Dieee754.h205 #define IEEE754_SPCVAL_INDEF 8 /* quiet NaN */
/linux-4.1.27/security/apparmor/
H A Dfile.c142 /* quiet known rejects, assumes quiet and kill do not overlap */ aa_audit_file()
143 if ((sa.aad->fs.request & perms->quiet) && aa_audit_file()
146 sa.aad->fs.request &= ~perms->quiet; aa_audit_file()
209 perms.quiet = map_old_perms(dfa_user_quiet(dfa, state)); compute_perms()
214 perms.quiet = map_old_perms(dfa_other_quiet(dfa, state)); compute_perms()
390 /* force audit/quiet masks for link are stored in the second entry aa_path_link()
394 lperms.quiet = perms.quiet; aa_path_link()
H A Dcapability.c86 } else if (cap_raised(profile->caps.quiet, cap) && audit_caps()
89 /* quiet auditing */ audit_caps()
H A Daudit.c79 "quiet",
H A Dpolicy_unpack.c547 if (!unpack_u32(e, &(profile->caps.quiet.cap[0]), NULL)) unpack_profile()
558 if (!unpack_u32(e, &(profile->caps.quiet.cap[1]), NULL)) unpack_profile()
H A Ddomain.c106 perms.audit = perms.quiet = perms.kill = 0; change_profile_perms()
/linux-4.1.27/drivers/scsi/
H A Dsr_vendor.c187 cgc.quiet = 1; sr_cd_check()
215 cgc.quiet = 1; sr_cd_check()
244 cgc.quiet = 1; sr_cd_check()
272 cgc.quiet = 1; sr_cd_check()
290 cgc.quiet = 1; sr_cd_check()
H A Dsr_ioctl.c57 cgc.quiet = 1; sr_read_tochdr()
220 if (!cgc->quiet) sr_do_ioctl()
231 if (!cgc->quiet) sr_do_ioctl()
244 if (!cgc->quiet) sr_do_ioctl()
H A Daha1740.c531 * quiet as possible... aha1740_eh_abort_handler()
H A Dosst.c615 static int osst_verify_frame(struct osst_tape * STp, int frame_seq_number, int quiet) osst_verify_frame()
677 if (!quiet) { osst_verify_frame()
691 if (!quiet) { osst_verify_frame()
1141 int frame_seq_number, int quiet) osst_get_logical_frame()
1205 if (osst_verify_frame(STp, frame_seq_number, quiet)) osst_get_logical_frame()
1207 if (osst_verify_frame(STp, -1, quiet)) { osst_get_logical_frame()
613 osst_verify_frame(struct osst_tape * STp, int frame_seq_number, int quiet) osst_verify_frame() argument
1138 osst_get_logical_frame(struct osst_tape * STp, struct osst_request ** aSRpnt, int frame_seq_number, int quiet) osst_get_logical_frame() argument
H A D53c700.c1009 /* Here's a quiet hack: the process_script_interrupt()
H A Dscsi_error.c2115 * commands are being sent to the host, so things are relatively quiet
/linux-4.1.27/drivers/gpu/drm/i915/
H A Ddvo_ch7xxx.c107 bool quiet; member in struct:ch7xxx_priv
165 if (!ch7xxx->quiet) { ch7xxx_readb()
191 if (!ch7xxx->quiet) { ch7xxx_writeb()
213 ch7xxx->quiet = true; ch7xxx_init()
238 ch7xxx->quiet = false; ch7xxx_init()
H A Ddvo_sil164.c63 bool quiet; member in struct:sil164_priv
98 if (!sil->quiet) { sil164_readb()
123 if (!sil->quiet) { sil164_writeb()
145 sil->quiet = true; sil164_init()
164 sil->quiet = false; sil164_init()
H A Ddvo_tfp410.c90 bool quiet; member in struct:tfp410_priv
123 if (!tfp->quiet) { tfp410_readb()
148 if (!tfp->quiet) { tfp410_writeb()
181 tfp->quiet = true; tfp410_init()
196 tfp->quiet = false; tfp410_init()
H A Ddvo_ivch.c153 bool quiet; member in struct:ivch_priv
200 if (!priv->quiet) { ivch_read()
228 if (!priv->quiet) { ivch_write()
249 priv->quiet = true; ivch_init()
253 priv->quiet = false; ivch_init()
H A Ddvo_ns2501.c352 bool quiet; member in struct:ns2501_priv
407 if (!ns->quiet) { ns2501_readb()
442 if (!ns->quiet) { ns2501_writeb()
469 ns->quiet = true; ns2501_init()
488 ns->quiet = false; ns2501_init()
/linux-4.1.27/arch/x86/lib/
H A Dcmdline.c18 * Find a boolean option (like quiet,noapic,nosmp....)
/linux-4.1.27/scripts/dtc/
H A Ddtc.c27 int quiet; /* Level of quietness */ variable
54 {"quiet", no_argument, NULL, 'q'},
119 quiet = 0; main()
154 quiet++; main()
H A Dchecks.c109 if ((c->warn && (quiet < 1)) check_msg()
110 || (c->error && (quiet < 2))) { check_msg()
754 } else if (quiet < 3) { process_checks()
H A Ddtc.h52 extern int quiet; /* Level of quietness */
H A Dflattree.c401 if ((padlen < 0) && (quiet < 1)) dt_to_blob()
/linux-4.1.27/sound/pci/asihpi/
H A Dhpidebug.c26 /* Debug level; 0 quiet; 1 informative, 2 debug, 3 verbose debug. */
/linux-4.1.27/tools/perf/util/
H A Ddebug.h13 extern bool quiet, dump_trace;
H A Dparse-options.h205 #define OPT__QUIET(var) OPT_BOOLEAN('q', "quiet", (var), "be quiet")
209 { OPTION_CALLBACK, 'q', "quiet", (var), NULL, "be more quiet", \
H A Ddebug.c20 bool dump_trace = false, quiet = false; variable
H A Dparse-options.c730 /* --no-quiet, --no-verbose */ parse_opt_verbosity_cb()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs_fail.h78 int set, int quiet) cfs_fail_check_set()
84 if (quiet) { cfs_fail_check_set()
77 cfs_fail_check_set(__u32 id, __u32 value, int set, int quiet) cfs_fail_check_set() argument
/linux-4.1.27/scripts/
H A Dmkcompile_h9 vecho() { [ "${quiet}" = "silent_" ] || echo "$@" ; }
H A Dcoccicheck28 FLAGS="$SPFLAGS --very-quiet"
H A Dlink-vmlinux.sh35 if [ "${quiet}" != "silent_" ]; then
H A Dcheckpatch.pl20 my $quiet = 0;
61 -q, --quiet quiet
131 'q|quiet+' => \$quiet,
199 if ($quiet == 0 && keys %$hashRef) {
225 $quiet++;
5478 # so just keep quiet.
5490 # just keep quiet.
5505 if ($summary && !($clean == 1 && $quiet == 1)) {
5510 print "\n" if ($quiet == 0);
5513 if ($quiet == 0) {
5557 if (!$quiet) {
5571 if ($clean == 1 && $quiet == 0) {
5574 if ($clean == 0 && $quiet == 0) {
/linux-4.1.27/arch/mips/pci/
H A Dpci-ar71xx.c110 static int ar71xx_pci_check_error(struct ar71xx_pci_controller *apc, int quiet) ar71xx_pci_check_error() argument
118 if (!quiet) { ar71xx_pci_check_error()
132 if (!quiet) { ar71xx_pci_check_error()
/linux-4.1.27/Documentation/DocBook/
H A DMakefile84 $(if $($(quiet)cmd_$(1)),echo ' $($(quiet)cmd_$(1))';) \
188 @$($(quiet)gen_xml)
/linux-4.1.27/tools/perf/
H A Dbuiltin-probe.c58 bool quiet; member in struct:__anon14786
329 OPT_BOOLEAN('q', "quiet", &params.quiet, __cmd_probe()
330 "be quiet (do not show any mesages)"), __cmd_probe()
420 if (params.quiet) { __cmd_probe()
H A Dbuiltin-record.c521 if (!quiet) __cmd_record()
553 if (!err && !quiet) { __cmd_record()
891 OPT_BOOLEAN('q', "quiet", &quiet, "don't print any message"),
/linux-4.1.27/fs/ext2/
H A Ddir.c118 static void ext2_check_page(struct page *page, int quiet) ext2_check_page() argument
161 if (!quiet) ext2_check_page()
181 if (!quiet) ext2_check_page()
189 if (!quiet) { ext2_check_page()
203 int quiet) ext2_get_page()
210 ext2_check_page(page, quiet); ext2_get_page()
202 ext2_get_page(struct inode *dir, unsigned long n, int quiet) ext2_get_page() argument
/linux-4.1.27/arch/x86/boot/
H A Dcmdline.c97 * Find a boolean option (like quiet,noapic,nosmp....)
H A Dedd.c147 be_quiet = cmdline_find_option_bool("quiet"); query_edd()
/linux-4.1.27/arch/arm/mach-sa1100/include/mach/
H A Dassabet.h56 #define ASSABET_BCR_VIB_ON (1<<15) /* Vibration motor (quiet alert) */
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dthermal.c89 * vif AP mode. Since quiet param is not validated in STA mode, it needs ath10k_thermal_set_cur_dutycycle()
108 ath10k_warn(ar, "failed to set quiet mode period %u duarion %u enabled %u ret %d\n", ath10k_thermal_set_cur_dutycycle()
H A Dwmi.c5105 "wmi quiet param: period %u duration %u enabled %d\n", ath10k_wmi_op_gen_pdev_set_quiet_mode()
H A Dwmi.h2483 /* Command to set/unset chip in quiet mode */
/linux-4.1.27/arch/arm/vfp/
H A Dvfp.h173 * The bit in an unpacked float which indicates that it is a quiet NaN
282 * The bit in an unpacked double which indicates that it is a quiet NaN
H A Dvfpdouble.c220 * Default NaN mode - always returns a quiet NaN vfp_propagate_nan()
227 * quiet NAN. vfp_propagate_nan()
234 * Make the NaN quiet. vfp_propagate_nan()
368 * Signalling NaN, or signalling on quiet NaN vfp_compare()
378 * Signalling NaN, or signalling on quiet NaN vfp_compare()
H A Dvfpsingle.c228 * Default NaN mode - always returns a quiet NaN vfp_propagate_nan()
235 * quiet NAN. vfp_propagate_nan()
242 * Make the NaN quiet. vfp_propagate_nan()
413 * Signalling NaN, or signalling on quiet NaN vfp_compare()
422 * Signalling NaN, or signalling on quiet NaN vfp_compare()
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dmcdi.c45 bool quiet; member in struct:efx_mcdi_async_param
450 if (!timeout && rc && !async->quiet) { efx_mcdi_complete_async()
534 size_t *outlen_actual, bool quiet) _efx_mcdi_rpc_finish()
600 } else if (rc && !quiet) { _efx_mcdi_rpc_finish()
619 size_t *outlen_actual, bool quiet) _efx_mcdi_rpc()
630 outlen_actual, quiet); _efx_mcdi_rpc()
684 unsigned long cookie, bool quiet) _efx_mcdi_rpc_async()
705 async->quiet = quiet; _efx_mcdi_rpc_async()
532 _efx_mcdi_rpc_finish(struct efx_nic *efx, unsigned cmd, size_t inlen, efx_dword_t *outbuf, size_t outlen, size_t *outlen_actual, bool quiet) _efx_mcdi_rpc_finish() argument
616 _efx_mcdi_rpc(struct efx_nic *efx, unsigned cmd, const efx_dword_t *inbuf, size_t inlen, efx_dword_t *outbuf, size_t outlen, size_t *outlen_actual, bool quiet) _efx_mcdi_rpc() argument
680 _efx_mcdi_rpc_async(struct efx_nic *efx, unsigned int cmd, const efx_dword_t *inbuf, size_t inlen, size_t outlen, efx_mcdi_async_completer *complete, unsigned long cookie, bool quiet) _efx_mcdi_rpc_async() argument
/linux-4.1.27/arch/ia64/sn/pci/pcibr/
H A Dpcibr_provider.c85 u16 uninitialized_var(ioboard); /* GCC be quiet */ sn_ioboard_to_pci_bus()
/linux-4.1.27/include/acpi/platform/
H A Daclinuxex.h82 * to quiet __might_sleep() in kmalloc() and resume does not.
/linux-4.1.27/fs/hfs/
H A Dsuper.c157 seq_printf(seq, ",quiet"); hfs_show_options()
209 { opt_quiet, "quiet" },
/linux-4.1.27/fs/fat/
H A Dfile.c394 if (sbi->options.quiet) fat_setattr()
425 if (sbi->options.quiet) fat_setattr()
H A Dinode.c879 if (opts->quiet) fat_show_options()
880 seq_puts(m, ",quiet"); fat_show_options()
955 {Opt_quiet, "quiet"},
1045 opts->quiet = opts->showexec = opts->sys_immutable = opts->dotsOK = 0; parse_options()
1092 opts->quiet = 1; parse_options()
H A Dfat.h39 unsigned quiet:1, /* set = fake successful chmods and chowns */ member in struct:fat_mount_options
/linux-4.1.27/
H A DMakefile47 # that echo $($(quiet)$(cmd)), we now have the possibility to set
48 # $(quiet) to choose other forms of output instead, e.g.
53 # If $(quiet) is empty, the whole command will be printed.
77 quiet = macro
80 quiet=quiet_ macro
89 quiet=silent_ macro
93 quiet=silent_ macro
97 export quiet Q KBUILD_VERBOSE
1313 @echo ' make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build'
/linux-4.1.27/block/
H A Dcompat_ioctl.c115 compat_int_t quiet; member in struct:compat_cdrom_generic_command
168 get_user(itmp, &cgc32->quiet) || compat_cdrom_generic_command()
169 put_user(itmp, &cgc->quiet) || compat_cdrom_generic_command()
/linux-4.1.27/fs/pstore/
H A Dplatform.c471 void pstore_get_records(int quiet) pstore_get_records() argument
518 if (rc && (rc != -EEXIST || !quiet)) pstore_get_records()
/linux-4.1.27/arch/xtensa/platforms/xtfpga/
H A Dsetup.c323 /* ETHOC driver is a bit quiet; at least display Ethernet MAC, so user xtavnet_init()
/linux-4.1.27/drivers/cdrom/
H A Dcdrom.c229 -- Use quiet bit on packet commands not known to work
382 cgc.quiet = 1; cdrom_get_disc_info()
429 cgc.quiet = 1; cdrom_mrw_probe_pc()
456 cgc.quiet = 1; cdrom_is_mrw()
671 cgc.quiet = 1; cdrom_get_media_event()
698 cgc.quiet = 1; cdrom_get_random_writable()
719 cgc.quiet = 1; cdrom_has_defect_mgt()
822 cgc.quiet = 1; mo_open_write()
873 cgc.quiet = 1; cdrom_mmc3_profile()
965 cgc.quiet = 1; cdrom_dvd_rw_close_write()
971 cgc.quiet = 1; cdrom_dvd_rw_close_write()
1655 cgc.quiet = 1; dvd_do_auth()
1690 cgc.quiet = 1; dvd_do_auth()
1745 cgc.quiet = 1; dvd_do_auth()
1808 cgc->quiet = 1; dvd_read_physical()
2792 cgc.quiet = 1; cdrom_get_track_info()
/linux-4.1.27/arch/arm/common/
H A Dmcpm_head.S64 /* We didn't expect this CPU. Try to cheaply make it quiet. */
/linux-4.1.27/include/linux/
H A Dcdrom.h25 int quiet; member in struct:packet_command
H A Dprintk.h39 #define CONSOLE_LOGLEVEL_QUIET 4 /* Shhh ..., when booted with "quiet" */
H A Dbuffer_head.h36 BH_Quiet, /* Buffer Error Prinks to be quiet */
H A Dlibata.h375 ATA_EHI_QUIET = (1 << 3), /* be quiet */
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
H A Dagn.h269 * time if it's a quiet channel (nothing responded to our probe, and there's
271 * Disable "quiet" feature by setting PLCP_QUIET_THRESH to 0. */
H A Dscan.c720 * Override quiet time as firmware checks that active iwlagn_request_scan()
721 * dwell is >= quiet; since we use passive scan it'll iwlagn_request_scan()
H A Dcommands.h2351 * considered "quiet" is controlled by quiet_plcp_threshold.
2375 __le16 quiet_time; /* dwell only this # millisecs on quiet channel
2377 __le16 quiet_plcp_th; /* quiet chnl is < this # pkts (typ. 1) */
/linux-4.1.27/drivers/block/paride/
H A Dpt.c353 static void pt_req_sense(struct pt_unit *tape, int quiet) pt_req_sense() argument
366 if (!quiet) pt_req_sense()
H A Dpf.c477 static void pf_req_sense(struct pf_unit *pf, int quiet) pf_req_sense() argument
489 if ((!r) && (!quiet)) pf_req_sense()
H A Dpg.c99 quiet operation, to 1 to enable progress
/linux-4.1.27/arch/m68k/math-emu/
H A Dfp_arith.c245 /* infinity / infinity = NaN (quiet, as always) */ fp_fdiv()
383 /* infinity / infinity = NaN (quiet, as always) */ fp_fsgldiv()
/linux-4.1.27/arch/arm/nwfpe/
H A Dsoftfloat.c51 from quiet NaNs, (4) the default generated quiet NaNs, and (5) how NaNs
1606 /* Do nothing, even if NaN as we're quiet */ float32_le_quiet()
1631 /* Do nothing, even if NaN as we're quiet */ float32_lt_quiet()
2493 /* Do nothing, even if NaN as we're quiet */ float64_le_quiet()
2518 /* Do nothing, even if NaN as we're quiet */ float64_lt_quiet()
3383 /* Do nothing, even if NaN as we're quiet */ floatx80_le_quiet()
3417 /* Do nothing, even if NaN as we're quiet */ floatx80_lt_quiet()
/linux-4.1.27/kernel/
H A Dwatchdog.c377 * because the code relies on a full quiet cycle to watchdog_timer_fn()
378 * re-arm. The second process prevents the quiet cycle watchdog_timer_fn()
/linux-4.1.27/scripts/genksyms/
H A Dgenksyms.c740 " -q, --quiet Disable warnings (default)\n" genksyms_usage()
768 {"quiet", 0, 0, 'q'}, main()
/linux-4.1.27/drivers/ide/
H A Dide-cd_ioctl.c468 if (cgc->quiet) ide_cdrom_packet()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dobd_config.c200 static int parse_nid(char *buf, void *value, int quiet) parse_nid() argument
208 if (!quiet) parse_nid()
232 int quiet) class_parse_value()
256 rc = parse_nid(buf, value, quiet); class_parse_value()
231 class_parse_value(char *buf, int opc, void *value, char **endh, int quiet) class_parse_value() argument
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dlibipw_rx.c1293 network->quiet.count = info_element->data[0]; libipw_parse_info_param()
1294 network->quiet.period = info_element->data[1]; libipw_parse_info_param()
1295 network->quiet.duration = info_element->data[2]; libipw_parse_info_param()
1296 network->quiet.offset = info_element->data[3]; libipw_parse_info_param()
H A Dlibipw.h661 struct libipw_quiet quiet; member in struct:libipw_network
H A Dipw2200.c3962 static void ipw_send_disassociate(struct ipw_priv *priv, int quiet) ipw_send_disassociate() argument
3985 if (quiet) ipw_send_disassociate()
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_stats.c70 } else /* val64 just to keep gcc quiet... */ ipath_snap_cntr()
H A Dipath_kernel.h673 * number of sequential ibcstatus change for polling active/quiet
H A Dipath_iba6110.c543 * make sure we get this much out, unless told to be quiet, ipath_ht_handle_hwerrors()
H A Dipath_driver.c2317 * This is called to make the device quiet when we are about to
/linux-4.1.27/net/ax25/
H A Dax25_in.c296 * silently ignore them. For now we stay quiet. ax25_rcv()
/linux-4.1.27/scripts/kconfig/
H A DMakefile14 ifeq ($(quiet),silent_)
/linux-4.1.27/sound/soc/codecs/
H A Dcx20442.c213 /* Modem init: echo off, digital speaker off, quiet off, voice mode */
/linux-4.1.27/drivers/block/
H A Dpktcdvd.c722 if (cgc->quiet) pkt_generic_packet()
771 cgc.quiet = 1; pkt_flush_cache()
1599 cgc.quiet = 1; pkt_get_disc_info()
1628 cgc.quiet = 1; pkt_get_track_info()
1953 * caching mode page might not be there, so quiet this command pkt_write_caching()
1955 cgc.quiet = 1; pkt_write_caching()
/linux-4.1.27/drivers/sbus/char/
H A Dbbc_envctrl.c49 * range (the goal being to make the fans as quiet as possible without
/linux-4.1.27/drivers/staging/speakup/
H A Di18n.c318 [MSG_FUNCNAME_QUIET] = "quiet",
H A Dmain.c66 module_param_named(quiet, spk_quiet_boot, bool, S_IRUGO);
69 MODULE_PARM_DESC(quiet, "Do not announce when the synthesizer is found.");
/linux-4.1.27/arch/x86/math-emu/
H A Derrors.c453 /* return the quiet version of the NaN in a */ real_2op_NaN()
H A Dreg_ld_str.c117 /* Must be a signaling or quiet NaN */ FPU_load_double()
191 /* Must be a signaling or quiet NaN */ FPU_load_single()
/linux-4.1.27/drivers/gpu/ipu-v3/
H A Dipu-csi.c356 /* will never get here, keep compiler quiet */ fill_csi_bus_cfg()
/linux-4.1.27/arch/powerpc/kernel/
H A Dmachine_kexec_64.c110 * the compiler will be quiet. copy_segments()
/linux-4.1.27/arch/ia64/mm/
H A Dtlb.c342 ia64_ptce_info_t uninitialized_var(ptce_info); /* GCC be quiet */ ia64_tlb_init()
/linux-4.1.27/arch/ia64/sn/kernel/
H A Dtiocx.c374 u16 uninitialized_var(ioboard_type); /* GCC be quiet */ is_fpga_tio()
/linux-4.1.27/drivers/xen/
H A Dprivcmd.c97 pagedata = NULL; /* quiet, gcc */ gather_array()
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
H A Ddma.c265 /* Enable quiet period for current TSF */ ath5k_hw_stop_tx_dma()
296 "quiet mechanism didn't work q:%i !\n", ath5k_hw_stop_tx_dma()
H A Dreg.h1706 #define AR5K_QUIET_CTL1_NEXT_QT_TSF 0x0000ffff /* Next quiet period TSF (TU) */
1708 #define AR5K_QUIET_CTL1_QT_EN 0x00010000 /* Enable quiet period */
1709 #define AR5K_QUIET_CTL1_ACK_CTS_EN 0x00020000 /* Send ACK/CTS during quiet period */
1712 #define AR5K_QUIET_CTL2_QT_PER 0x0000ffff /* Mask for quiet period periodicity */
1714 #define AR5K_QUIET_CTL2_QT_DUR 0xffff0000 /* Mask for quiet period duration */
H A Dmac80211-ops.c364 * the station is otherwise quiet, or
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api-scan.h150 * @quiet_time: dwell time, in milliseconds, on quiet channel
151 * @quiet_plcp_th: quiet channel num of packets threshold
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2500pci.h149 * TIMER_CSR3_EXPIRE: TIMECSR3 timer expired (802.1H quiet period).
196 * TIMER_CSR3_EXPIRE: TIMECSR3 timer expired (802.1H quiet period).
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/
H A Dmain.c279 * BUGS: Needs a quiet flag for the cases where drivers do not mind
432 * BUGS: Needs a quiet flag for the cases where drivers do not mind
/linux-4.1.27/drivers/char/
H A Dsonypi.c505 #define wait_on_command(quiet, command, iterations) { \
509 if (!n && (verbose || !quiet)) \
/linux-4.1.27/tools/perf/bench/
H A Dnuma.c183 OPT_BOOLEAN('q', "quiet" , &p0.show_quiet, "quiet mode"),
/linux-4.1.27/drivers/isdn/i4l/
H A Disdn_audio.c708 (what == 's') ? "silence" : "quiet"); isdn_audio_eval_silence()
/linux-4.1.27/drivers/s390/cio/
H A Dcio.c934 /* Make sure all subchannels are quiet before we re-ipl an lpar. */ reipl_ccw_dev()
/linux-4.1.27/arch/x86/kernel/
H A Dreboot.c615 * Even without the erratum, it still makes sense to quiet IO APIC native_machine_shutdown()
/linux-4.1.27/drivers/tty/serial/
H A Darc_uart.c273 * be the last char to send, before settling down into the quiet polled mode).
/linux-4.1.27/arch/parisc/kernel/
H A Dtraps.c643 die_if_kernel("Floating point exception", regs, 0); /* quiet */ handle_interruption()
/linux-4.1.27/arch/ia64/kernel/
H A Dprocess.c446 unsigned long uninitialized_var(ip); /* GCC be quiet */ do_copy_task_regs()
H A Dsmpboot.c270 * When the interconnect is quiet and symmetric, this lets us synchronize the itc to
/linux-4.1.27/fs/cifs/
H A Dcifs_unicode.c258 wchar_t wchar_to; /* needed to quiet sparse */ cifs_strtoUTF16()
H A Dwinucase.c34 wchar_t cifs_toupper(wchar_t in); /* quiet sparse */
/linux-4.1.27/drivers/net/fddi/skfp/h/
H A Dsupern_2.h892 #define PL_L_QLS (4<<5) /* quiet line state */
898 #define PL_P_QLS (0<<8) /* quiet line state */
/linux-4.1.27/drivers/video/fbdev/sis/
H A Dsis_main.c109 static void sisfb_search_vesamode(unsigned int vesamode, bool quiet) sisfb_search_vesamode() argument
116 if(!quiet) sisfb_search_vesamode()
144 if((!j) && !quiet) sisfb_search_vesamode()
148 static void sisfb_search_mode(char *name, bool quiet) sisfb_search_mode() argument
158 if(!quiet) sisfb_search_mode()
166 if(!quiet) sisfb_search_mode()
196 sisfb_search_vesamode(simple_strtoul(name, NULL, 0), quiet); sisfb_search_mode()
221 if((!j) && !quiet) sisfb_search_mode()
H A Dsis_main.h694 static void sisfb_search_mode(char *name, bool quiet);
/linux-4.1.27/drivers/net/wireless/iwlegacy/
H A Dcommands.h2468 * considered "quiet" is controlled by quiet_plcp_threshold.
2486 __le16 quiet_time; /* dwell only this # millisecs on quiet channel
2488 __le16 quiet_plcp_th; /* quiet chnl is < this # pkts (typ. 1) */
2530 __le16 quiet_time; /* dwell only this # millisecs on quiet channel
2532 __le16 quiet_plcp_th; /* quiet chnl is < this # pkts (typ. 1) */
H A Dcommon.h1806 * time if it's a quiet channel (nothing responded to our probe, and there's
1808 * Disable "quiet" feature by setting PLCP_QUIET_THRESH to 0. */
/linux-4.1.27/arch/x86/platform/uv/
H A Dtlb_uv.c482 * wait for all cpus on this hub to finish their sends and go quiet
492 * mark this quiet-requestor as done
/linux-4.1.27/drivers/net/ethernet/agere/
H A Det131x.h997 * 10: force quiet
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c516 /* to quiet down (else crb_window returns 0xffffffff) */ qlcnic_pinit_from_rom()
/linux-4.1.27/drivers/net/ethernet/realtek/
H A Datp.c40 static int debug = 1; /* 1 normal messages, 0 quiet .. 7 verbose. */
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c791 * 2. before reset MCI RX, to quiet BT and avoid MCI RX misalignment ar9003_mci_mute_bt()
H A Drecv.c370 * the station is otherwise quiet, or
/linux-4.1.27/drivers/media/usb/go7007/
H A Dgo7007-fw.c758 case BFRAME_EMPTY: /* keep compiler quiet */ mpeg4_frame_header()
/linux-4.1.27/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c48 /* This defines a minimum interval that the decoder must remain quiet
56 /* This defines a minimum interval that the encoder must remain quiet
4289 quiet interval before doing something to state_eval_encoder_config()
4299 quiet for the interval measured by this state_eval_encoder_config()
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_actlog.c727 /* be quiet if lc_find() did not find it. */ update_rs_extent()
/linux-4.1.27/arch/mips/cavium-octeon/executive/
H A Dcvmx-l2c.c646 * Make sure core is quiet (no prefetches, etc.) before __read_l2_tag()
/linux-4.1.27/fs/xfs/
H A Dxfs_mount.c340 /* no need to be quiet anymore, so reset the buf ops */ xfs_readsb()
/linux-4.1.27/include/uapi/linux/
H A Dcdrom.h289 int quiet; member in struct:cdrom_generic_command
/linux-4.1.27/drivers/net/ethernet/8390/
H A Dlib8390.c679 Keep quiet if it looks like a card removal. One problem here ei_receive()
H A Daxnet_cs.c1358 Keep quiet if it looks like a card removal. One problem here ei_receive()
/linux-4.1.27/drivers/net/ethernet/packetengines/
H A Dyellowfin.c35 static int debug = 1; /* 1 normal messages, 0 quiet .. 7 verbose. */
H A Dhamachi.c36 static int debug = 1; /* 1 normal messages, 0 quiet .. 7 verbose. */
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c535 /* to quiet down (else crb_window returns 0xffffffff) */ netxen_pinit_from_rom()
/linux-4.1.27/drivers/media/pci/cx88/
H A Dcx88-dvb.c1637 /* Put the analog decoder in standby to keep it quiet */ dvb_register()
/linux-4.1.27/drivers/net/ethernet/smsc/
H A Depic100.c35 static int debug = 1; /* 1 normal messages, 0 quiet .. 7 verbose. */
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic79xx.h585 * Be quiet about transmission type
H A Daic7xxx.h554 * Be quiet about transmission type
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
H A Dapi-ni.c921 /* All quiet on the API front */ lnet_shutdown_lndnis()
/linux-4.1.27/drivers/net/wireless/
H A Dzd1201.c847 /* Restart the timeout to quiet the watchdog: */ zd1201_tx_timeout()
/linux-4.1.27/net/sctp/
H A Dsm_sideeffect.c131 /* Always try to quiet the other end. In case of lost CWR, sctp_do_ecn_ecne_work()
/linux-4.1.27/sound/oss/dmasound/
H A Ddmasound_core.c889 sq_reset_output() ; /* make sure dma is stopped and all is quiet */ sq_release()
/linux-4.1.27/sound/oss/
H A Dwaveartist.c1241 * set input for ADC to come from 'quiet' waveartist_mixer_reset()
/linux-4.1.27/drivers/ata/
H A Dlibata-core.c3135 int quiet, highbit; ata_down_xfermask_limit() local
3137 quiet = !!(sel & ATA_DNXFER_QUIET); ata_down_xfermask_limit()
3185 if (!quiet) { ata_down_xfermask_limit()
/linux-4.1.27/drivers/net/ethernet/adaptec/
H A Dstarfire.c80 static int debug = 1; /* 1 normal messages, 0 quiet .. 7 verbose. */
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c69 static int debug = 1; /* 1 normal messages, 0 quiet .. 7 verbose. */
H A Dde4x5.c72 measurement. Their error is +/-20k on a quiet (private) network and also
321 0.441 9-Sep-96 Change dc21041_autoconf() to probe quiet BNC media
/linux-4.1.27/drivers/net/ethernet/dlink/
H A Dsundance.c32 static int debug = 1; /* 1 normal messages, 0 quiet .. 7 verbose. */
/linux-4.1.27/drivers/media/pci/cx23885/
H A Dcx23885-dvb.c2222 /* Put the analog decoder in standby to keep it quiet */ dvb_register()
/linux-4.1.27/drivers/net/ethernet/broadcom/
H A Dsb1250-mac.c64 /* 1 normal messages, 0 quiet .. 7 verbose. */
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_init.c862 * This is called to make the device quiet when we are about to
H A Dqib_file_ops.c1726 * for their own range, at least. If system very quiet, it might qib_do_user_init()
H A Dqib_iba6120.c780 * Make sure we get this much out, unless told to be quiet, qib_handle_6120_hwerrors()
/linux-4.1.27/arch/x86/kernel/apic/
H A Dapic.c2322 * subsystem is completely quiet while we enable x2apic lapic_resume()
/linux-4.1.27/drivers/hwmon/
H A Dabituguru.c345 * any retries, and thus be quiet. abituguru_send_address()
/linux-4.1.27/drivers/platform/x86/
H A Dthinkpad_acpi.c555 int quiet; acpi_evalf() local
563 quiet = 1; acpi_evalf()
566 quiet = 0; acpi_evalf()
617 if (!success && !quiet) acpi_evalf()
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Ds626.c2608 * being unusually quiet or at the rail. s626_initialize()
/linux-4.1.27/drivers/atm/
H A Dlanai.c763 * assuming everone else is quiet. In theory the time is
/linux-4.1.27/mm/
H A Dpage-writeback.c1137 * Skip quiet periods when disk bandwidth is under-utilized. __bdi_update_bandwidth()
H A Dmemory.c659 * Allow a burst of 60 reports, then keep quiet for that minute; print_bad_pte()
H A Dpage_alloc.c314 * Allow a burst of 60 reports, then keep quiet for that minute; bad_page()
/linux-4.1.27/drivers/md/
H A Draid10.c1058 * go quiet. freeze_array()
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1650 /* Leave quiet CCBs waiting for resources */ sym_flush_comp_queue()

Completed in 5374 milliseconds