Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 25 of 34) sorted by relevance

12

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_decompress_unsafe.h10 decompress_fn fn, struct xc_dom_image *dom, void **blob, size_t *size)
13 int xc_try_bzip2_decode(struct xc_dom_image *dom, void **blob, size_t *size)
15 int xc_try_lzma_decode(struct xc_dom_image *dom, void **blob, size_t *size)
17 int xc_try_lzo1x_decode(struct xc_dom_image *dom, void **blob, size_t *size)
19 int xc_try_xz_decode(struct xc_dom_image *dom, void **blob, size_t *size)
A Dxc_dom_bzimageloader.c46 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_bzip2_decode() argument
175 *blob = out_buf; in xc_try_bzip2_decode()
187 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_bzip2_decode() argument
202 struct xc_dom_image *dom, void **blob, size_t *size, in _xc_try_lzma_decode() argument
327 *blob = out_buf; in _xc_try_lzma_decode()
340 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_xz_decode() argument
354 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_lzma_decode() argument
370 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_xz_decode() argument
379 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_lzma_decode() argument
407 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_lzo1x_decode() argument
[all …]
A Dxc_dom_decompress_lz4.c39 struct xc_dom_image *dom, void **blob, size_t *psize) in xc_try_lz4_decode() argument
42 unsigned char *inp = *blob, *output, *outp; in xc_try_lz4_decode()
111 *blob = output; in xc_try_lz4_decode()
136 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_lz4_decode() argument
138 return xc_dom_decompress_unsafe(unlz4, dom, blob, size); in xc_try_lz4_decode()
A Dxc_dom_decompress_unsafe_bzip2.c11 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_bzip2_decode() argument
13 return xc_dom_decompress_unsafe(bunzip2, dom, blob, size); in xc_try_bzip2_decode()
A Dxc_dom_decompress_unsafe_lzma.c11 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_lzma_decode() argument
13 return xc_dom_decompress_unsafe(unlzma, dom, blob, size); in xc_try_lzma_decode()
A Dxc_dom_decompress_unsafe_xz.c43 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_xz_decode() argument
45 return xc_dom_decompress_unsafe(unxz, dom, blob, size); in xc_try_xz_decode()
A Dxc_dom_decompress_unsafe_lzo1x.c47 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_lzo1x_decode() argument
49 return xc_dom_decompress_unsafe(unlzo, dom, blob, size); in xc_try_lzo1x_decode()
A Dxc_dom_decompress_unsafe.c30 decompress_fn fn, struct xc_dom_image *dom, void **blob, size_t *size) in xc_dom_decompress_unsafe() argument
43 *blob = output_blob; in xc_dom_decompress_unsafe()
A Dxc_dom_core.c336 size_t xc_dom_check_gzip(xc_interface *xch, void *blob, size_t ziplen) in xc_dom_check_gzip() argument
346 if ( strncmp(blob, "\037\213", 2) ) in xc_dom_check_gzip()
350 gzlen = blob + ziplen - 4; in xc_dom_check_gzip()
401 unziplen = xc_dom_check_gzip(dom->xch, *blob, *size); in xc_dom_try_gunzip()
412 if ( xc_dom_do_gunzip(dom->xch, *blob, *size, unzip, unziplen) == -1 ) in xc_dom_try_gunzip()
415 *blob = unzip; in xc_dom_try_gunzip()
829 dom->modules[mod].blob = in xc_dom_module_file()
833 if ( dom->modules[mod].blob == NULL ) in xc_dom_module_file()
883 dom->modules[mod].blob = (void *)mem; in xc_dom_module_mem()
1194 if ( dom->modules[mod].blob && !unmapped_initrd ) in xc_dom_build_image()
[all …]
A Dxc_dom_decompress.h7 int xc_try_lz4_decode(struct xc_dom_image *dom, void **blob, size_t *size);
A Dxc_sr_restore_x86_pv.c728 void *blob; in handle_x86_pv_vcpu_blob() local
824 blob = malloc(blobsz); in handle_x86_pv_vcpu_blob()
825 if ( !blob ) in handle_x86_pv_vcpu_blob()
832 memcpy(blob, &vhdr->context, blobsz); in handle_x86_pv_vcpu_blob()
838 free(y); (y) = blob; (y ## sz) = blobsz; break in handle_x86_pv_vcpu_blob()
/xen-4.10.0-shim-comet/docs/misc/
A Dcoverage.markdown34 The utility just takes an input file and splits the blob into gcc .gcda files
39 Code for splitting the blob is put in another utility for some reason:
50 blob extracted from xencov!**
53 * From the Xen host machine extract the coverage blob
58 * Copy the extracted blob to your dev machine
/xen-4.10.0-shim-comet/tools/xenstore/
A Dtalloc.h70 #define data_blob_dup_talloc(ctx, blob) data_blob_talloc_named(ctx, (blob)->data, (blob)->length, "…
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Dmgmt_authority.h5 int group_do_activate(struct mem_group *group, void* blob, int blobSize,
A Dtpm.h160 BYTE* blob, // in
A Dmgmt_authority.c275 int group_do_activate(struct mem_group *group, void* blob, int blobSize, in group_do_activate() argument
306 rc = TPM_ActivateIdentity(handle, blob, blobSize, (void*)&group->aik_authdata, in group_do_activate()
A Dvtpm_cmd_handler.c440 void *blob; in vtpmmgr_GroupActivate() local
444 UNPACK_IN(VPTR, &blob, blobSize, UNPACK_ALIAS); in vtpmmgr_GroupActivate()
447 status = group_do_activate(group, blob, blobSize, tpmcmd->resp, &tpmcmd->resp_len); in vtpmmgr_GroupActivate()
A Dtpm.c803 BYTE* blob, // in in TPM_ActivateIdentity() argument
815 PACK_IN(BUFFER, blob, blobSize); in TPM_ActivateIdentity()
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxc_dom.h61 void *blob; member
307 void *blob, size_t ziplen);
310 int xc_dom_try_gunzip(struct xc_dom_image *dom, void **blob, size_t * size);
/xen-4.10.0-shim-comet/tools/python/scripts/
A Dconvert-legacy-stream177 def write_libxl_emulator_context(blob): argument
180 libxl.EMULATOR_ID_unknown, 0) + blob)
524 blob = rdexact(blobsz)
526 write_record(libxc.REC_TYPE_hvm_context, blob)
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Dlibvhd-journal.c273 unsigned char *blob; in vhd_journal_checksum_entry() local
280 blob = (unsigned char *)entry; in vhd_journal_checksum_entry()
282 checksum += blob[i]; in vhd_journal_checksum_entry()
284 blob = (unsigned char *)buf; in vhd_journal_checksum_entry()
286 checksum += blob[i]; in vhd_journal_checksum_entry()
A Dlibvhd.c234 unsigned char *blob; in vhd_checksum_footer() local
241 blob = (unsigned char *)footer; in vhd_checksum_footer()
243 checksum += (uint32_t)blob[i]; in vhd_checksum_footer()
297 unsigned char *blob; in vhd_checksum_header() local
304 blob = (unsigned char *)header; in vhd_checksum_header()
306 checksum += (uint32_t)blob[i]; in vhd_checksum_header()
366 char *blob; in vhd_checksum_batmap() local
369 blob = batmap->map; in vhd_checksum_batmap()
376 checksum += (uint32_t)blob[i]; in vhd_checksum_batmap()
378 checksum += (uint32_t)(unsigned char)blob[i]; in vhd_checksum_batmap()
/xen-4.10.0-shim-comet/docs/specs/
A Dlibxl-migration-stream.pandoc232 A context blob for a specific emulator associated with the domain.
242 The *emulator_ctx* is a binary blob interpreted by the emulator identified by
/xen-4.10.0-shim-comet/docs/misc/arm/device-tree/
A Dbooting.txt20 - "xen,xsm-policy" -- XSM policy blob
/xen-4.10.0-shim-comet/stubdom/grub/
A Dkexec.c205 sha1(dom->modules[0].blob, dom->modules[0].size, cmd.hash); in tpm_hash2pcr()

Completed in 30 milliseconds

12