Home
last modified time | relevance | path

Searched refs:outsize (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_bzimageloader.c53 unsigned int outsize; in xc_try_bzip2_decode() local
77 outsize = dom->kernel_size; in xc_try_bzip2_decode()
83 if ( outsize != dom->kernel_size ) in xc_try_bzip2_decode()
89 out_buf = malloc(outsize); in xc_try_bzip2_decode()
145 stream.avail_out = (outsize * 2) - outsize; in xc_try_bzip2_decode()
146 outsize *= 2; in xc_try_bzip2_decode()
210 size_t outsize; in _xc_try_lzma_decode() local
223 outsize = dom->kernel_size; in _xc_try_lzma_decode()
224 out_buf = malloc(outsize); in _xc_try_lzma_decode()
312 stream->avail_out = (outsize * 2) - outsize; in _xc_try_lzma_decode()
[all …]
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Dtpm.h182 UINT32* outsize);
A Dtpm.c862 UINT32* outsize) { in TPM_TransmitData() argument
886 size = read (vtpm_globals.tpm_fd, out, *outsize); in TPM_TransmitData()
898 *outsize = size; in TPM_TransmitData()

Completed in 6 milliseconds