Searched refs:ENODATA (Results 1 – 25 of 38) sorted by relevance
12
/external/libmicrohttpd/src/include/ |
D | w32functions.h | 146 #ifndef ENODATA 147 #define ENODATA (MHDW32ERRBASE+35) macro
|
/external/fio/engines/ |
D | splice.c | 48 if (errno == ENODATA || errno == EAGAIN) in fio_splice_read_old() 110 if (errno == ENODATA || errno == EAGAIN) in fio_splice_read() 140 td_verror(td, ENODATA, "vmsplice"); in fio_splice_read()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 184 #ifndef ENODATA 185 #error ENODATA not defined
|
/external/libmicrohttpd/src/platform/ |
D | w32functions.c | 88 case WSANO_DATA: return ENODATA; in MHD_W32_errno_from_winsock_() 184 case ENODATA: in MHD_W32_strerror_() 531 case ENODATA: in MHD_W32_set_last_winsock_error_()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 43 #define ENODATA 61 /* No data available */ macro
|
/external/libcap/progs/ |
D | getcap.c | 49 if (errno != ENODATA) { in do_getcap()
|
/external/bison/lib/ |
D | strerror-override.c | 96 case ENODATA: in strerror_override()
|
D | errno.in.h | 126 # define ENODATA 120 /* not required by POSIX */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 38 #define ENODATA 61 /* No data available */ macro
|
/external/libcxx/src/ |
D | random.cpp | 78 __throw_system_error(ENODATA, "random_device got EOF");
|
/external/libcxx/include/ |
D | cerrno | 151 #ifndef ENODATA 152 #define ENODATA 9919
|
D | system_error | 159 no_message_available, // ENODATA 291 #ifdef ENODATA 292 no_message_available = ENODATA,
|
D | module.modulemap | 53 ECONNABORTED, EINVAL, ENODATA, ENOTDIR, EPROTOTYPE
|
/external/opencv3/3rdparty/openexr/Iex/ |
D | IexThrowErrnoExc.cpp | 343 #if defined (ENODATA) in throwErrnoExc() 344 case ENODATA: in throwErrnoExc()
|
/external/compiler-rt/test/msan/Linux/ |
D | xattr.cc | 18 #define ENOATTR ENODATA
|
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
D | client.py | 181 _e_refused += (errno.ENODATA,)
|
/external/selinux/libselinux/src/ |
D | selinuxswig_python.i | 32 if e.errno != errno.ENODATA:
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 95 ERROR_ENTRY(ENODATA), // No data available
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 59 static_assert(static_cast<int>(std::errc::no_message_available) == ENODATA, ""); in main()
|
/external/dhcpcd-6.8.2/ |
D | dhcp-common.c | 545 errno = ENODATA; in dhcp_optlen() 553 errno = ENODATA; in dhcp_optlen()
|
/external/libusb/libusb/os/ |
D | linux_usbfs.c | 1235 if (errno == ENODATA) in op_kernel_driver_active() 1261 if (errno == ENODATA) in op_detach_kernel_driver() 1289 if (errno == ENODATA) in op_attach_kernel_driver()
|
/external/tinycompress/ |
D | compress.c | 326 return oops(compress, ENODATA, "sample rate unknown"); in compress_get_hpointer()
|
/external/selinux/policycoreutils/setfiles/ |
D | restore.c | 163 if (errno == ENODATA) { in restore()
|
/external/libusb-compat/libusb/ |
D | core.c | 908 return -(errno=ENODATA); in usb_get_driver_np()
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 637 #define VKI_ENODATA ENODATA
|
12