Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 25 of 27) 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-stream28 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 Dgunzip.c42 # 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 DKconfig344 build becoming overly verbose.
/xen/tools/libxc/
A Dxc_dom_elfloader.c48 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 Dxc_dom_hvmloader.c35 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 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.c363 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 Dsvmdebug.h28 const struct vcpu *v, bool 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/tools/kconfig/tests/
A Dpytest.ini2 addopts = --verbose
/xen/xen/arch/x86/hvm/svm/
A Dsvmdebug.c103 const struct vcpu *v, bool verbose) in svm_vmcb_isvalid() argument
112 if ( !verbose ) return true; \ in svm_vmcb_isvalid()
/xen/tools/libxl/
A Dlibxlu_cfg_y.y33 %error-verbose
A Dlibxl_types.idl635 … ("pvshim_extra", string), # eg "loglvl=all guest_loglvl=all apic_verbosity=debug e820-verbose"
/xen/xen/include/xen/
A Dlibelf.h218 bool verbose; member
362 void *log_caller_pointer, bool verbose);
/xen/xen/include/asm-x86/
A Dirq.h160 void fixup_irqs(const cpumask_t *mask, bool verbose);
/xen/tools/xenstore/
A Dxenstored_core.c78 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 DRules.mk30 ifneq ($(origin verbose),undefined)
/xen/docs/misc/
A Dxen-command-line.pandoc172 > `= 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 Dtest_x86_emulator.c47 #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 Dirq.c2545 void fixup_irqs(const cpumask_t *mask, bool verbose) in fixup_irqs() argument
2649 if ( !verbose ) in fixup_irqs()
/xen/stubdom/
A DMakefile101 …RANLIB) ../newlib-$(NEWLIB_VERSION)/configure --prefix=$(CROSS_PREFIX) --verbose --target=$(GNU_TA…
/xen/tools/libxc/include/
A Dxenctrl.h2376 int verbose);

Completed in 51 milliseconds

12