Home
last modified time | relevance | path

Searched refs:out_buf (Results 1 – 8 of 8) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_bzimageloader.c50 char *out_buf; in xc_try_bzip2_decode() local
90 if ( out_buf == NULL ) in xc_try_bzip2_decode()
114 free(out_buf); in xc_try_bzip2_decode()
158 free(out_buf); in xc_try_bzip2_decode()
168 free(out_buf); in xc_try_bzip2_decode()
175 *blob = out_buf; in xc_try_bzip2_decode()
225 if ( out_buf == NULL ) in _xc_try_lzma_decode()
281 free(out_buf); in _xc_try_lzma_decode()
320 free(out_buf); in _xc_try_lzma_decode()
327 *blob = out_buf; in _xc_try_lzma_decode()
[all …]
A Dxg_private.c109 char *out_buf; in xc_inflate_buffer() local
126 out_buf = malloc(out_len + 16); /* Leave a little extra space */ in xc_inflate_buffer()
127 if ( out_buf == NULL ) in xc_inflate_buffer()
135 zStream.next_out = (unsigned char *)out_buf; in xc_inflate_buffer()
141 free(out_buf); in xc_inflate_buffer()
151 free(out_buf); in xc_inflate_buffer()
158 return out_buf; in xc_inflate_buffer()
/xen-4.10.0-shim-comet/xen/common/
A Dunlzo.c138 u8 *in_buf, *in_buf_save, *out_buf; in unlzo() local
142 out_buf = output; in unlzo()
147 out_buf = malloc(LZO_BLOCK_SIZE); in unlzo()
148 if (!out_buf) { in unlzo()
230 memcpy(out_buf, in_buf, src_len); in unlzo()
233 out_buf, &tmp); in unlzo()
241 if (flush && flush(out_buf, dst_len) != dst_len) in unlzo()
244 out_buf += dst_len; in unlzo()
262 free(out_buf); in unlzo()
A Dgdbstub.c222 ctx->out_buf[0] = '$'; in gdb_start_packet()
231 ctx->out_buf[ctx->out_offset] = data; in gdb_write_to_packet_char()
326 gdb_io_write(ctx->out_buf, ctx->out_offset, ctx); in gdb_send_packet()
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dblock-qcow.c296 out_buf += 512; in encrypt_sectors()
642 strm->next_out = out_buf; in decompress_buffer()
649 out_len = strm->next_out - out_buf; in decompress_buffer()
1354 uint8_t *out_buf; in qcow_compress_cluster() local
1358 if (!out_buf) in qcow_compress_cluster()
1367 free(out_buf); in qcow_compress_cluster()
1374 strm.next_out = out_buf; in qcow_compress_cluster()
1378 free(out_buf); in qcow_compress_cluster()
1382 out_len = strm.next_out - out_buf; in qcow_compress_cluster()
1395 free(out_buf); in qcow_compress_cluster()
[all …]
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Dtpm2.c66 BYTE out_buf[TCPA_MAX_BUFFER_LENGTH];\
67 UINT32 out_len = sizeof(out_buf);\
97 if ((status = TPM_TransmitData(in_buf, paramSize, out_buf, &out_len)) != TPM_SUCCESS) {\
125 ptr = out_buf;\
A Dtpm.c103 BYTE *out_buf = _io_buffer; \
122 #define OUT_PTR (out_buf + out_pos)
125 if (unpack3_ ## type (out_buf, &out_pos, TCPA_MAX_BUFFER_LENGTH, item)) { \
172 sha1_update(&sha1_ctx, out_buf + _hash_out_start, out_pos - _hash_out_start); \
/xen-4.10.0-shim-comet/xen/include/xen/
A Dgdbstub.h39 char out_buf[PAGE_SIZE]; member

Completed in 16 milliseconds