Searched refs:XSD_ERROR (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/xen/public/io/ |
H A D | xs_wire.h | 63 #define XSD_ERROR(x) { x, #x } macro 70 XSD_ERROR(EINVAL), 71 XSD_ERROR(EACCES), 72 XSD_ERROR(EEXIST), 73 XSD_ERROR(EISDIR), 74 XSD_ERROR(ENOENT), 75 XSD_ERROR(ENOMEM), 76 XSD_ERROR(ENOSPC), 77 XSD_ERROR(EIO), 78 XSD_ERROR(ENOTEMPTY), [all …]
|