Home
last modified time | relevance | path

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

/tools/libs/call/
A Dlibxencall.map13 xencall_alloc_buffer;
A Dbuffer.c156 void *xencall_alloc_buffer(xencall_handle *xcall, size_t size) in xencall_alloc_buffer() function
/tools/libs/hypfs/
A Dcore.c112 *path_buf = xencall_alloc_buffer(fshdl->xcall, path_sz); in xenhypfs_get_pathbuf()
232 retbuf = xencall_alloc_buffer(fshdl->xcall, sz); in xenhypfs_read_raw()
445 buf = xencall_alloc_buffer(fshdl->xcall, sz); in xenhypfs_write()
473 buf = xencall_alloc_buffer(fshdl->xcall, sz); in xenhypfs_write()
/tools/include/
A Dxencall.h127 void *xencall_alloc_buffer(xencall_handle *xcall, size_t size);
/tools/libs/manage/
A Dcore.c102 buf = xencall_alloc_buffer(hdl->xcall, sizeof(*buf)); in xenmanage_do_domctl_get_domain_state()
/tools/libs/ctrl/
A Dxc_version.c111 hbuf = xencall_alloc_buffer(xch->xcall, sizeof(*hbuf) + sz); in varbuf_op()
A Dxc_hcall_buf.c48 void *p = xencall_alloc_buffer(xch->xcall, size); in xc__hypercall_buffer_alloc()
/tools/libs/devicemodel/
A Dcore.c107 op_bufs = xencall_alloc_buffer(dmod->xcall, sizeof(xen_dm_op_buf_t) * in xendevicemodel_xcall()
113 xcall_bufs[i] = xencall_alloc_buffer(dmod->xcall, bufs[i].size); in xendevicemodel_xcall()

Completed in 54 milliseconds