Lines Matching refs:oeid
402 domid_t oeid; in xvdi_bind_evtchn() local
419 oeid = pdp->xd_xsdev.otherend_id; in xvdi_bind_evtchn()
420 if (oeid == (domid_t)-1) { in xvdi_bind_evtchn()
425 if ((r = xen_bind_interdomain(oeid, evtchn, &pdp->xd_evtchn))) { in xvdi_bind_evtchn()
447 domid_t oeid; in xvdi_alloc_evtchn() local
464 oeid = pdp->xd_xsdev.otherend_id; in xvdi_alloc_evtchn()
465 if (oeid == (domid_t)-1) { in xvdi_alloc_evtchn()
470 if ((rv = xen_alloc_unbound_evtchn(oeid, &pdp->xd_evtchn))) { in xvdi_alloc_evtchn()
516 domid_t oeid; in xvdi_map_ring() local
527 oeid = xvdi_get_oeid(dip); in xvdi_map_ring()
538 mapop.dom = oeid; in xvdi_map_ring()
655 domid_t oeid; in xvdi_alloc_ring() local
664 oeid = xvdi_get_oeid(dip); in xvdi_alloc_ring()
693 if ((ring_gref = gnttab_grant_foreign_access(oeid, in xvdi_alloc_ring()
1998 ddi_callback_id_t oeid = NULL, hpid = NULL; in xvdi_remove_event_handler() local
2018 oeid = pdp->xd_oe_ehid; in xvdi_remove_event_handler()
2029 if (oeid != NULL) in xvdi_remove_event_handler()
2030 (void) ddi_remove_event_handler(oeid); in xvdi_remove_event_handler()