Searched refs:alloc_unbound (Results 1 – 5 of 5) sorted by relevance
392 struct evtchn_alloc_unbound alloc_unbound; in evtchn_ioctl() local398 alloc_unbound.dom = DOMID_SELF; in evtchn_ioctl()399 alloc_unbound.remote_dom = bind.remote_domain; in evtchn_ioctl()401 &alloc_unbound); in evtchn_ioctl()405 rc = evtchn_bind_to_user(u, alloc_unbound.port); in evtchn_ioctl()407 rc = alloc_unbound.port; in evtchn_ioctl()
34 COPY_BACK(alloc_unbound); in xen_event_channel_op_compat()
707 struct evtchn_alloc_unbound alloc_unbound; in xenstored_local_init() local719 alloc_unbound.dom = DOMID_SELF; in xenstored_local_init()720 alloc_unbound.remote_dom = DOMID_SELF; in xenstored_local_init()723 &alloc_unbound); in xenstored_local_init()729 alloc_unbound.port; in xenstored_local_init()
412 struct evtchn_alloc_unbound alloc_unbound; in xenbus_alloc_evtchn() local415 alloc_unbound.dom = DOMID_SELF; in xenbus_alloc_evtchn()416 alloc_unbound.remote_dom = dev->otherend_id; in xenbus_alloc_evtchn()419 &alloc_unbound); in xenbus_alloc_evtchn()423 *port = alloc_unbound.port; in xenbus_alloc_evtchn()
229 struct evtchn_alloc_unbound alloc_unbound; member