Home
last modified time | relevance | path

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

/xen/tools/libs/call/
A Dlibxencall.map14 xencall_alloc_buffer;
A Dbuffer.c157 void *xencall_alloc_buffer(xencall_handle *xcall, size_t size) in xencall_alloc_buffer() function
/xen/tools/libs/hypfs/
A Dcore.c112 *path_buf = xencall_alloc_buffer(fshdl->xcall, path_sz); in xenhypfs_get_pathbuf()
231 retbuf = xencall_alloc_buffer(fshdl->xcall, sz); in xenhypfs_read_raw()
444 buf = xencall_alloc_buffer(fshdl->xcall, sz); in xenhypfs_write()
472 buf = xencall_alloc_buffer(fshdl->xcall, sz); in xenhypfs_write()
/xen/tools/libs/call/include/
A Dxencall.h123 void *xencall_alloc_buffer(xencall_handle *xcall, size_t size);
/xen/tools/libxc/
A Dxc_hcall_buf.c49 void *p = xencall_alloc_buffer(xch->xcall, size); in xc__hypercall_buffer_alloc()
/xen/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 13 milliseconds