Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 25 of 31) sorted by relevance

12

/xen/tools/python/scripts/
A Dverify-stream-v221 verbose = False # Boolean - Summarise stream contents variable
26 if not quiet and verbose:
104 global fin, quiet, verbose
136 verbose = opts.verbose
A Dconvert-legacy-stream29 verbose = False # Boolean - Summarise stream contents variable
41 if verbose:
634 global fin, fout, twidth, pv, qemu, verbose
692 verbose = opts.verbose
/xen/xen/common/gzip/
A Dgunzip.c41 # define Tracev(x) do { if (verbose) fprintf x ; } while (0)
42 # define Tracevv(x) do { if (verbose > 1) fprintf x ; } while (0)
43 # define Tracec(c, x) do { if (verbose && (c)) fprintf x ; } while (0)
44 # define Tracecv(c, x) do { if (verbose > 1 && (c)) fprintf x ; } while (0)
/xen/tools/libs/guest/
A Dxg_dom_elfloader.c47 int verbose) { in xc_elf_set_logfile() argument
48 elf_set_log(elf, log_callback, xch, verbose /* convert to bool */); in xc_elf_set_logfile()
98 static elf_negerrnoval check_elf_kernel(struct xc_dom_image *dom, bool verbose) in check_elf_kernel() argument
102 if ( verbose ) in check_elf_kernel()
111 if ( verbose ) in check_elf_kernel()
A Dxg_dom_hvmloader.c33 static elf_negerrnoval check_elf_kernel(struct xc_dom_image *dom, bool verbose) in check_elf_kernel() argument
37 if ( verbose ) in check_elf_kernel()
45 if ( verbose ) in check_elf_kernel()
/xen/tools/vchan/
A Dvchan-socket-proxy.c90 int verbose = 0; variable
108 if (verbose) in vchan_wr()
324 if (verbose) in data_loop()
342 if (verbose) in data_loop()
369 if (verbose) in data_loop()
419 verbose = 1; in main()
/xen/scripts/
A Dadd_maintainers.pl209 my $verbose = 0;
234 'verbose' => \$verbose,
539 if ($verbose) {
546 if ($verbose) {
/xen/tools/xl/
A Dxl_info.c375 static void list_domains(bool verbose, bool context, bool claim, bool numa, in list_domains() argument
387 if (verbose) printf(" UUID Reason-Code\tSecurity Label"); in list_domains()
388 if (context && !verbose) printf(" Security Label"); in list_domains()
426 if (verbose) { in list_domains()
433 if (verbose || context) in list_domains()
517 bool verbose = false; in main_list() local
540 verbose = true; in main_list()
584 list_domains(verbose, context, false /* claim */, numa, cpupool, in main_list()
/xen/xen/arch/x86/include/asm/hvm/svm/
A Dsvmdebug.h17 const struct vcpu *v, bool verbose);
/xen/xen/tools/kconfig/tests/
A Dpytest.ini2 addopts = --verbose
/xen/xen/common/libelf/
A Dlibelf-loader.c118 if (!(iserr || elf->verbose)) in elf_call_log_callback()
127 void *log_caller_data, bool verbose) in elf_set_log() argument
131 elf->verbose = verbose; in elf_set_log()
146 elf->verbose = 1; in elf_set_verbose()
A Dlibelf-private.h29 if ((elf)->verbose) printk(fmt, ## args )
/xen/xen/arch/x86/include/asm/
A Dsetup.h18 void early_cpu_init(bool verbose);
A Dirq.h172 void fixup_irqs(const cpumask_t *mask, bool verbose);
/xen/tools/libs/util/
A Dlibxlu_cfg_y.y33 %error-verbose
/xen/xen/arch/x86/hvm/svm/
A Dsvmdebug.c97 const struct vcpu *v, bool verbose) in svm_vmcb_isvalid() argument
107 if ( !verbose ) return true; \ in svm_vmcb_isvalid()
/xen/automation/build/yocto/
A Dbuild-yocto.sh229 -v, --verbose Verbose build
261 -v|--verbose)
/xen/automation/eclair_analysis/ECLAIR/
A Danalysis.ecl13 -verbose
/xen/xen/scripts/
A Ddiff-report.py25 if (args.verbose):
/xen/xen/include/xen/
A Dlibelf.h219 bool verbose; member
367 void *log_caller_pointer, bool verbose);
/xen/xen/arch/x86/cpu/
A Dcommon.c324 void __init early_cpu_init(bool verbose) in early_cpu_init() argument
347 if (!verbose) in early_cpu_init()
365 if (verbose) in early_cpu_init()
/xen/docs/misc/
A Dxen-command-line.pandoc78 > `= force | ht | noirq | <boolean> | verbose`
104 Finally, `acpi=verbose` will enable per-processor information logging
172 > `= verbose | debug`
502 …ondemand|userspace][,[<maxfreq>]][,[<minfreq>]]] } [,verbose]} | dom0-kernel | hwp[:[<hdc>][,verbo…
512 * `verbose` option can be included as a string or also as `verbose=<integer>`
808 = List of [ pv | pvh, shadow=<bool>, verbose=<bool>,
1076 ### e820-verbose (x86)
1081 Flag that enables verbose output when processing e820 information and
1478 = List of [ <bool>, verbose, debug, force, required,
1807 > `= verbose`
[all …]
/xen/xen/
A DMakefile75 ifneq ($(origin verbose),undefined)
/xen/tools/tests/x86_emulator/
A Dtest_x86_emulator.c47 #define verbose false /* Switch to true for far more logging. */ macro
565 if ( verbose ) in read()
619 if ( verbose ) in fetch()
633 if ( verbose ) in write()
662 if ( verbose ) in cmpxchg()
/xen/stubdom/
A DMakefile110 …RANLIB) ../newlib-$(NEWLIB_VERSION)/configure --prefix=$(CROSS_PREFIX) --verbose --target=$(GNU_TA…

Completed in 52 milliseconds

12