Home
last modified time | relevance | path

Searched refs:buf_size (Results 1 – 9 of 9) sorted by relevance

/xen/xen/common/coverage/
A Dgcov.c89 uint32_t buf_size; in gcov_info_dump_payload() local
98 buf_size = gcov_info_payload_size(info); in gcov_info_dump_payload()
99 buf = xmalloc_array(char, buf_size); in gcov_info_dump_payload()
109 if ( copy_to_guest_offset(buffer, *off, buf, buf_size) ) in gcov_info_dump_payload()
114 *off += buf_size; in gcov_info_dump_payload()
A Dllvm.c108 static int dump(XEN_GUEST_HANDLE_PARAM(char) buffer, uint32_t *buf_size) in dump() argument
124 if ( off + (size) > *buf_size ) \ in dump()
135 clear_guest_offset(buffer, off, *buf_size - off); in dump()
/xen/tools/misc/
A Dxencov.c30 struct xc_hypercall_buffer *buf, uint32_t buf_size) in cov_sysctl() argument
38 sysctl->u.coverage_op.size = buf_size; in cov_sysctl()
/xen/tools/include/xen-sys/NetBSD/
A Dprivcmd.h65 int buf_size; member
/xen/tools/include/xen-sys/NetBSDRump/
A Dprivcmd.h65 int buf_size; member
/xen/xen/include/public/
A Dkexec.h179 uint64_t buf_size; member
/xen/xen/common/
A Dkimage.c165 if ( image->segments[i].buf_size > image->segments[i].dest_size ) in do_kimage_alloc()
675 to_copy = segment->buf_size; in kimage_load_normal_segment()
732 sbytes = segment->buf_size; in kimage_load_crash_segment()
A Dkexec.c926 segments[n-1].buf_size = 0; in kexec_segments_add_segment()
/xen/tools/libxl/
A Dlibxl_dm.c91 long buf_size; \
94 buf_size = sysconf(SYSCONF); \
95 if (buf_size < 0) { \
96 buf_size = 2048; \
99 buf_size); \
103 buf = libxl__realloc(gc, buf, buf_size); \
104 r = NAME##_r(spec, resultbuf, buf, buf_size, &resultp); \
106 buf_size += 128; \

Completed in 18 milliseconds