/xen/tools/python/scripts/ |
A D | verify-stream-v2 | 21 verbose = False # Boolean - Summarise stream contents variable 26 if not quiet and verbose: 104 global fin, quiet, verbose 136 verbose = opts.verbose
|
A D | convert-legacy-stream | 29 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 D | gunzip.c | 41 # 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 D | xg_dom_elfloader.c | 47 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 D | xg_dom_hvmloader.c | 33 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 D | vchan-socket-proxy.c | 90 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 D | add_maintainers.pl | 209 my $verbose = 0; 234 'verbose' => \$verbose, 539 if ($verbose) { 546 if ($verbose) {
|
/xen/tools/xl/ |
A D | xl_info.c | 375 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 D | svmdebug.h | 17 const struct vcpu *v, bool verbose);
|
/xen/xen/tools/kconfig/tests/ |
A D | pytest.ini | 2 addopts = --verbose
|
/xen/xen/common/libelf/ |
A D | libelf-loader.c | 118 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 D | libelf-private.h | 29 if ((elf)->verbose) printk(fmt, ## args )
|
/xen/xen/arch/x86/include/asm/ |
A D | setup.h | 18 void early_cpu_init(bool verbose);
|
A D | irq.h | 172 void fixup_irqs(const cpumask_t *mask, bool verbose);
|
/xen/tools/libs/util/ |
A D | libxlu_cfg_y.y | 33 %error-verbose
|
/xen/xen/arch/x86/hvm/svm/ |
A D | svmdebug.c | 97 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 D | build-yocto.sh | 229 -v, --verbose Verbose build 261 -v|--verbose)
|
/xen/automation/eclair_analysis/ECLAIR/ |
A D | analysis.ecl | 13 -verbose
|
/xen/xen/scripts/ |
A D | diff-report.py | 25 if (args.verbose):
|
/xen/xen/include/xen/ |
A D | libelf.h | 219 bool verbose; member 367 void *log_caller_pointer, bool verbose);
|
/xen/xen/arch/x86/cpu/ |
A D | common.c | 324 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 D | xen-command-line.pandoc | 78 > `= 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 D | Makefile | 75 ifneq ($(origin verbose),undefined)
|
/xen/tools/tests/x86_emulator/ |
A D | test_x86_emulator.c | 47 #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 D | Makefile | 110 …RANLIB) ../newlib-$(NEWLIB_VERSION)/configure --prefix=$(CROSS_PREFIX) --verbose --target=$(GNU_TA…
|