Searched refs:XEN_ERRNO (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | errno.h | 18 #ifndef XEN_ERRNO 47 #ifdef XEN_ERRNO 62 XEN_ERRNO(ESRCH, 3) /* No such process */ 66 XEN_ERRNO(EIO, 5) /* I/O error */ 70 XEN_ERRNO(EBADF, 9) /* Bad file number */ 72 XEN_ERRNO(EAGAIN, 11) /* Try again */ 74 XEN_ERRNO(ENOMEM, 12) /* Out of memory */ 76 XEN_ERRNO(EFAULT, 14) /* Bad address */ 78 XEN_ERRNO(EEXIST, 17) /* File exists */ 97 XEN_ERRNO(ETIME, 62) /* Timer expired */ [all …]
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | errno.h | 6 #define XEN_ERRNO(name, value) name = value, macro 13 #define XEN_ERRNO(name, value) .equ name, value macro
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | util.h | 13 #define XEN_ERRNO(name, value) name = value, macro
|
Completed in 5 milliseconds