Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/sys/
H A Dxpv_support.h64 extern int xen_alloc_unbound_evtchn(int, int *);
/titanic_41/usr/src/uts/i86xpv/sys/
H A Devtchn_impl.h179 extern int xen_alloc_unbound_evtchn(int, int *);
/titanic_41/usr/src/uts/common/xen/io/
H A Dxenbus_client.c261 err = xen_alloc_unbound_evtchn(dev->otherend_id, port); in xenbus_alloc_evtchn()
H A Dxenbus_comms.c289 err = xen_alloc_unbound_evtchn(0, in xb_init()
H A Devtchn_dev.c386 if ((err = xen_alloc_unbound_evtchn(bind.remote_domain, in evtchndrv_ioctl()
/titanic_41/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
/titanic_41/usr/src/uts/i86xpv/os/
H A Devtchn.c240 xen_alloc_unbound_evtchn(int domid, int *evtchnp) in xen_alloc_unbound_evtchn() function
/titanic_41/usr/src/uts/common/xen/os/
H A Dxvdi.c470 if ((rv = xen_alloc_unbound_evtchn(oeid, &pdp->xd_evtchn))) { in xvdi_alloc_evtchn()