Searched refs:verbose (Results 1 - 25 of 272) sorted by last modified time

1234567891011

/linux-master/kernel/bpf/
H A Dverifier.c352 __printf(2, 3) static void verbose(void *private_data, const char *fmt, ...) function
372 verbose(env, "%s the register %s has", ctx, reg_name);
374 verbose(env, " smin=%lld", reg->smin_value);
378 verbose(env, " smax=%lld", reg->smax_value);
382 verbose(env, " unknown scalar value");
383 verbose(env, " should have been in [%d, %d]\n", range.minval, range.maxval);
609 verbose(env, "%s has to be at a constant offset\n", obj_kind);
615 verbose(env, "cannot pass in %s at an offset=%d\n", obj_kind, off);
621 verbose(env, "cannot pass in %s at an offset=%d\n", obj_kind, off);
839 verbose(en
[all...]
/linux-master/fs/bcachefs/
H A Dbtree_node_scan.c348 if (0 && c->opts.verbose) {
377 if (0 && c->opts.verbose) {
398 if (c->opts.verbose) {
474 if (c->opts.verbose) {
H A Dbtree_gc.c134 if (c->opts.verbose) {
170 if (c->opts.verbose) {
H A Dopts.h305 x(verbose, u8, \
H A Dbcachefs.h348 if ((c)->opts.verbose) \
354 if (opt_get(opts, verbose)) \
/linux-master/rust/
H A DMakefile44 rustc_host_target := $(shell $(RUSTC) --version --verbose | grep -F 'host: ' | cut -d' ' -f2)
57 cargo_quiet=--verbose
/linux-master/tools/perf/util/
H A Dannotate.c2681 if (verbose > 0)
H A Dsymbol-elf.c318 demangled = cxx_demangle_sym(elf_name, verbose > 0, verbose > 0);
H A Dsort.c241 if (verbose > 0) {
265 dso_name = verbose > 0 ? dso->long_name : dso->short_name;
362 if (verbose > 0) {
H A Dsession.c2725 int save_verbose = verbose;
2729 verbose = 0; /* Suppress verbose to print a summary only */
2731 verbose = save_verbose;
H A Dprobe-event.c687 dinfo = debuginfo_cache__open(tp->module, verbose <= 0);
/linux-master/scripts/gcc-plugins/
H A Dstackleak_plugin.c25 * Makefile.gcc-plugins to see the verbose dumps of the gcc passes;
38 static bool verbose = false; variable
51 "verbose\t\tprint info about the instrumentation\n"
106 if (verbose) {
203 if (verbose) {
411 if (verbose)
418 if (verbose)
594 } else if (!strcmp(argv[i].key, "verbose")) {
595 verbose = true;
604 if (verbose)
[all...]
/linux-master/drivers/block/null_blk/
H A Dmain.c1841 attr->verbose = 0;
/linux-master/scripts/
H A Dkernel-doc126 -verbose => 99,
137 my $verbose = 0;
185 $verbose = 1;
329 $verbose = 1;
343 pod2usage(-exitval => 0, -verbose => 2);
372 -verbose => 99,
381 -verbose => 99,
2107 if ($verbose) {
2415 if ($verbose && $errors) {
2418 if ($verbose
[all...]
/linux-master/tools/objtool/
H A Dcheck.c4845 if (opts.verbose)
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_attr.c3933 # You can set a bit mask to record specific types of verbose messages:
7000 * lpfc_hba_log_verbose_init - Set hba's log verbose level
7002 * @verbose: Verbose level to set.
7010 lpfc_hba_log_verbose_init(struct lpfc_hba *phba, uint32_t verbose) argument
7012 phba->cfg_log_verbose = verbose;
/linux-master/drivers/scsi/
H A Dch.c62 static int verbose = 1; variable
63 module_param(verbose, int, 0644);
64 MODULE_PARM_DESC(verbose,"be verbose (default: on)");
97 if (verbose) \
/linux-master/drivers/ata/
H A Dlibata-eh.c2574 int verbose = !(ehc->i.flags & ATA_EHI_QUIET); local
2707 if (verbose)
2735 if (verbose)
2780 if (verbose)
/linux-master/tools/testing/selftests/exec/
H A Dexecveat.c417 const char *verbose = getenv("VERBOSE"); local
423 if (verbose) {
442 if (verbose)
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h1382 u32 verbose);
/linux-master/drivers/mtd/ubi/
H A Dubi.h931 struct ubi_ec_hdr *ec_hdr, int verbose);
935 struct ubi_vid_io_buf *vidb, int verbose);
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dxen_shinfo_test.c456 bool verbose; local
459 verbose = argc > 1 && (!strncmp(argv[1], "-v", 3) ||
460 !strncmp(argv[1], "--verbose", 10));
672 if (verbose)
682 if (verbose)
691 if (verbose)
706 if (verbose)
718 if (verbose)
730 if (verbose)
738 if (verbose)
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dstv6110x_priv.h22 if ((verbose > FE_ERROR) && (verbose > __y)) \
24 else if ((verbose > FE_NOTICE) && (verbose > __y)) \
26 else if ((verbose > FE_INFO) && (verbose > __y)) \
28 else if ((verbose > FE_DEBUG) && (verbose > __y)) \
31 if (verbose > __y) \
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh14 verbose=
36 echo "-v: verbose progress reporting"
84 [ -z "$verbose" ] || echo "$*"
325 verbose=true
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c53 unsigned int verbose; variable
571 verbose++;
1174 if (verbose)
1189 if (verbose)
1205 if (verbose)
1216 if (verbose)

Completed in 373 milliseconds

1234567891011