Xen interface.
Definition in file xen.h.
Value:
#define EPLATFORM(einfo_base, platform,...)
Generate an error based on an external platform error code.
#define EINFO_EPLATFORM
Platform-generated base error.
Convert a Xen status code to an iPXE status code.
- Parameters
-
| xenrc | Xen status code (negated) |
- Return values
-
| rc | iPXE status code (before negation) |
Xen status codes are defined in the file include/xen/errno.h in the Xen repository. They happen to match the Linux error codes, some of which can be found in our include/ipxe/errno/linux.h.
Definition at line 87 of file xen.h.
Referenced by hvm_ioremap(), hvm_iounmap(), hvm_map_hypercall(), hvm_map_xenstore(), netfront_create_event(), netfront_send_event(), xengrant_init(), and xenstore_request().