Searched refs:ENOSR (Results 1 – 16 of 16) sorted by relevance
/external/libcxx/test/diagnostics/errno/ |
D | cerrno.pass.cpp | 226 #ifndef ENOSR 227 #error ENOSR not defined
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 36 #define ENOSR 63 /* Out of streams resources */ macro
|
/external/bison/lib/ |
D | strerror-override.c | 98 case ENOSR: in strerror_override()
|
D | errno.in.h | 127 # define ENOSR 124 /* not required by POSIX */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 40 #define ENOSR 63 /* Out of streams resources */ macro
|
/external/tcpdump/win32/Include/ |
D | errno.h | 68 #define ENOSR 63 /* Out of streams resources */ macro
|
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/ |
D | errno.pxd | 65 ENOSR
|
/external/libcxx/include/ |
D | cerrno | 163 #ifndef ENOSR 164 #define ENOSR 9922
|
D | system_error | 163 no_stream_resources, // ENOSR 299 #ifdef ENOSR 300 no_stream_resources = ENOSR,
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | unix_err.c | 487 #ifdef ENOSR in nss_MD_unix_map_default_error() 488 case ENOSR: prError = PR_INSUFFICIENT_RESOURCES_ERROR; break; in nss_MD_unix_map_default_error()
|
/external/libcxx/test/diagnostics/syserr/ |
D | errc.pass.cpp | 65 static_assert(static_cast<int>(std::errc::no_stream_resources) == ENOSR, ""); in main()
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
D | linux_usbfs.c | 2218 case -ENOSR: in handle_bulk_completion() 2323 case -ENOSR: in handle_iso_completion() 2432 case -ENOSR: in handle_control_completion()
|
/external/valgrind/main/include/vki/ |
D | vki-darwin.h | 620 #define VKI_ENOSR ENOSR
|
/external/ppp/pppd/ |
D | sys-solaris.c | 1629 return (errno == ENOSR)? 0: -1;
|
/external/chromium_org/tools/win/split_link/viz.js/ |
D | viz.js | 961 …OEXEC:8,ENOLCK:37,ENOLINK:67,ENOMEM:12,ENOMSG:42,ENOPROTOOPT:92,ENOSPC:28,ENOSR:63,ENOSTR:60,ENOSY… property
|
/external/chromium_org/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 989 …BADRQC:54,EBADSLT:55,EDEADLOCK:56,EBFONT:57,ENOSTR:60,ENODATA:61,ETIME:62,ENOSR:63,ENONET:64,ENOPK… property
|