Searched refs:XSD_ERROR (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/include/xen/interface/io/ |
D | xs_wire.h | 46 #define XSD_ERROR(x) { x, #x } macro 48 XSD_ERROR(EINVAL), 49 XSD_ERROR(EACCES), 50 XSD_ERROR(EEXIST), 51 XSD_ERROR(EISDIR), 52 XSD_ERROR(ENOENT), 53 XSD_ERROR(ENOMEM), 54 XSD_ERROR(ENOSPC), 55 XSD_ERROR(EIO), 56 XSD_ERROR(ENOTEMPTY), [all …]
|