Home
last modified time | relevance | path

Searched refs:print (Results 1 – 25 of 39) sorted by relevance

12

/xen/tools/xenstat/xentop/
A Dxentop.c578 print("%9s", "n/a"); in print_max_pct()
699 print("%8llu", vbd_oo); in print_vbd_oo()
703 print("%8c", '-'); in print_vbd_oo()
992 print(" "); in do_header()
1001 print("\n"); in do_header()
1048 print(" "); in do_domain()
1051 fields[i].print(domain); in do_domain()
1055 print("\n"); in do_domain()
1065 print("VCPUs(sec): "); in do_vcpu()
1075 print("\n "); in do_vcpu()
[all …]
/xen/m4/
A Dpython_devel.m49 print("-I" + distutils.sysconfig.get_config_var("INCLUDEPY"))'`"
11 print(distutils.sysconfig.get_config_var("CFLAGS"))'`"
13 print("-L" + distutils.sysconfig.get_python_lib(plat_specific=1,\
16 print(distutils.sysconfig.get_config_var("LINKFORSHARED"))'`"
18 print(distutils.sysconfig.get_config_var("LDFLAGS"))'`"
20 print(distutils.sysconfig.get_config_var("LIBS"))'`"
22 print(distutils.sysconfig.get_config_var("SYSLIBS"))'`"
A Dpkg.m452 # to PKG_CHECK_MODULES(), but does not set variables or print errors.
62 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
124 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
126 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
A Dax_compare_version.m4137 ax_compare_version_len_A=`echo "$A" | $AWK '{print(length)}'`
138 ax_compare_version_len_B=`echo "$B" | $AWK '{print(length)}'`
/xen/xen/tools/kconfig/tests/preprocess/escape/
A DKconfig23 # The following should print "$(X)". It should not be expanded further.
28 # The following should print "(".
33 # The following should print "$(X)". It should not be expanded further.
37 # The following should print "$(X)" as well.
41 # The following should print "$(".
/xen/stubdom/grub.patches/
A D20print_func.diff7 * docs/grub.texi: Added print command description.
23 +/* print */
34 + "print",
37 + "print [MESSAGE ...]",
/xen/xen/arch/x86/x86_64/
A Dmmconf-fam10h.c145 bool_t print = opt_cpu_info; in fam10h_check_enable_mmcfg() local
171 print = 1; in fam10h_check_enable_mmcfg()
178 if (print) in fam10h_check_enable_mmcfg()
/xen/tools/flask/policy/policy/support/
A Dmisc_macros.spt35 # print a warning message
43 # print an error message. does not
/xen/docs/process/
A Dxen-release-management.pandoc431 print " ",s2[i];
436 print " - "jira
439 print " -", o[i]
442 print ""
457 print \$0,"\n"
467 print "* ", subject
470 print " ",s2[i];
475 print " - "jira
478 print " -", o[i]
481 print ""
[all …]
A Dbranching-checklist.txt69 perl -i~ -pe 'next unless m/\b\Q'$ov'\E\b/; $x=$_; $x=~ s/\b\Q'$ov'\E\b/'$v'/g; print $x;' versions
/xen/xen/include/xen/
A Dspinlock.h118 #define lock_profile_register_struct(type, ptr, idx, print) \ argument
119 _lock_profile_register_struct(type, &((ptr)->profile_head), idx, print)
135 #define lock_profile_register_struct(type, ptr, idx, print) argument
/xen/tools/xl/
A Dbash-completion13 …opts=`${xl} help 2>/dev/null | sed '1,4d' | awk '/^ [^ ]/ {print $1}' | sed 's/$/ ,/g'` && COMPREP…
/xen/xen/
A DKconfig.debug60 You can use serial console to print (and reset) using 'l' and 'L'
75 console to print (and reset) using 'p' and 'P' respectively, or
A DCOPYING132 interactive use in the most ordinary way, to print or display an
138 does not normally print such an announcement, your work based on
139 the Program is not required to print an announcement.)
/xen/tools/ocaml/xenstored/
A Dlogging.ml313 let print = match ty with
320 if print then access_logging ~tid ~con ~data (XbOp ty) ~level:Info
331 let print, level = match ty with
337 if print then access_logging ~tid ~con ~data (XbOp ty) ~level
/xen/docs/misc/
A Dprintk-formats.txt35 fall back to '%p' and print the address in hex.
A Dxenstore.txt327 print memory statistics to logfile (no <file-name>
329 print|<string>
330 print <string> to syslog (xenstore runs as daemon) or
/xen/docs/man/
A Dxentrace_format.1.pod3 xentrace_format - pretty-print Xen trace data
/xen/tools/firmware/rombios/
A Dapmbios.S65 ; print the hex number in eax
/xen/tools/xenmon/
A DCOPYING105 interactive use in the most ordinary way, to print or display an
111 does not normally print such an announcement, your work based on
112 the Program is not required to print an announcement.)
/xen/
A DINSTALL178 Per default some parts of the tools code will print additional runtime
202 Per default some parts of the tools code will print additional runtime
A DCOPYING182 interactive use in the most ordinary way, to print or display an
188 does not normally print such an announcement, your work based on
189 the Program is not required to print an announcement.)
/xen/xen/arch/x86/boot/
A Dvideo.S842 # Routine to print asciiz string at ds:si
/xen/docs/features/
A Dintel_psr_cat_cdp.pandoc70 If `-lX` is specified and LX is not supported, print error.
86 If `-lX` is specified and LX is not supported, print error.
/xen/xen/arch/x86/
A Dtraps.c827 static bool extable_fixup(struct cpu_user_regs *regs, bool print) in extable_fixup() argument
838 if ( IS_ENABLED(CONFIG_DEBUG) && print ) in extable_fixup()

Completed in 36 milliseconds

12