Home
last modified time | relevance | path

Searched refs:ENOTSUP (Results 1 – 25 of 147) sorted by relevance

123456

/third_party/glib/gio/
Dgioerror.c165 #ifdef ENOTSUP in g_io_error_from_errno()
166 case ENOTSUP: in g_io_error_from_errno()
172 #if defined (EOPNOTSUPP) && (!defined (ENOTSUP) || (EOPNOTSUPP != ENOTSUP)) in g_io_error_from_errno()
/third_party/pulseaudio/src/pulsecore/
Drtkit.c294 return -ENOTSUP; in rtkit_make_realtime()
298 return -ENOTSUP; in rtkit_make_high_priority()
302 return -ENOTSUP; in rtkit_get_max_realtime_priority()
306 return -ENOTSUP; in rtkit_get_min_nice_level()
310 return -ENOTSUP; in rtkit_get_rttime_usec_max()
Dmutex-posix.c57 pa_assert(r == 0 || r == ENOTSUP); in pa_mutex_new()
72 pa_assert(r == ENOTSUP && inherit_priority); in pa_mutex_new()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/
D5-1.c47 if (rc1 && rc1 != ENOTSUP) { in main()
51 if (rc2 && rc2 != ENOTSUP) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D27-1.c62 if (errno != ENOTSUP) { in main()
84 if (errno != ENOTSUP) { in main()
/third_party/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate06.c111 case ENOTSUP: in setup()
197 if (TST_ERR == ENOTSUP) in run()
218 if (TST_RET == -1 && TST_ERR == ENOTSUP) { in run()
Dfallocate05.c65 if (TST_ERR == ENOTSUP) in run()
125 if (TST_ERR == ENOTSUP) in run()
/third_party/boost/boost/
Dcerrno.hpp117 #ifndef ENOTSUP
118 #define ENOTSUP 9926 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c96 ENOTSUP, "ENOTSUP", ENOTSUP}, {
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstsparsefile.c569 #ifdef ENOTSUP in gst_sparse_file_io_error_from_errno()
570 case ENOTSUP: in gst_sparse_file_io_error_from_errno()
576 #if defined (EOPNOTSUPP) && (!defined (ENOTSUP) || (EOPNOTSUPP != ENOTSUP)) in gst_sparse_file_io_error_from_errno()
/third_party/selinux/libselinux/src/
Dlabel.c214 errno = ENOTSUP; in selabel_open()
307 errno = ENOTSUP; in selabel_lookup_best_match()
325 errno = ENOTSUP; in selabel_lookup_best_match_raw()
Dsetfilecon.c14 if (rc < 0 && errno == ENOTSUP) { in setfilecon_raw()
Dfsetfilecon.c14 if (rc < 0 && errno == ENOTSUP) { in fsetfilecon_raw()
Dlsetfilecon.c14 if (rc < 0 && errno == ENOTSUP) { in lsetfilecon_raw()
/third_party/ffmpeg/libavcodec/
Dvdpau.c200 return AVERROR(ENOTSUP); in ff_vdpau_common_init()
219 return AVERROR(ENOTSUP); in ff_vdpau_common_init()
237 return AVERROR(ENOTSUP); in ff_vdpau_common_init()
262 return AVERROR(ENOTSUP); in ff_vdpau_common_init()
/third_party/musl/src/thread/
Dpthread_attr_setscope.c9 return ENOTSUP; in pthread_attr_setscope()
Dpthread_mutexattr_setprotocol.c25 return ENOTSUP; in pthread_mutexattr_setprotocol()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_attr_setscope.c7 return ENOTSUP; in pthread_attr_setscope()
Dpthread_mutexattr_setprotocol.c27 return ENOTSUP; in pthread_mutexattr_setprotocol()
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_attr_setscope.c8 return ENOTSUP; in pthread_attr_setscope()
/third_party/musl/porting/liteos_a/user/src/mq/
Dmq_notify.c14 errno = ENOTSUP; in mq_notify()
/third_party/exfatprogs/fsck/
Dde_iter.c60 return -ENOTSUP; in read_ahead_first_blocks()
113 return -ENOTSUP; in read_ahead_next_blocks()
141 return -ENOTSUP; in read_ahead_next_dir_blocks()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setprotocol/
D3-1.c45 if ((ret == ENOTSUP) || (ret == EINVAL)) { in main()
/third_party/ltp/utils/sctp/lib/
Dopt_info.c59 return ENOTSUP; in sctp_opt_info()
/third_party/boost/libs/filesystem/test/issues/
Dfchmodat_AT_SYMLINK_NOFOLLOW_6659.cpp35 assert(errno == ENOTSUP); in main()

123456