Searched refs:hv_ret (Results 1 – 1 of 1) sorted by relevance
1852 int __unused hv_ret = HYPERVISOR_grant_table_op(GNTTABOP_copy, in xnb_recv() local1854 KASSERT(hv_ret == 0, in xnb_recv()1855 ("HYPERVISOR_grant_table_op returned %d\n", hv_ret)); in xnb_recv()2403 int __unused hv_ret = HYPERVISOR_grant_table_op(GNTTABOP_copy, in xnb_send() local2405 KASSERT(hv_ret == 0, ("HYPERVISOR_grant_table_op returned %d\n", in xnb_send()2406 hv_ret)); in xnb_send()