Searched refs:buf_size (Results 1 – 9 of 9) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/gcov/ |
A D | gcov.c | 88 uint32_t buf_size; in gcov_info_dump_payload() local 97 buf_size = gcov_info_payload_size(info); in gcov_info_dump_payload() 98 buf = xmalloc_array(char, buf_size); in gcov_info_dump_payload() 108 if ( copy_to_guest_offset(buffer, *off, buf, buf_size) ) in gcov_info_dump_payload() 113 *off += buf_size; in gcov_info_dump_payload()
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xencov.c | 30 struct xc_hypercall_buffer *buf, uint32_t buf_size) in gcov_sysctl() argument 38 sysctl->u.gcov_op.size = buf_size; in gcov_sysctl()
|
/xen-4.10.0-shim-comet/tools/include/xen-sys/NetBSD/ |
A D | privcmd.h | 65 int buf_size; member
|
/xen-4.10.0-shim-comet/tools/include/xen-sys/NetBSDRump/ |
A D | privcmd.h | 65 int buf_size; member
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | kexec.h | 179 uint64_t buf_size; member
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | kimage.c | 171 if ( image->segments[i].buf_size > image->segments[i].dest_size ) in do_kimage_alloc() 681 to_copy = segment->buf_size; in kimage_load_normal_segment() 738 sbytes = segment->buf_size; in kimage_load_crash_segment()
|
A D | kexec.c | 925 segments[n-1].buf_size = 0; in kexec_segments_add_segment()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_dm.c | 770 long buf_size; \ 773 buf_size = sysconf(SYSCONF); \ 774 if (buf_size < 0) { \ 775 buf_size = 2048; \ 778 buf_size); \ 782 buf = libxl__realloc(gc, buf, buf_size); \ 783 ret = NAME##_r(spec, resultbuf, buf, buf_size, &resultp); \ 785 buf_size += 128; \
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | block-qcow.c | 633 const uint8_t *buf, int buf_size) in decompress_buffer() argument 641 strm->avail_in = buf_size; in decompress_buffer()
|
Completed in 18 milliseconds