Searched refs:xencall_alloc_buffer (Results 1 – 8 of 8) sorted by relevance
| /tools/libs/call/ |
| A D | libxencall.map | 13 xencall_alloc_buffer;
|
| A D | buffer.c | 156 void *xencall_alloc_buffer(xencall_handle *xcall, size_t size) in xencall_alloc_buffer() function
|
| /tools/libs/hypfs/ |
| A D | core.c | 112 *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 D | xencall.h | 127 void *xencall_alloc_buffer(xencall_handle *xcall, size_t size);
|
| /tools/libs/manage/ |
| A D | core.c | 102 buf = xencall_alloc_buffer(hdl->xcall, sizeof(*buf)); in xenmanage_do_domctl_get_domain_state()
|
| /tools/libs/ctrl/ |
| A D | xc_version.c | 111 hbuf = xencall_alloc_buffer(xch->xcall, sizeof(*hbuf) + sz); in varbuf_op()
|
| A D | xc_hcall_buf.c | 48 void *p = xencall_alloc_buffer(xch->xcall, size); in xc__hypercall_buffer_alloc()
|
| /tools/libs/devicemodel/ |
| A D | core.c | 107 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