Home
last modified time | relevance | path

Searched refs:T (Results 1 – 17 of 17) sorted by relevance

/xen-4.10.0-shim-comet/tools/firmware/etherboot/
A DMakefile18 T=ipxe.tar.gz macro
30 $T:
31 if ! $(FETCHER) _$T $(IPXE_TARBALL_URL); then \
34 $(IPXE_GIT_TAG) | gzip -n >../_$T); \
37 mv _$T $T
39 $D/src/arch/i386/Makefile: $T Config
41 gzip -dc $T | tar xf -
52 rm -rf $D $D.git *~ _$T $T
56 rm -rf $T
/xen-4.10.0-shim-comet/xen/
A DMakefile55 _install: T=$(notdir $(TARGET)) macro
60 ln -f -s $(T)-$(XEN_FULLVERSION)$(Z) $(D)$(BOOT_DIR)/$(T)-$(XEN_VERSION).$(XEN_SUBVERSION)$(Z)
61 ln -f -s $(T)-$(XEN_FULLVERSION)$(Z) $(D)$(BOOT_DIR)/$(T)-$(XEN_VERSION)$(Z)
62 ln -f -s $(T)-$(XEN_FULLVERSION)$(Z) $(D)$(BOOT_DIR)/$(T)$(Z)
73 ln -sf $(T)-$(XEN_FULLVERSION).efi $(D)$(EFI_DIR)/$(T)-$(XEN_VERSION).$(XEN_SUBVERSION).efi; \
74 ln -sf $(T)-$(XEN_FULLVERSION).efi $(D)$(EFI_DIR)/$(T)-$(XEN_VERSION).efi; \
75 ln -sf $(T)-$(XEN_FULLVERSION).efi $(D)$(EFI_DIR)/$(T).efi; \
96 _uninstall: T=$(notdir $(TARGET)) macro
103 rm -f $(D)$(BOOT_DIR)/$(T)$(Z)
109 rm -f $(D)$(EFI_DIR)/$(T)-$(XEN_VERSION).efi
[all …]
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Dtpmrsa.c65 mpi T; in tpmrsa_public() local
67 mpi_init( &T ); in tpmrsa_public()
69 MPI_CHK( mpi_read_binary( &T, input, ctx->len ) ); in tpmrsa_public()
71 if( mpi_cmp_mpi( &T, &ctx->N ) >= 0 ) in tpmrsa_public()
73 mpi_free( &T ); in tpmrsa_public()
78 MPI_CHK( mpi_exp_mod( &T, &T, &ctx->E, &ctx->N, &ctx->RN ) ); in tpmrsa_public()
79 MPI_CHK( mpi_write_binary( &T, output, olen ) ); in tpmrsa_public()
83 mpi_free( &T ); in tpmrsa_public()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dconst.h17 #define _AT(T,X) X argument
21 #define _AT(T,X) ((T)(X)) argument
A Dcompat.h138 CHECK_NAME(name, T)(xen_ ## name ## _t *x, \
145 CHECK_NAME_(k, n, T)(k xen_ ## n *x, \
/xen-4.10.0-shim-comet/xen/include/acpi/platform/
A Dacenv.h286 #define va_arg(ap, T) (*(T *)(((ap) += (_bnd (T, _AUPBND))) - (_bnd (T,_ADNBND)))) argument
/xen-4.10.0-shim-comet/tools/hotplug/Linux/
A Dblock-common.sh48 stat -L -c %t:%T "$1"
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/lib/
A Dassembler.h249 .macro usraccoff, instr, reg, ptr, inc, off, cond, abort, t=T()
289 .macro usracc, instr, reg, ptr, inc, cond, rept, abort, t=T()
/xen-4.10.0-shim-comet/
A DMAINTAINERS72 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
289 T: git git://xenbits.xen.org/mini-os.git
301 T: git git://xenbits.xen.org/ovmf.git
325 T: git git://xenbits.xen.org/qemu-xen-traditional.git
331 T: git git://xenbits.xen.org/qemu-xen.git
359 T: git git://xenbits.xen.org/seabios.git
408 T: hg http://xenbits.xen.org/linux-2.6.18-xen.hg
/xen-4.10.0-shim-comet/xen/tools/
A Dxen.flf1986 0x0162 LATIN CAPITAL LETTER T WITH CEDILLA
1993 0x0163 LATIN SMALL LETTER T WITH CEDILLA
2000 0x0164 LATIN CAPITAL LETTER T WITH CARON
2007 0x0165 LATIN SMALL LETTER T WITH CARON
2014 0x0166 LATIN CAPITAL LETTER T WITH STROKE
2021 0x0167 LATIN SMALL LETTER T WITH STROKE
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dparse_arg.ml54 ("-T", Arg.Set_string tracefile, ""); (* for compatibility *)
A Dprocess.ml175 if domid = Define.domid_self || Domains.exist domains domid then "T\000" else "F\000"
380 | "T" :: _ -> true
/xen-4.10.0-shim-comet/docs/misc/
A Dxenstore.txt233 TRANSACTION_END T|
237 xenstore. If F, the transaction is discarded. If T,
278 IS_DOMAIN_INTRODUCED <domid>| T| or F|
279 Returns T if xenstored is in communication with the domain:
A Dxen-command-line.markdown51 * `T` or `t`: TiB (2^40)
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/
A Dqueueop.ml44 let data = data_concat [ (if commit then "T" else "F"); ] in
/xen-4.10.0-shim-comet/stubdom/
A Dvtpm-deepquote.patch97 + 0, 0, 0, 0, 'D', 'Q', 'U', 'T'
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.hash.c_shipped16 && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \

Completed in 15 milliseconds