Searched refs:xl (Results 1 – 25 of 26) sorted by relevance
12
| /tools/xl/ |
| A D | bash-completion | 1 # 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 D | Makefile | 20 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 D | check-xl-vcpupin-parse | 5 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 D | check-xl-disk-parse | 5 if [ -x ./xl ] ; then 7 XL=./xl 9 XL=xl 12 fprefix=tmp.check-xl-disk-parse
|
| A D | check-xl-vif-parse | 5 if [ -x ./xl ] ; then 7 XL=./xl 9 XL=xl 12 fprefix=tmp.check-xl-vif-parse
|
| A D | CODING_STYLE | 8 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 D | blowfish.c | 332 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 D | xendriverdomain.in | 51 echo Starting xl devd... 53 ${sbindir}/xl devd --pidfile=$XLDEVD_PIDFILE $XLDEVD_ARGS 56 echo Stopping xl devd...
|
| A D | sysconfig.xencommons.in | 5 # Log xenconsoled messages (cf xl dmesg)
|
| /tools/examples/ |
| A D | README | 16 cpupool - example configuration script for 'xl cpupool-create' 29 xl.conf - configuration file for xl 31 'xl create' 33 'xl create'
|
| A D | xlexample.pvhlinux | 6 # 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 D | xlexample.pvlinux | 6 # 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 D | xlexample.hvm | 6 # 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 D | cpupool | 2 # Configuration setup for 'xm cpupool-create' or 'xl cpupool-create'. 4 # 'xm cpupool-create' or 'xl cpupool-create'.
|
| A D | Makefile | 11 XEN_CONFIGS += xl.conf
|
| /tools/hotplug/NetBSD/rc.d/ |
| A D | xendriverdomain.in | 33 ${sbindir}/xl devd --pidfile=$XLDEVD_PIDFILE ${XLDEVD_ARGS} 42 rc_pid=$(check_pidfile ${XLDEVD_PIDFILE} ${sbindir}/xl)
|
| /tools/hotplug/FreeBSD/rc.d/ |
| A D | xendriverdomain.in | 31 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 | .gitignore | 3 /xen/lowlevel/xl/_pyxl_types.[ch]
|
| /tools/python/scripts/ |
| A D | convert-legacy-stream | 19 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 D | xendriverdomain.service.in | 9 ExecStart=@sbindir@/xl devd
|
| /tools/flask/policy/modules/ |
| A D | xenstore.te | 12 # Current xenstore stubdom uses the hypervisor console, not "xl console"
|
| A D | guest_features.te | 29 # encountered in normal operation by xl or by reading sysfs files in
|
| A D | dom0.te | 125 # Allow string/SID conversions (for "xl list -Z" and similar)
|
| /tools/libs/util/ |
| A D | Makefile | 34 PKG_CONFIG_DESC := The xl utility library for Xen hypervisor
|
| /tools/ |
| A D | Makefile | 32 SUBDIRS-y += xl
|
Completed in 36 milliseconds
12