Searched refs:ENOTSUP (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_attr_setschedpolicy.c51 return ENOTSUP;
H A Dpthread_attr_setscope.c55 return ENOTSUP;
H A Dpthread_setschedparam.c63 return ENOTSUP;
H A Dsched.h162 * Note that this macro returns ENOTSUP rather than
172 ( errno = ENOTSUP, (int) -1 )
H A Dpthread.h271 #if !defined(ENOTSUP)
272 # define ENOTSUP 48 /* This is the value in Solaris. */ macro
/external/bison/lib/
H A Derrno.in.h67 # ifndef ENOTSUP
68 # define ENOTSUP 129 macro
168 EPROTO, EMULTIHOP, EBADMSG, EOVERFLOW, ENOTSUP, ECANCELED are not defined.
212 # ifndef ENOTSUP
213 # define ENOTSUP 2007 macro
H A Dstrerror-override.c255 case ENOTSUP:
/external/chromium_org/net/base/
H A Dnet_errors_posix.cc100 case ENOTSUP: // Operation not supported.
/external/libnl/src/
H A Dnl-cls-add.c101 fatal(ENOTSUP, "Classifier type \"%s\" not supported.", kind);
/external/compiler-rt/test/msan/Linux/
H A Dxattr.cc68 if (errno == ENOTSUP) {
93 if (errno == ENOTSUP) {
/external/qemu/block/
H A Draw-win32.c373 return -ENOTSUP;
381 return -ENOTSUP;
393 return -ENOTSUP;
H A Draw-posix.c573 return -ENOTSUP;
1305 return -ENOTSUP;
1318 return -ENOTSUP;
1327 return -ENOTSUP;
/external/libselinux/src/
H A Dlabel.c140 errno = ENOTSUP;
/external/libcxx/test/diagnostics/errno/
H A Dcerrno.pass.cpp261 #ifndef ENOTSUP
262 #error ENOTSUP not defined
/external/qemu/
H A Dblock.c208 return -ENOTSUP;
429 return -ENOTSUP;
737 return -ENOTSUP;
761 return -ENOTSUP;
862 * -ENOTSUP - format driver doesn't support changing the backing file
872 return -ENOTSUP;
1116 return -ENOTSUP;
1735 return -ENOTSUP;
1752 return -ENOTSUP;
1767 return -ENOTSUP;
[all...]
H A Dqemu-char.c180 return -ENOTSUP;
1261 return -ENOTSUP;
1335 return -ENOTSUP;
1341 return -ENOTSUP;
1345 return -ENOTSUP;
1354 return -ENOTSUP;
1358 return -ENOTSUP;
1363 return -ENOTSUP;
1402 return -ENOTSUP;
1460 return -ENOTSUP;
[all...]
/external/chromium_org/content/browser/download/
H A Dfile_metadata_unittest_linux.cc58 is_xattr_supported_ = (!result) || (errno != ENOTSUP);
/external/qemu/util/
H A Dqemu-sockets.c668 errno = ENOTSUP;
675 errno = ENOTSUP;
682 errno = ENOTSUP;
689 errno = ENOTSUP;
/external/qemu/include/
H A Dqemu-common.h71 #if !defined(ENOTSUP)
72 #define ENOTSUP 4096 macro
/external/libcxx/test/diagnostics/syserr/
H A Derrc.pass.cpp78 static_assert(static_cast<int>(std::errc::not_supported) == ENOTSUP, "");
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-finder.c326 return -ENOTSUP;
346 return -ENOTSUP;
567 return -ENOTSUP;
613 else if (ret == -ENOTSUP)
H A Dprobe-event.c806 return -ENOTSUP;
882 return -ENOTSUP;
888 return -ENOTSUP;
2082 ret = -ENOTSUP;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.h270 return -ENOTSUP;
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.h270 return -ENOTSUP;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.h270 return -ENOTSUP;

Completed in 4713 milliseconds

12