|
iPXE
|
Xen events. More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static | __attribute__ ((always_inline)) int xenevent_close(struct xen_hypervisor *xen |
| Close event channel. More... | |
Variables | |
| static struct evtchn_close * | close |
| static struct evtchn_send * | send |
| static struct evtchn_alloc_unbound * | alloc_unbound |
Xen events.
Definition in file xenevent.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
inlinestatic |
Close event channel.
Allocate an unbound event channel.
Send event.
| xen | Xen hypervisor |
| close | Event descriptor |
| xenrc | Xen status code |
| xen | Xen hypervisor |
| send | Event descriptor |
| xenrc | Xen status code |
| xen | Xen hypervisor |
| alloc_unbound | Event descriptor |
| xenrc | Xen status code |
| struct evtchn_close* close |
Definition at line 23 of file xenevent.h.
Referenced by int22(), netfront_create_event(), netfront_destroy_event(), ntp_deliver(), peerdist_discovery_reply_values(), pxenv_file_close(), and vmbus_close().
| struct evtchn_send* send |
Definition at line 37 of file xenevent.h.
| struct evtchn_alloc_unbound* alloc_unbound |
Definition at line 52 of file xenevent.h.
Referenced by netfront_create_event().
1.8.15