Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libs/devicemodel/
A Dcore.c99 xen_dm_op_buf_t *op_bufs = NULL; in xendevicemodel_xcall() local
106 op_bufs = xencall_alloc_buffer(dmod->xcall, sizeof(xen_dm_op_buf_t) * in xendevicemodel_xcall()
108 if (op_bufs == NULL) in xendevicemodel_xcall()
117 set_xen_guest_handle_raw(op_bufs[i].h, xcall_bufs[i]); in xendevicemodel_xcall()
119 op_bufs[i].size = bufs[i].size; in xendevicemodel_xcall()
123 domid, nr_bufs, (unsigned long)op_bufs); in xendevicemodel_xcall()
135 xencall_free_buffer(dmod->xcall, op_bufs); in xendevicemodel_xcall()

Completed in 3 milliseconds