Searched refs:DFC_ERRNO_START (Results 1 – 1 of 1) sorted by relevance
200 #define DFC_ERRNO_START 0x200 macro203 #define DFC_SYS_ERROR (DFC_ERRNO_START + 1) /* General system err */204 #define DFC_DRV_ERROR (DFC_ERRNO_START + 2) /* General driver err */205 #define DFC_HBA_ERROR (DFC_ERRNO_START + 3) /* General HBA err */206 #define DFC_IO_ERROR (DFC_ERRNO_START + 4) /* General IO err */208 #define DFC_ARG_INVALID (DFC_ERRNO_START + 5) /* Invalid Argument */209 #define DFC_ARG_MISALIGNED (DFC_ERRNO_START + 6) /* Misaligned Argument */210 #define DFC_ARG_NULL (DFC_ERRNO_START + 7) /* NULL Argument */211 #define DFC_ARG_TOOSMALL (DFC_ERRNO_START + 8) /* Argument too small */212 #define DFC_ARG_TOOBIG (DFC_ERRNO_START + 9) /* Argument too big */[all …]