alloc_unbound     520 drivers/xen/evtchn.c 		struct evtchn_alloc_unbound alloc_unbound;
alloc_unbound     530 drivers/xen/evtchn.c 		alloc_unbound.dom        = DOMID_SELF;
alloc_unbound     531 drivers/xen/evtchn.c 		alloc_unbound.remote_dom = bind.remote_domain;
alloc_unbound     533 drivers/xen/evtchn.c 						 &alloc_unbound);
alloc_unbound     537 drivers/xen/evtchn.c 		rc = evtchn_bind_to_user(u, alloc_unbound.port);
alloc_unbound     539 drivers/xen/evtchn.c 			rc = alloc_unbound.port;
alloc_unbound     396 drivers/xen/xenbus/xenbus_client.c 	struct evtchn_alloc_unbound alloc_unbound;
alloc_unbound     399 drivers/xen/xenbus/xenbus_client.c 	alloc_unbound.dom = DOMID_SELF;
alloc_unbound     400 drivers/xen/xenbus/xenbus_client.c 	alloc_unbound.remote_dom = dev->otherend_id;
alloc_unbound     403 drivers/xen/xenbus/xenbus_client.c 					  &alloc_unbound);
alloc_unbound     407 drivers/xen/xenbus/xenbus_client.c 		*port = alloc_unbound.port;
alloc_unbound     715 drivers/xen/xenbus/xenbus_probe.c 	struct evtchn_alloc_unbound alloc_unbound;
alloc_unbound     725 drivers/xen/xenbus/xenbus_probe.c 	alloc_unbound.dom        = DOMID_SELF;
alloc_unbound     726 drivers/xen/xenbus/xenbus_probe.c 	alloc_unbound.remote_dom = DOMID_SELF;
alloc_unbound     729 drivers/xen/xenbus/xenbus_probe.c 					  &alloc_unbound);
alloc_unbound     734 drivers/xen/xenbus/xenbus_probe.c 	xen_store_evtchn = alloc_unbound.port;
alloc_unbound     230 include/xen/interface/event_channel.h 		struct evtchn_alloc_unbound    alloc_unbound;