HomeSort by: relevance | last modified time | path
    Searched defs:xen_errno (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
errno.h 11 * 2) The special case where the includer provides a XEN_ERRNO() in scope.
14 * their XEN_ERRNO() being appropriate in the included context. The header
15 * will unilaterally #undef XEN_ERRNO().
18 #ifndef XEN_ERRNO
21 * Includer has not provided a custom XEN_ERRNO(). Arrange for normal header
32 #define XEN_ERRNO(name, value) XEN_##name = value,
33 enum xen_errno { enum
37 #define XEN_ERRNO(name, value) .equ XEN_##name, value
42 #endif /* !XEN_ERRNO */
47 #ifdef XEN_ERRNO
    [all...]

Completed in 33 milliseconds