Searched refs:quiet (Results 26 - 50 of 103) sorted by path

12345

/linux-master/drivers/platform/loongarch/
H A Dloongson-laptop.c70 int success, quiet; local
82 quiet = 1;
85 quiet = 0;
133 if (!success && !quiet)
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c602 int quiet; local
610 quiet = 1;
613 quiet = 0;
664 if (!success && !quiet)
/linux-master/drivers/scsi/
H A Dscsi_ioctl.c714 compat_int_t quiet; member in struct:compat_cdrom_generic_command
736 .quiet = cgc32.quiet,
761 .quiet = cgc->quiet,
H A Dsr_ioctl.c54 cgc.quiet = 1;
221 if (!cgc->quiet)
232 if (!cgc->quiet)
245 if (!cgc->quiet)
H A Dsr_vendor.c200 cgc.quiet = 1;
227 cgc.quiet = 1;
256 cgc.quiet = 1;
284 cgc.quiet = 1;
302 cgc.quiet = 1;
/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/fs/ext2/
H A Ddir.c99 static bool ext2_check_folio(struct folio *folio, int quiet, char *kaddr) argument
141 if (!quiet)
161 if (!quiet)
169 if (!quiet) {
191 int quiet, struct folio **foliop)
201 if (!ext2_check_folio(folio, quiet, kaddr))
190 ext2_get_folio(struct inode *dir, unsigned long n, int quiet, struct folio **foliop) argument
/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 Dfile.c498 if (sbi->options.quiet)
531 if (sbi->options.quiet)
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/fs/pstore/
H A Dinode.c397 void pstore_get_records(int quiet) argument
405 pstore_get_backend_records(psinfo, root, quiet);
H A Dinternal.h41 struct dentry *root, int quiet);
H A Dplatform.c657 struct dentry *root, int quiet)
707 if (rc != -EEXIST || !quiet)
656 pstore_get_backend_records(struct pstore_info *psi, struct dentry *root, int quiet) argument
/linux-master/fs/ubifs/
H A Dio.c222 * @quiet: print no messages
245 int lnum, int offs, int quiet, int must_chk_crc)
256 if (!quiet)
266 if (!quiet)
290 if (!quiet)
301 if (!quiet)
304 if (!quiet) {
244 ubifs_check_node(const struct ubifs_info *c, const void *buf, int len, int lnum, int offs, int quiet, int must_chk_crc) argument
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 Dscan.c53 * @quiet: print no messages
58 int offs, int quiet)
79 if (ubifs_check_node(c, buf, len, lnum, offs, quiet, 1))
90 if (!quiet) {
100 if (!quiet)
244 * @quiet: print no messages
251 * If @quiet is non-zero, this function does not print large and scary
255 int offs, void *sbuf, int quiet)
274 ret = ubifs_scan_a_node(c, buf, len, lnum, offs, quiet);
314 if (!quiet)
57 ubifs_scan_a_node(const struct ubifs_info *c, void *buf, int len, int lnum, int offs, int quiet) argument
254 ubifs_scan(const struct ubifs_info *c, int lnum, int offs, void *sbuf, int quiet) argument
[all...]
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/include/linux/
H A Dcdrom.h28 int quiet; member in struct:packet_command
/linux-master/include/net/
H A Dcfg80211.h8805 * @quiet: whether or not immediate quiet was requested by the AP
8814 bool quiet);
/linux-master/include/uapi/linux/
H A Dcdrom.h292 int quiet; member in struct:cdrom_generic_command
/linux-master/kernel/
H A Dgen_kheaders.sh71 done | cpio --quiet -pd $cpio_dir
79 done | cpio --quiet -pdu $cpio_dir >/dev/null 2>&1
/linux-master/net/wireless/
H A Dnl80211.c19347 u8 count, bool quiet)
19376 if (quiet &&
19438 bool quiet)
19452 count, quiet);
19341 nl80211_ch_switch_notify(struct cfg80211_registered_device *rdev, struct net_device *netdev, unsigned int link_id, struct cfg80211_chan_def *chandef, gfp_t gfp, enum nl80211_commands notif, u8 count, bool quiet) argument
19435 cfg80211_ch_switch_started_notify(struct net_device *dev, struct cfg80211_chan_def *chandef, unsigned int link_id, u8 count, bool quiet) argument
/linux-master/rust/
H A DMakefile47 ifeq ($(quiet),silent_)
52 else ifeq ($(quiet),quiet_)
/linux-master/scripts/
H A Dcheck-uapi.sh141 ! git diff --quiet
530 quiet="false"
554 quiet="true"
559 quiet="false"
566 if [ "$quiet" = "true" ]; then
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...]

Completed in 653 milliseconds

12345