Searched refs:alloc_unbound (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/xen/interface/
H A Devent_channel.h327 struct evtchn_alloc_unbound alloc_unbound; member in union:evtchn_op::__anon16074
/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore.c1113 struct evtchn_alloc_unbound alloc_unbound; local
1116 alloc_unbound.dom = DOMID_SELF;
1117 alloc_unbound.remote_dom = DOMID_SELF;
1119 EVTCHNOP_alloc_unbound, &alloc_unbound);
1125 xs.evtchn = alloc_unbound.port;
/freebsd-13-stable/sys/x86/xen/
H A Dxen_intr.c1231 struct evtchn_alloc_unbound alloc_unbound; local
1234 alloc_unbound.dom = DOMID_SELF;
1235 alloc_unbound.remote_dom = remote_domain;
1237 &alloc_unbound);
1246 error = xen_intr_bind_isrc(&isrc, alloc_unbound.port, EVTCHN_TYPE_PORT,
1250 evtchn_close_t close = { .port = alloc_unbound.port };

Completed in 75 milliseconds