Home
last modified time | relevance | path

Searched refs:alloc_unbound (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/xen/xen/
H A Dxenevt.c158 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()
/netbsd-src/sys/arch/xen/xenbus/
H A Dxenbus_client.c229 .u.alloc_unbound = { in xenbus_alloc_evtchn()
240 *port = op.u.alloc_unbound.port; in xenbus_alloc_evtchn()
H A Dxenbus_probe.c711 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()
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Devent_channel.h324 struct evtchn_alloc_unbound alloc_unbound; member