/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | errno.in.h | 52 # ifndef EPROTO 53 # define EPROTO 134 macro 192 # ifndef EPROTO 193 # define EPROTO 2003 macro
|
/netbsd-src/usr.sbin/puffs/mount_psshfs/ |
H A D | fs.c | 50 return rv ? rv : EPROTO; \ 107 psbuf_get_type(pb)), EPROTO); in psshfs_handshake() 137 pctx->mountpath), EPROTO); in psshfs_handshake() 139 reterr((stderr, "invalid realpath response: count"), EPROTO); in psshfs_handshake() 141 reterr((stderr, "invalid realpath response: rootpath"), EPROTO); in psshfs_handshake()
|
H A D | psbuf.c | 355 return EPROTO; in psbuf_get_str() 444 return EPROTO; in sftperr_to_errno() 449 #define INVALRESPONSE EPROTO
|
/netbsd-src/usr.sbin/puffs/mount_9p/ |
H A D | nineproto.c | 109 if (size < unitsize) return EPROTO; \ 116 if (*strsize > size) return EPROTO; \ 200 return EPROTO; in proto_rerror() 209 rv = EPROTO; in proto_rerror() 222 return EPROTO; in proto_handle_rerror() 251 rv = EPROTO; in proto_cc_dupfid()
|
H A D | node.c | 116 rv = EPROTO; in puffs9p_node_lookup() 136 rv = EPROTO; in puffs9p_node_lookup() 407 rv = EPROTO; in puffs9p_node_write() 432 rv = EPROTO; in nodecreate()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | errno.d | 245 enum EPROTO = 134; in version() local 328 enum EPROTO = 71; /// in version() local 431 enum EPROTO = 71; /// in version() local 522 enum EPROTO = 61; /// in version() local 635 enum EPROTO = 71; /// in version() local 745 enum EPROTO = 71; /// in version() local 848 enum EPROTO = 71; /// in version() local 966 enum EPROTO = 86; /// in version() local 1055 enum EPROTO = 71; /// in version() local 1204 enum EPROTO = 100; /// Protocol error in version() local [all …]
|
/netbsd-src/sys/fs/puffs/ |
H A D | puffs_node.c | 70 return EPROTO; in puffs_getvnode1() 75 return EPROTO; in puffs_getvnode1() 163 return EPROTO; in puffs_newnode() 173 error = EPROTO; in puffs_newnode()
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | sane_accept.c | 64 #ifdef EPROTO in sane_accept() 65 EPROTO, /* SunOS 5.5.1 */ in sane_accept()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/ |
H A D | error_constants.h | 140 #ifdef EPROTO in _GLIBCXX_VISIBILITY() 141 protocol_error = EPROTO, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/ |
H A D | error_constants.h | 140 #ifdef EPROTO in _GLIBCXX_VISIBILITY() 141 protocol_error = EPROTO, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_scdc_helper.c | 80 return -EPROTO; in drm_scdc_read() 126 return -EPROTO; in drm_scdc_write()
|
H A D | drm_dp_dual_mode_helper.c | 91 return -EPROTO; in drm_dp_dual_mode_read() 138 return -EPROTO; in drm_dp_dual_mode_write()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/ |
H A D | error_constants.h | 140 #ifdef EPROTO in _GLIBCXX_VISIBILITY() 141 protocol_error = EPROTO, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/ |
H A D | error_constants.h | 140 #ifdef EPROTO in _GLIBCXX_VISIBILITY() 141 protocol_error = EPROTO, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/sys/rump/include/rump/ |
H A D | rumperrno2host.h | 400 #ifdef EPROTO in rump_errno2host() 402 return EPROTO; in rump_errno2host()
|
/netbsd-src/lib/librumpuser/ |
H A D | rumpuser_errtrans.c | 315 #ifdef EPROTO in rumpuser__errtrans() 316 case EPROTO : return 96; in rumpuser__errtrans()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | errno.h | 205 #ifndef EPROTO 206 #define EPROTO 9932 macro
|
H A D | __errc | 83 protocol_error, // EPROTO 192 protocol_error = EPROTO,
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
H A D | intel_guc_ct.c | 418 err = -EPROTO; in wait_for_ctb_desc_update() 627 return -EPROTO; in ctb_read() 675 return -EPROTO; in ct_handle_response() 685 return -EPROTO; in ct_handle_response() 849 if (GEM_WARN_ON(err == -EPROTO)) { in intel_guc_ct_event_handler()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
H A D | bss_sock.c | 220 # ifdef EPROTO in BIO_sock_non_fatal_error() 221 case EPROTO: in BIO_sock_non_fatal_error()
|
H A D | bss_fd.c | 268 # ifdef EPROTO in BIO_fd_non_fatal_error() 269 case EPROTO: in BIO_fd_non_fatal_error()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
H A D | bss_fd.c | 266 # ifdef EPROTO in BIO_fd_non_fatal_error() 267 case EPROTO: in BIO_fd_non_fatal_error()
|
H A D | bss_sock.c | 269 # ifdef EPROTO in BIO_sock_non_fatal_error() 270 case EPROTO: in BIO_sock_non_fatal_error()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | system_error.cc | 281 #ifdef EPROTO in default_error_condition() 282 case EPROTO: in default_error_condition()
|
/netbsd-src/external/mit/libuv/dist/include/uv/ |
H A D | errno.h | 317 #if defined(EPROTO) && !defined(_WIN32) 318 # define UV__EPROTO UV__ERR(EPROTO)
|