Searched refs:alloc_unbound (Results 1 – 4 of 4) sorted by relevance
485 struct evtchn_alloc_unbound alloc_unbound; in evtchn_ioctl() local491 alloc_unbound.dom = DOMID_SELF; in evtchn_ioctl()492 alloc_unbound.remote_dom = bind.remote_domain; in evtchn_ioctl()494 &alloc_unbound); in evtchn_ioctl()498 rc = evtchn_bind_to_user(u, alloc_unbound.port); in evtchn_ioctl()500 rc = alloc_unbound.port; in evtchn_ioctl()
34 COPY_BACK(alloc_unbound); in xen_event_channel_op_compat()
711 struct evtchn_alloc_unbound alloc_unbound; in xenstored_local_init() local721 alloc_unbound.dom = DOMID_SELF; in xenstored_local_init()722 alloc_unbound.remote_dom = DOMID_SELF; in xenstored_local_init()725 &alloc_unbound); in xenstored_local_init()731 alloc_unbound.port; in xenstored_local_init()
429 struct evtchn_alloc_unbound alloc_unbound; in xenbus_alloc_evtchn() local432 alloc_unbound.dom = DOMID_SELF; in xenbus_alloc_evtchn()433 alloc_unbound.remote_dom = dev->otherend_id; in xenbus_alloc_evtchn()436 &alloc_unbound); in xenbus_alloc_evtchn()440 *port = alloc_unbound.port; in xenbus_alloc_evtchn()