Searched refs:XSD_ERROR (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/i386/include/xen/
H A Dxenstored.h64 #define XSD_ERROR(x) { x, #x } macro
66 XSD_ERROR(EINVAL),
67 XSD_ERROR(EACCES),
68 XSD_ERROR(EEXIST),
69 XSD_ERROR(EISDIR),
70 XSD_ERROR(ENOENT),
71 XSD_ERROR(ENOMEM),
72 XSD_ERROR(ENOSPC),
73 XSD_ERROR(EIO),
74 XSD_ERROR(ENOTEMPT
[all...]
/freebsd-10.2-release/sys/xen/interface/io/
H A Dxs_wire.h66 #define XSD_ERROR(x) { x, #x } macro
73 XSD_ERROR(EINVAL),
74 XSD_ERROR(EACCES),
75 XSD_ERROR(EEXIST),
76 XSD_ERROR(EISDIR),
77 XSD_ERROR(ENOENT),
78 XSD_ERROR(ENOMEM),
79 XSD_ERROR(ENOSPC),
80 XSD_ERROR(EIO),
81 XSD_ERROR(ENOTEMPT
[all...]

Completed in 29 milliseconds