Home
last modified time | relevance | path

Searched refs:xen_alloc_unbound_evtchn (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dxpv_support.h64 extern int xen_alloc_unbound_evtchn(int, int *);
/illumos-gate/usr/src/uts/i86xpv/sys/
H A Devtchn_impl.h179 extern int xen_alloc_unbound_evtchn(int, int *);
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_client.c259 err = xen_alloc_unbound_evtchn(dev->otherend_id, port); in xenbus_alloc_evtchn()
H A Dxenbus_comms.c286 err = xen_alloc_unbound_evtchn(0, in xb_init()
H A Devtchn_dev.c388 if ((err = xen_alloc_unbound_evtchn(bind.remote_domain, in evtchndrv_ioctl()
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c183 xen_alloc_unbound_evtchn(int domid, int *evtchnp) in xen_alloc_unbound_evtchn() function
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c240 xen_alloc_unbound_evtchn(int domid, int *evtchnp) in xen_alloc_unbound_evtchn() function
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c480 if ((rv = xen_alloc_unbound_evtchn(oeid, &pdp->xd_evtchn))) { in xvdi_alloc_evtchn()