/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 | 28 verbose = False # Boolean - Summarise stream contents variable 40 if verbose: 633 global fin, fout, twidth, pv, qemu, verbose 691 verbose = opts.verbose
|
/xen/xen/common/ |
A D | gunzip.c | 42 # define Tracev(x) do { if (verbose) fprintf x ; } while (0) 43 # define Tracevv(x) do { if (verbose > 1) fprintf x ; } while (0) 44 # define Tracec(c, x) do { if (verbose && (c)) fprintf x ; } while (0) 45 # define Tracecv(c, x) do { if (verbose > 1 && (c)) fprintf x ; } while (0)
|
A D | Kconfig | 344 build becoming overly verbose.
|
/xen/tools/libxc/ |
A D | xc_dom_elfloader.c | 48 int verbose) { in xc_elf_set_logfile() argument 49 elf_set_log(elf, log_callback, xch, verbose /* convert to bool */); in xc_elf_set_logfile() 99 static elf_negerrnoval check_elf_kernel(struct xc_dom_image *dom, bool verbose) in check_elf_kernel() argument 103 if ( verbose ) in check_elf_kernel() 112 if ( verbose ) in check_elf_kernel()
|
A D | xc_dom_hvmloader.c | 35 static elf_negerrnoval check_elf_kernel(struct xc_dom_image *dom, bool verbose) in check_elf_kernel() argument 39 if ( verbose ) in check_elf_kernel() 47 if ( verbose ) in check_elf_kernel()
|
/xen/tools/libvchan/ |
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 | 363 static void list_domains(bool verbose, bool context, bool claim, bool numa, in list_domains() argument 375 if (verbose) printf(" UUID Reason-Code\tSecurity Label"); in list_domains() 376 if (context && !verbose) printf(" Security Label"); in list_domains() 414 if (verbose) { in list_domains() 421 if (verbose || context) in list_domains() 505 bool verbose = false; in main_list() local 528 verbose = true; in main_list() 572 list_domains(verbose, context, false /* claim */, numa, cpupool, in main_list()
|
/xen/xen/include/asm-x86/hvm/svm/ |
A D | svmdebug.h | 28 const struct vcpu *v, bool 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/tools/kconfig/tests/ |
A D | pytest.ini | 2 addopts = --verbose
|
/xen/xen/arch/x86/hvm/svm/ |
A D | svmdebug.c | 103 const struct vcpu *v, bool verbose) in svm_vmcb_isvalid() argument 112 if ( !verbose ) return true; \ in svm_vmcb_isvalid()
|
/xen/tools/libxl/ |
A D | libxlu_cfg_y.y | 33 %error-verbose
|
A D | libxl_types.idl | 635 … ("pvshim_extra", string), # eg "loglvl=all guest_loglvl=all apic_verbosity=debug e820-verbose"
|
/xen/xen/include/xen/ |
A D | libelf.h | 218 bool verbose; member 362 void *log_caller_pointer, bool verbose);
|
/xen/xen/include/asm-x86/ |
A D | irq.h | 160 void fixup_irqs(const cpumask_t *mask, bool verbose);
|
/xen/tools/xenstore/ |
A D | xenstored_core.c | 78 static bool verbose = false; variable 221 if (verbose) in write_messages() 1423 if (verbose) in consider_message() 1625 if (verbose) in tdb_logger() 2034 verbose = true; in main()
|
/xen/xen/ |
A D | Rules.mk | 30 ifneq ($(origin verbose),undefined)
|
/xen/docs/misc/ |
A D | xen-command-line.pandoc | 172 > `= verbose | debug` 487 … [:[powersave|performance|ondemand|userspace][,<maxfreq>][,[<minfreq>][,[verbose]]]]} | dom0-kerne… 497 * `verbose` option can be included as a string or also as `verbose=<integer>` 701 = List of [ pv | pvh, shadow=<bool>, verbose=<bool>, 731 * The `verbose` boolean is intended for diagnostics, and prints out extra 925 ### e820-verbose (x86) 930 Flag that enables verbose output when processing e820 information and 1281 = List of [ <bool>, verbose, debug, force, required, quarantine, 1312 * The `verbose` and `debug` booleans can be used to print additional 1517 > `= verbose` [all …]
|
/xen/tools/tests/x86_emulator/ |
A D | test_x86_emulator.c | 47 #define verbose false /* Switch to true for far more logging. */ macro 548 if ( verbose ) in read() 603 if ( verbose ) in fetch() 617 if ( verbose ) in write() 646 if ( verbose ) in cmpxchg()
|
/xen/xen/arch/x86/ |
A D | irq.c | 2545 void fixup_irqs(const cpumask_t *mask, bool verbose) in fixup_irqs() argument 2649 if ( !verbose ) in fixup_irqs()
|
/xen/stubdom/ |
A D | Makefile | 101 …RANLIB) ../newlib-$(NEWLIB_VERSION)/configure --prefix=$(CROSS_PREFIX) --verbose --target=$(GNU_TA…
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 2376 int verbose);
|