Searched defs:EOPNOTSUPP (Results 1 - 6 of 6) sorted by relevance

/external/e2fsprogs/include/nonunix/
H A Dunistd.h9 #define EOPNOTSUPP 95 macro
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocket.h73 #undef EOPNOTSUPP macro
74 #define EOPNOTSUPP WSAEOPNOTSUPP macro
/external/kernel-headers/original/asm-generic/
H A Derrno.h68 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
/external/kernel-headers/original/asm-mips/
H A Derrno.h76 #define EOPNOTSUPP 122 /* Operation not supported on transport endpoint */ macro
/external/llvm/include/llvm/Support/
H A Dsystem_error.h182 operation_not_supported, // EOPNOTSUPP
409 # ifndef EOPNOTSUPP
410 # define EOPNOTSUPP 130 macro
570 operation_not_supported = EOPNOTSUPP,
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java122 public static final int EOPNOTSUPP = placeholder(); field in class:OsConstants
662 if (errno == EOPNOTSUPP) {
663 return "EOPNOTSUPP";

Completed in 182 milliseconds