Home
last modified time | relevance | path

Searched refs:default (Results 1 – 25 of 130) sorted by relevance

123456

/xen-4.10.0-shim-comet/docs/man/
A Dxl.conf.pod.561 of memory given to domain 0 by default.
92 =item B<vif.default.script="PATH">
100 =item B<vif.default.bridge="NAME">
102 Configures the default bridge to set for virtual network devices.
108 =item B<vif.default.backend="NAME">
114 =item B<vif.default.gatewaydev="NAME">
120 =item B<remus.default.netbufscript="PATH">
126 =item B<colo.default.proxyscript="PATH">
128 Configures the default script used by COLO to setup colo-proxy.
135 readable" information. The default is to use the C<JSON>
[all …]
A Dxl-network-configuration.pod.544 The default if this keyword is not specified is to be automatically
89 added to. The default is C<xenbr0>. The bridge must be configured using
114 C<ioemu> (default) -- this device will be provided as an emulate
140 C<rtl8139> (default) -- Realtek RTL8139
163 The default name for the virtual device is C<vifDOMID.DEVID> where
165 number. Likewise the default tap name is C<vifDOMID.DEVID-emu>.
178 Specifies the IP address for the device, the default is not to
197 The default if this keyword is not specified is unlimited.
227 is replenished. The default is 50ms.
A Dxl.cfg.pod.5.in939 This option is the default.
1157 =item B<1>, B<"default">
1201 The default value is 2048.
1226 by default.
1522 The default is B<ide>.
1854 =item B<default>
2119 The default is B<cirrus>.
2360 default.
2533 The default is B<en-us>.
2560 =item B<default>
[all …]
/xen-4.10.0-shim-comet/xen/common/
A DKconfig57 default y
93 default n
145 default n
173 default y
180 default y
188 default y
195 default y
233 default X86
244 default y
267 default ""
[all …]
/xen-4.10.0-shim-comet/xen/drivers/char/
A DKconfig3 default y
9 default y
17 default y
25 default y
33 default y
41 default y
/xen-4.10.0-shim-comet/tools/libxl/
A Didl.txt22 Type.namespace: (default: "libxl_")
30 Type.passby: (default: idl.PASS_BY_VALUE)
42 Type.autogenerate_dispose_fn: (default: True)
47 Type.copy_fn: (default: typename + "_copy" or None if type == None)
52 Type.autogenerate_copy_fn: (default: True)
59 Type.init_val: (default: None)
65 Type.init_fn: (default: typename + "_init" if dir in [IN, BOTH] and
70 Type.autogenerate_init_fn: (default: True if dir in [IN, BOTH])
85 Type.autogenerate_json: (default: True)
92 has been set to default value (internal libxl implementation).
[all …]
/xen-4.10.0-shim-comet/tools/python/scripts/
A Dverify-stream-v2141 default = "0",
143 parser.add_option("-v", "--verbose", action = "store_true", default = False,
145 parser.add_option("-q", "--quiet", action = "store_true", default = False,
148 metavar = "<libxc|libxl|xl>", default = "libxc",
151 parser.add_option("--syslog", action = "store_true", default = False,
/xen-4.10.0-shim-comet/tools/xenmon/
A Dxenmon.py78 default = "log", help="prefix to use for output files")
80 action="store", type="int", default=10,
83 action="store", type="int", default=1000,
86 action="store", type="int", default=100,
88 parser.add_option("--cpu", dest="cpu", action="store", type="int", default=0,
92 default=False, help="Display allocated time for each domain")
97 default=True, help="Display blocked time for each domain")
102 default=True, help="Display waiting time for each domain")
107 default=False, help="Display execution count for each domain")
111 default=False, help="Display I/O count for each domain")
[all …]
/xen-4.10.0-shim-comet/xen/tools/
A DMakefile4 .PHONY: default
5 default: target
/xen-4.10.0-shim-comet/xen/arch/
A DKconfig5 default "256" if X86
6 default "128" if ARM
/xen-4.10.0-shim-comet/tools/tests/mce-test/tools/
A DREADME19 -c, --cpu=CPU_ID target CPU, the default is CPU0
20 -d, --domain=DomID target domain, the default is Xen itself
21 -p, --page physical page address, the default is 0x180020
/xen-4.10.0-shim-comet/xen/arch/arm/
A DKconfig3 default ARCH != "arm32"
29 default "arch/arm/configs/arm32_defconfig" if ARM_32
30 default "arch/arm/configs/arm64_defconfig" if ARM_64
55 default y
67 default y
89 default y
112 default y
134 default y
153 default y
/xen-4.10.0-shim-comet/m4/
A Dfeatures.m42 AC_ARG_ENABLE([$1], AS_HELP_STRING([--disable-$1], [$2 (default is ENABLED)]))
7 AC_ARG_ENABLE([$1], AS_HELP_STRING([--enable-$1], [$2 (default is DISABLED)]))
A Dstubdom.m43 AS_HELP_STRING([--disable-$1], [Build and install $1 (default is ENABLED)]),[
13 AS_HELP_STRING([--enable-$1], [Build and install $1 (default is DISABLED)]),[
/xen-4.10.0-shim-comet/xen/
A DKconfig.debug6 default n
25 default DEBUG
43 default GCOV_FORMAT_AUTODETECT
110 default DEBUG
125 default DEBUG
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D30savedefault.diff52 + if (grub_memcmp ("--default=", arg, sizeof ("--default=") - 1) == 0)
54 + char *p = arg + sizeof ("--default=") - 1;
77 + grub_strncat (default_file + i, "default", DEFAULT_FILE_BUFLEN - i);
/xen-4.10.0-shim-comet/docs/misc/
A Dkconfig-language.txt40 the config option, input prompt, dependencies, help text and default
67 - default value: "default" <expr> ["if" <expr>]
68 A config option can have any number of default values. If multiple
69 default values are visible, only the first defined one is active.
71 defined. This means the default can be defined somewhere else or be
73 The default value is only assigned to the config symbol if no other
75 prompt is visible the default value is presented to the user and can
80 - type definition + default value:
92 default y if BAR
96 default y
[all …]
A Dkconfig.txt34 This environment variable can be used to specify a default kernel config
35 file name to override the default name of ".config".
45 with its value when saving the configuration, instead of using the default,
132 "auto.conf" file. Its default value is "include/config/auto.conf".
137 "tristate.conf" file. Its default value is "include/config/tristate.conf".
143 Its default value is "include/generated/autoconf.h".
195 bluetitle => a LCD friendly version of classic. (default)
/xen-4.10.0-shim-comet/xen/arch/x86/
A DKconfig30 default "arch/x86/configs/x86_64_defconfig"
42 default y
64 default y
82 default n
93 default DEBUG
/xen-4.10.0-shim-comet/tools/libs/toolcore/
A Dlibxentoolcore.map7 local: *; /* Do not expose anything by default */
/xen-4.10.0-shim-comet/xen/arch/x86/genapic/
A DMakefile3 obj-y += default.o
/xen-4.10.0-shim-comet/tools/libs/toollog/
A Dlibxentoollog.map11 local: *; /* Do not expose anything by default */
/xen-4.10.0-shim-comet/tools/libs/foreignmemory/
A Dlibxenforeignmemory.map7 local: *; /* Do not expose anything by default */
/xen-4.10.0-shim-comet/tools/libs/call/
A Dlibxencall.map18 local: *; /* Do not expose anything by default */
/xen-4.10.0-shim-comet/tools/libs/evtchn/
A Dlibxenevtchn.map18 local: *; /* Do not expose anything by default */

Completed in 21 milliseconds

123456