Home
last modified time | relevance | path

Searched refs:xl (Results 1 – 25 of 26) sorted by relevance

12

/tools/xl/
A Dbash-completion1 # Copy this file to /etc/bash_completion.d/xl
7 local cur opts xl
10 xl=xl
13 …opts=`${xl} help 2>/dev/null | sed '1,4d' | awk '/^ [^ ]/ {print $1}' | sed 's/$/ ,/g'` && COMPREP…
20 complete -F _xl -o nospace -o default xl
A DMakefile20 XL_OBJS = xl.o xl_cmdtable.o xl_sxp.o xl_utils.o $(XL_OBJS-y)
33 all: xl
35 xl: $(XL_OBJS) target
42 $(INSTALL_PROG) xl $(DESTDIR)$(sbindir)
43 $(INSTALL_DATA) bash-completion $(DESTDIR)$(BASH_COMPLETION_DIR)/xl
47 rm -f $(DESTDIR)$(BASH_COMPLETION_DIR)/xl
48 rm -f $(DESTDIR)$(sbindir)/xl
52 $(RM) *.o xl $(DEPS_RM)
A Dcheck-xl-vcpupin-parse5 if [ -x ./xl ] ; then
7 XL=./xl
9 XL=xl
12 fprefix=tmp.check-xl-vcpupin-parse
13 outfile=check-xl-vcpupin-parse.data
141 nr_cpus=`xl info | grep nr_cpus | cut -f2 -d':'`
142 nr_nodes=`xl info | grep nr_nodes | cut -f2 -d':'`
143 nr_cpus_per_node=`xl info -n | sed '/cpu:/,/numa_info/!d' | head -n -1 | \
A Dcheck-xl-disk-parse5 if [ -x ./xl ] ; then
7 XL=./xl
9 XL=xl
12 fprefix=tmp.check-xl-disk-parse
A Dcheck-xl-vif-parse5 if [ -x ./xl ] ; then
7 XL=./xl
9 XL=xl
12 fprefix=tmp.check-xl-vif-parse
A DCODING_STYLE8 Much of the code in xl does not yet follow this coding style
71 permitted exceptions to the usual xl code formatting rules.
100 - It is the xl coding style.
115 - It is the xl coding style.
202 Furthermore, it is the xl coding style.
/tools/tests/x86_emulator/
A Dblowfish.c332 static void Blowfish_Encrypt(BLOWFISH_CTX *ctx, uint32_t *xl, uint32_t *xr){ in Blowfish_Encrypt() argument
338 Xl = *xl; in Blowfish_Encrypt()
357 *xl = Xl; in Blowfish_Encrypt()
362 static void Blowfish_Decrypt(BLOWFISH_CTX *ctx, uint32_t *xl, uint32_t *xr){ in Blowfish_Decrypt() argument
368 Xl = *xl; in Blowfish_Decrypt()
389 *xl = Xl; in Blowfish_Decrypt()
/tools/hotplug/Linux/init.d/
A Dxendriverdomain.in51 echo Starting xl devd...
53 ${sbindir}/xl devd --pidfile=$XLDEVD_PIDFILE $XLDEVD_ARGS
56 echo Stopping xl devd...
A Dsysconfig.xencommons.in5 # Log xenconsoled messages (cf xl dmesg)
/tools/examples/
A DREADME16 cpupool - example configuration script for 'xl cpupool-create'
29 xl.conf - configuration file for xl
31 'xl create'
33 'xl create'
A Dxlexample.pvhlinux6 # PVH Linux guest. For a more complete guide see xl.cfg(5)
36 # docs/misc/xl-network-configuration.markdown
41 # docs/misc/xl-disk-configuration.txt
A Dxlexample.pvlinux6 # Paravirtualised Linux guest. For a more complete guide see xl.cfg(5)
38 # docs/misc/xl-network-configuration.markdown
43 # docs/misc/xl-disk-configuration.txt
A Dxlexample.hvm6 # HVM guest. For a more complete guide see xl.cfg(5)
37 # docs/misc/xl-network-configuration.markdown
42 # docs/misc/xl-disk-configuration.txt
A Dcpupool2 # Configuration setup for 'xm cpupool-create' or 'xl cpupool-create'.
4 # 'xm cpupool-create' or 'xl cpupool-create'.
A DMakefile11 XEN_CONFIGS += xl.conf
/tools/hotplug/NetBSD/rc.d/
A Dxendriverdomain.in33 ${sbindir}/xl devd --pidfile=$XLDEVD_PIDFILE ${XLDEVD_ARGS}
42 rc_pid=$(check_pidfile ${XLDEVD_PIDFILE} ${sbindir}/xl)
/tools/hotplug/FreeBSD/rc.d/
A Dxendriverdomain.in31 PATH="${bindir}:${sbindir}:$PATH" ${sbindir}/xl devd --pidfile ${XLDEVD_PIDFILE} ${XLDEVD_ARGS}
40 rc_pid=$(check_pidfile ${XLDEVD_PIDFILE} ${sbindir}/xl)
/tools/python/
A D.gitignore3 /xen/lowlevel/xl/_pyxl_types.[ch]
/tools/python/scripts/
A Dconvert-legacy-stream19 from xen.migration import legacy, public, libxc, libxl, xl
563 hdr = rdexact(len(xl.MAGIC))
564 if hdr != xl.MAGIC:
567 byteorder, mflags, oflags, optlen = unpack_exact(xl.HEADER_FORMAT)
570 mflags |= xl.MANDATORY_FLAG_STREAMV2
572 opts = pack(xl.HEADER_FORMAT, byteorder, mflags, oflags, optlen)
696 if opts.xl:
/tools/hotplug/Linux/systemd/
A Dxendriverdomain.service.in9 ExecStart=@sbindir@/xl devd
/tools/flask/policy/modules/
A Dxenstore.te12 # Current xenstore stubdom uses the hypervisor console, not "xl console"
A Dguest_features.te29 # encountered in normal operation by xl or by reading sysfs files in
A Ddom0.te125 # Allow string/SID conversions (for "xl list -Z" and similar)
/tools/libs/util/
A DMakefile34 PKG_CONFIG_DESC := The xl utility library for Xen hypervisor
/tools/
A DMakefile32 SUBDIRS-y += xl

Completed in 36 milliseconds

12