Searched refs:XSD_ERROR (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/xen/io/ |
H A D | xs_wire.h | 72 #define XSD_ERROR(x) { x, #x } macro 79 XSD_ERROR(EINVAL), 80 XSD_ERROR(EACCES), 81 XSD_ERROR(EEXIST), 82 XSD_ERROR(EISDIR), 83 XSD_ERROR(ENOENT), 84 XSD_ERROR(ENOMEM), 85 XSD_ERROR(ENOSPC), 86 XSD_ERROR(EIO), 87 XSD_ERROR(ENOTEMPTY), [all …]
|