HomeSort by: relevance | last modified time | path
    Searched refs:remote_dom (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
event_channel.h 84 * accepting interdomain bindings from domain <remote_dom>. A fresh port
88 * 2. <remote_dom> may be DOMID_SELF, allowing loopback connections.
92 domid_t dom, remote_dom; member in struct:evtchn_alloc_unbound
100 * the calling domain and <remote_dom>. <remote_dom,remote_port> must identify
116 * 1. <remote_dom> may be DOMID_SELF, allowing loopback connections.
120 domid_t remote_dom; member in struct:evtchn_bind_interdomain
  /src/sys/arch/xen/xen/
xenevt.c 159 op.u.alloc_unbound.remote_dom = DOMID_SELF;
574 op.u.bind_interdomain.remote_dom = bind_intd->remote_domain;
592 op.u.alloc_unbound.remote_dom = bind_unbound->remote_domain;
pciback.c 596 evop.u.bind_interdomain.remote_dom = pbxi->pbx_domid;
xennetback_xenbus.c 491 evop.u.bind_interdomain.remote_dom = xneti->xni_domid;
xbdback_xenbus.c 624 evop.u.bind_interdomain.remote_dom = xbdi->xbdi_domid;
  /src/sys/arch/xen/xenbus/
xenbus_client.c 231 .remote_dom = dev->xbusd_otherend_id,
xenbus_probe.c 713 op.u.alloc_unbound.remote_dom = 0;

Completed in 17 milliseconds