Searched refs:EOPNOTSUPP (Results 1 – 7 of 7) sorted by relevance
43 #define ENOTSUP EOPNOTSUPP
82 #define EOPNOTSUPP 95 macro
98 MACRO(EOPNOTSUPP); in errno_h()
140 [EOPNOTSUPP] = "Operation not supported on transport endpoint",
315 ASSERT_EQ(errno, EOPNOTSUPP); in TEST()329 if (fd == -1 && (errno == EISDIR || errno == EINVAL || errno == EOPNOTSUPP)) return; in TEST()
925 if (tmpfd == -1 && (errno == EISDIR || errno == EINVAL || errno == EOPNOTSUPP)) { in TEST()
23 #define EDRIVE_CANT_DO_THIS EOPNOTSUPP