Searched refs:EOPNOTSUPP (Results 1 – 10 of 10) sorted by relevance
131 # elif defined EOPNOTSUPP /* Tru64 NFS */133 … ((Err) == ENOTSUP || (Err) == ENOSYS || (Err) == EINVAL || (Err) == EBUSY || (Err) == EOPNOTSUPP)
55 # define EOPNOTSUPP 10045 macro
82 case EOPNOTSUPP: in rpl_strerror()
422 if (errno == ENOSYS || errno == EOPNOTSUPP) in qcopy_acl()457 if (errno == ENOSYS || errno == EOPNOTSUPP) in qcopy_acl()
474 return (errno == ENOSYS || errno == EOPNOTSUPP ? 0 : -1); in file_has_acl()
435 if (errno == ENOSYS || errno == EOPNOTSUPP) in qset_acl()
273 #ifndef EOPNOTSUPP274 #error EOPNOTSUPP not defined
191 #ifndef EOPNOTSUPP192 #define EOPNOTSUPP 9929
177 operation_not_supported, // EOPNOTSUPP321 operation_not_supported = EOPNOTSUPP,
82 static_assert(static_cast<int>(std::errc::operation_not_supported) == EOPNOTSUPP, ""); in main()