Searched refs:send_addr (Results 1 – 1 of 1) sorted by relevance
/xen/xen/common/ |
A D | argo.c | 2145 xen_argo_send_addr_t send_addr; in do_argo_op() local 2159 rc = copy_from_guest(&send_addr, send_addr_hnd, 1) ? -EFAULT : 0; in do_argo_op() 2184 rc = sendv(currd, &send_addr.src, &send_addr.dst, iovs, niov, arg4); in do_argo_op() 2221 xen_argo_send_addr_t send_addr; in compat_argo_op() local 2247 rc = copy_from_guest(&send_addr, send_addr_hnd, 1) ? -EFAULT : 0; in compat_argo_op() 2272 rc = sendv(currd, &send_addr.src, &send_addr.dst, iovs, niov, arg4); in compat_argo_op()
|
Completed in 5 milliseconds