Searched refs:Z (Results 1 – 13 of 13) sorted by relevance
/xen/m4/ |
A D | ax_compare_version.m4 | 99 A=`echo "$1" | sed -e 's/\([[0-9]]*\)/Z\1Z/g' \ 100 -e 's/Z\([[0-9]]\)Z/Z0\1Z/g' \ 101 -e 's/Z\([[0-9]][[0-9]]\)Z/Z0\1Z/g' \ 102 -e 's/Z\([[0-9]][[0-9]][[0-9]]\)Z/Z0\1Z/g' \ 106 B=`echo "$3" | sed -e 's/\([[0-9]]*\)/Z\1Z/g' \ 107 -e 's/Z\([[0-9]]\)Z/Z0\1Z/g' \ 108 -e 's/Z\([[0-9]][[0-9]]\)Z/Z0\1Z/g' \ 109 -e 's/Z\([[0-9]][[0-9]][[0-9]]\)Z/Z0\1Z/g' \
|
/xen/xen/ |
A D | Makefile | 271 _install: Z=$(CONFIG_XEN_INSTALL_SUFFIX) macro 274 $(INSTALL_DATA) $(TARGET)$(Z) $(D)$(BOOT_DIR)/$(T)-$(XEN_FULLVERSION)$(Z) 275 ln -f -s $(T)-$(XEN_FULLVERSION)$(Z) $(D)$(BOOT_DIR)/$(T)-$(XEN_VERSION).$(XEN_SUBVERSION)$(Z) 276 ln -f -s $(T)-$(XEN_FULLVERSION)$(Z) $(D)$(BOOT_DIR)/$(T)-$(XEN_VERSION)$(Z) 277 ln -f -s $(T)-$(XEN_FULLVERSION)$(Z) $(D)$(BOOT_DIR)/$(T)$(Z) 308 _uninstall: Z=$(CONFIG_XEN_INSTALL_SUFFIX) macro 311 rm -f $(D)$(BOOT_DIR)/$(T)-$(XEN_FULLVERSION)$(Z) 312 rm -f $(D)$(BOOT_DIR)/$(T)-$(XEN_VERSION).$(XEN_SUBVERSION)$(Z) 313 rm -f $(D)$(BOOT_DIR)/$(T)-$(XEN_VERSION)$(Z) 314 rm -f $(D)$(BOOT_DIR)/$(T)$(Z)
|
/xen/docs/process/ |
A D | release-technician-checklist.txt | 66 # `.Z$(XEN_VENDORVERSION)' actual release of Xen X.Y.Z (stable point realase) 67 # `.Z-pre$(XEN_VENDORVERSION)' stable branch, after release of Z-1
|
A D | xen-release-management.pandoc | 123 patches until X, Y, and Z happen".
|
/xen/stubdom/ |
A D | polarssl.patch | 57 Z.p[i - t - 1] = ~0;
|
/xen/tools/flask/policy/modules/ |
A D | dom0.te | 54 # Allow string/SID conversions (for "xl list -Z" and similar)
|
/xen/xen/tools/ |
A D | xen.flf | 2147 0x0179 LATIN CAPITAL LETTER Z WITH ACUTE 2154 0x017A LATIN SMALL LETTER Z WITH ACUTE 2161 0x017B LATIN CAPITAL LETTER Z WITH DOT ABOVE 2168 0x017C LATIN SMALL LETTER Z WITH DOT ABOVE 2175 0x017D LATIN CAPITAL LETTER Z WITH CARON 2182 0x017E LATIN SMALL LETTER Z WITH CARON
|
/xen/docs/designs/ |
A D | non-cooperative-migration.md | 38 vif has index Z then the frontend area will reside under the parent node: 40 `/local/domain/Y/device/vif/Z` 46 and the normal backend area for vif Z would be: 48 `/local/domain/X/backend/vif/Y/Z`
|
/xen/stubdom/grub.patches/ |
A D | 00cvs | 504 +$Id: 3c509.c 609 2002-01-02 21:56:40Z okuji $ 827 + * $Id: fsys_ffs.c 594 2001-11-12 06:57:29Z okuji $ 839 + * $Id: fsys_ufs2.c 841 2004-06-19 12:17:52Z okuji $ 851 + * $Id: imgact_aout.h 98 1999-06-24 00:03:29Z okuji $ 945 +//MODULE_ID("$Id: tparm.c 708 2002-11-29 20:39:24Z okuji $") 993 +# $Id: mkbimage 1233 2007-02-22 16:01:03Z robertmh $
|
/xen/tools/python/ |
A D | pylintrc | 110 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
|
/xen/tools/ocaml/xenstored/ |
A D | store.ml | 113 (c >= 'A' && c <= 'Z') ||
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 5375 int74_function(make_farcall, Z, Y, X, status) 5376 Bit16u make_farcall, Z, Y, X, status; 5408 Z = 0; 8657 push #0x00 ;; placeholder for Z
|
/xen/docs/man/ |
A D | xl.1.pod.in | 307 =item B<-Z>, B<--context>
|
Completed in 27 milliseconds