Searched refs:xencall_free_buffer (Results 1 – 6 of 6) sorted by relevance
| /xen/tools/libs/hypfs/ |
| A D | core.c | 229 xencall_free_buffer(fshdl->xcall, retbuf); in xenhypfs_read_raw() 274 xencall_free_buffer(fshdl->xcall, path_buf); in xenhypfs_read_raw() 275 xencall_free_buffer(fshdl->xcall, retbuf); in xenhypfs_read_raw() 471 xencall_free_buffer(fshdl->xcall, buf); in xenhypfs_write() 530 xencall_free_buffer(fshdl->xcall, path_buf); in xenhypfs_write() 531 xencall_free_buffer(fshdl->xcall, buf); in xenhypfs_write()
|
| /xen/tools/libs/call/ |
| A D | libxencall.map | 15 xencall_free_buffer;
|
| A D | buffer.c | 172 void xencall_free_buffer(xencall_handle *xcall, void *p) in xencall_free_buffer() function
|
| /xen/tools/libs/call/include/ |
| A D | xencall.h | 124 void xencall_free_buffer(xencall_handle *xcall, void *p);
|
| /xen/tools/libxc/ |
| A D | xc_hcall_buf.c | 61 xencall_free_buffer(xch->xcall, b->hbuf); in xc__hypercall_buffer_free()
|
| /xen/tools/libs/devicemodel/ |
| A D | core.c | 134 xencall_free_buffer(dmod->xcall, xcall_bufs[i]); in xendevicemodel_xcall() 136 xencall_free_buffer(dmod->xcall, op_bufs); in xendevicemodel_xcall()
|
Completed in 7 milliseconds