Searched refs:op_bufs (Results 1 – 1 of 1) sorted by relevance
99 xen_dm_op_buf_t *op_bufs = NULL; in xendevicemodel_xcall() local106 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