Searched refs:alloc_unbound (Results 1 – 4 of 4) sorted by relevance
158 op.u.alloc_unbound.dom = DOMID_SELF; in xenevt_alloc_event()159 op.u.alloc_unbound.remote_dom = DOMID_SELF; in xenevt_alloc_event()163 return op.u.alloc_unbound.port; in xenevt_alloc_event()591 op.u.alloc_unbound.dom = DOMID_SELF; in xenevt_fioctl()592 op.u.alloc_unbound.remote_dom = bind_unbound->remote_domain; in xenevt_fioctl()595 bind_unbound->port = op.u.alloc_unbound.port; in xenevt_fioctl()
229 .u.alloc_unbound = { in xenbus_alloc_evtchn()240 *port = op.u.alloc_unbound.port; in xenbus_alloc_evtchn()
711 op.u.alloc_unbound.dom = DOMID_SELF; in xenbus_probe_init()712 op.u.alloc_unbound.remote_dom = 0; in xenbus_probe_init()721 xen_start_info.store_evtchn = op.u.alloc_unbound.port; in xenbus_probe_init()
324 struct evtchn_alloc_unbound alloc_unbound; member