Searched refs:ENOTSUP (Results 1 – 13 of 13) sorted by relevance
12 { errno = ENOTSUP; return -1; } in getcon()17 { errno = ENOTSUP; return -1; } in getfscreatecon()19 { errno = ENOTSUP; return -1; } in setfscreatecon()23 { errno = ENOTSUP; return -1; } in matchpathcon()26 { errno = ENOTSUP; return -1; } in getfilecon()29 { errno = ENOTSUP; return -1; } in lgetfilecon()32 { errno = ENOTSUP; return -1; } in setfilecon()35 { errno = ENOTSUP; return -1; } in lsetfilecon()38 { errno = ENOTSUP; return -1; } in fsetfilecon()42 { errno = ENOTSUP; return -1; } in security_check_context()[all …]
8 { errno = ENOTSUP; return 0; } in context_new()10 { errno = ENOTSUP; return (void *) 0; } in context_str()15 { errno = ENOTSUP; return -1; } in context_user_set()18 { errno = ENOTSUP; return -1; } in context_role_set()21 { errno = ENOTSUP; return -1; } in context_range_set()24 { errno = ENOTSUP; return -1; } in context_type_set()
45 #ifndef ENOTSUP46 # define ENOTSUP (-1) macro130 ((Err) == ENOTSUP || (Err) == ENOSYS || (Err) == EINVAL || (Err) == EBUSY || (Err) == ENOENT)133 … ((Err) == ENOTSUP || (Err) == ENOSYS || (Err) == EINVAL || (Err) == EBUSY || (Err) == EOPNOTSUPP)136 ((Err) == ENOTSUP || (Err) == ENOSYS || (Err) == EINVAL || (Err) == EBUSY)
145 # ifndef ENOTSUP146 # define ENOTSUP 2007 macro
311 case ENOTSUP: in rpl_strerror()
297 if (errno == ENOSYS || errno == ENOTSUP) in qcopy_acl()378 if ((errno == ENOSYS || errno == EINVAL || errno == ENOTSUP) in qcopy_acl()
374 if (errno == ENOSYS || errno == ENOTSUP) in file_has_acl()
361 if (ret < 0 && errno != EINVAL && errno != ENOTSUP) in qset_acl()
261 #ifndef ENOTSUP262 #error ENOTSUP not defined
179 #ifndef ENOTSUP180 #define ENOTSUP 9926
172 not_supported, // ENOTSUP316 not_supported = ENOTSUP,
34 #if !defined ENOTSUP
78 static_assert(static_cast<int>(std::errc::not_supported) == ENOTSUP, ""); in main()