Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 62) sorted by relevance

123

/xen-4.10.0-shim-comet/tools/examples/
A DREADME8 If you write a useful script and would like to share it, please do
16 cpupool - example configuration script for 'xm cpupool-create'
19 critical sections inside script files
21 vif-bridge - virtual network start/stop script in bridged mode
23 vif-nat - xen virtual network start/stop script in NAT mode
24 vif-route - xen virtual network start/stop script in routed mode
29 xen-script-common.sh - sourced by xen-hotplug-common.sh
30 xmexample1 - example configuration script for 'xm create'
31 xmexample2 - a more complex configuration script for 'xm create'
32 xmexample3 - an advanced configuration script for 'xm create'
[all …]
A Dcpupool3 # This script sets the parameters used when a cpupool is created using
5 # You use a separate script for each cpupool you want to create, or
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_linux.c37 char *script, libxl__device *dev) in get_hotplug_env() argument
47 env[nr++] = script; in get_hotplug_env()
103 char *script; in libxl__hotplug_nic() local
109 if (!script) { in libxl__hotplug_nic()
127 *env = get_hotplug_env(gc, script, dev); in libxl__hotplug_nic()
135 (*args)[nr++] = script; in libxl__hotplug_nic()
159 char *script; in libxl__hotplug_disk() local
162 script = libxl__xs_read(gc, XBT_NULL, in libxl__hotplug_disk()
164 if (!script) { in libxl__hotplug_disk()
171 *env = get_hotplug_env(gc, script, dev); in libxl__hotplug_disk()
[all …]
A Dlibxl_freebsd.c119 char *script; in libxl__hotplug_nic() local
143 script = libxl__xs_read(gc, XBT_NULL, in libxl__hotplug_nic()
145 if (!script) { in libxl__hotplug_nic()
154 (*args)[nr++] = script; in libxl__hotplug_nic()
170 char *script; in libxl__hotplug_disk() local
173 script = libxl__xs_read(gc, XBT_NULL, in libxl__hotplug_disk()
175 if (!script) { in libxl__hotplug_disk()
184 (*args)[nr++] = script; in libxl__hotplug_disk()
A Dlibxl_netbsd.c39 char *script; in libxl__hotplug() local
42 script = libxl__xs_read(gc, XBT_NULL, in libxl__hotplug()
44 if (!script) { in libxl__hotplug()
52 (*args)[nr++] = script; in libxl__hotplug()
A Dlibxlu_disk_l.l186 script=[^,]*,? { STRIP(','); SAVESTRING("script", script, FROMEQUALS); }
228 &DPC->disk->script, newscript);
A Dlibxl_disk.c242 char *dev = NULL, *script; in device_disk_add() local
329 script = libxl__abs_path(gc, disk->script?: "block", in device_disk_add()
331 flexarray_append_pair(back, "script", script); in device_disk_add()
354 assert(!disk->script); in device_disk_add()
920 && disk->script == NULL) { in libxl__device_disk_find_local_path()
940 if (disk->script && guest_domid != INVALID_DOMID) { in libxl__device_disk_find_local_path()
1002 if (in_disk->script != NULL) in libxl__device_disk_local_initiate_attach()
1003 disk->script = libxl__strdup(gc, in_disk->script); in libxl__device_disk_local_initiate_attach()
A Dlibxl_nic.c85 if ( !nic->script && asprintf(&nic->script, "%s/vif-bridge", in libxl__device_nic_setdefault()
150 if (nic->script) in libxl__set_xenstore_nic()
152 libxl__abs_path(gc, nic->script, in libxl__set_xenstore_nic()
316 (const char **)(&nic->script)); in libxl__nic_from_xenstore()
/xen-4.10.0-shim-comet/tools/hotplug/Linux/
A Dvif-setup.in3 if test "$script"
5 exec $script $*
A Dxen-hotplug-common.sh.in20 . "$dir/xen-script-common.sh"
61 # exit this script if any of the paths is missing.
94 # Write each of the key/value pairs to the store, and exit this script if any
A Dexternal-device-migrate32 Pass the following command line parameters to the script:
/xen-4.10.0-shim-comet/tools/hotplug/Linux/vif-post.d/
A D00-vif-local.hook5 # This script will be sourced by, e.g., vif-bridge after the hotplugging
6 # system calls vif-bridge. The script is here and not simply executed as
8 # variables set by the calling vif-* script.
/xen-4.10.0-shim-comet/m4/
A Ddepends.m45 $2="/$3-disabled-in-configure-script"
10 $2="/$3-disabled-in-configure-script"
/xen-4.10.0-shim-comet/docs/misc/
A Dblock-scripts.txt14 3. When a user specifies a custom hotplug script.
20 possible include and use the common Xen functionality. If the script
21 is run from the normal block script location (/etc/xen/scripts by
23 the script:
40 argument of the script (i.e. $1).
45 When the script is run, the following nodes shall already have been
58 When the script is run, the following nodes shall already have been
110 block script wants to check to make sure the *major/minor* number
117 script use physical-device if it's present, but if not, to directly
A Dcoverage.markdown35 in the same directory that you execute the script. As file names are generated
36 relative to the current directory, it could be a good idea to run the script
40 * It is simpler to maintain a high level script than a C program;
/xen-4.10.0-shim-comet/tools/fuzz/
A DREADME.oss-fuzz20 We also provide build script to oss-fuzz. The build script will
22 environment, which has libFuzzEngine installed. The build script is
/xen-4.10.0-shim-comet/tools/xl/
A Dxl_nic.c30 free(nic->script); in set_default_nic_values()
31 nic->script = strdup(default_vifscript); in set_default_nic_values()
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/
A DBIG.FAT.WARNING3 kernel configuration script. Please do not bother Savio Lam with
/xen-4.10.0-shim-comet/docs/man/
A Dxl-network-configuration.pod.598 by the vif-route hotplug script. See L<wiki|http://wiki.xen.org/wiki/Vif-route> for guidance and
168 =head2 script
170 Specifies the hotplug script to run to configure this device (e.g. to
172 C<XEN_SCRIPT_DIR/vif-bridge> but can be set to any script. Some example
181 What, if any, effect this has depends on the hotplug script which is
A Dxl.conf.pod.592 =item B<vif.default.script="PATH">
94 Configures the default hotplug script used by virtual network devices.
122 Configures the default script used by Remus to setup network buffering.
128 Configures the default script used by COLO to setup colo-proxy.
A Dxl-disk-configuration.pod.5256 =item B<script>=I<SCRIPT>
476 =item B<script>
482 Specifies the script (deprecated)
491 "script" (see above) with a prefix. For compatibility, these four
492 prefixes are recognised as specifying the corresponding script. They
493 are equivalent to C<script=block-SCRIPT>.
/xen-4.10.0-shim-comet/docs/
A Dconfigure.ac2 # Process this file with autoconf to produce a configure script.
/xen-4.10.0-shim-comet/
A Dconfigure.ac2 # Process this file with autoconf to produce a configure script.
/xen-4.10.0-shim-comet/tools/hotplug/FreeBSD/
A DMakefile21 uninstall: uninstall-script uninstall-rcd
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in6 # The xendomains script can send SysRq requests to domains on shutdown.
98 # Note that the script tries to be clever if both RESTORE and AUTO are
122 # If this variable is non-zero, the script will set up a watchdog timer

Completed in 15 milliseconds

123