Searched refs:TARGET_ENODEV (Results 1 – 3 of 3) sorted by relevance
59 #define TARGET_ENODEV 19 /* Operation not supported by device */ macro
29 #define TARGET_ENODEV 19 /* No such device */ macro
76 TARGET_ENODEV = 19, enumerator120 case ENODEV: return TARGET_ENODEV; in errno_h2g()