Home
last modified time | relevance | path

Searched refs:EPROTO (Results 1 – 25 of 78) sorted by relevance

1234

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Derrno.in.h52 # ifndef EPROTO
53 # define EPROTO 134 macro
192 # ifndef EPROTO
193 # define EPROTO 2003 macro
/netbsd-src/usr.sbin/puffs/mount_psshfs/
H A Dfs.c50 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 Dpsbuf.c355 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 Dnineproto.c109 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 Dnode.c116 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 Derrno.d245 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 Dpuffs_node.c70 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 Dsane_accept.c64 #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 Derror_constants.h140 #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 Derror_constants.h140 #ifdef EPROTO in _GLIBCXX_VISIBILITY()
141 protocol_error = EPROTO, in _GLIBCXX_VISIBILITY()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_scdc_helper.c80 return -EPROTO; in drm_scdc_read()
126 return -EPROTO; in drm_scdc_write()
H A Ddrm_dp_dual_mode_helper.c91 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 Derror_constants.h140 #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 Derror_constants.h140 #ifdef EPROTO in _GLIBCXX_VISIBILITY()
141 protocol_error = EPROTO, in _GLIBCXX_VISIBILITY()
/netbsd-src/sys/rump/include/rump/
H A Drumperrno2host.h400 #ifdef EPROTO in rump_errno2host()
402 return EPROTO; in rump_errno2host()
/netbsd-src/lib/librumpuser/
H A Drumpuser_errtrans.c315 #ifdef EPROTO in rumpuser__errtrans()
316 case EPROTO : return 96; in rumpuser__errtrans()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h205 #ifndef EPROTO
206 #define EPROTO 9932 macro
H A D__errc83 protocol_error, // EPROTO
192 protocol_error = EPROTO,
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_guc_ct.c418 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 Dbss_sock.c220 # ifdef EPROTO in BIO_sock_non_fatal_error()
221 case EPROTO: in BIO_sock_non_fatal_error()
H A Dbss_fd.c268 # 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 Dbss_fd.c266 # ifdef EPROTO in BIO_fd_non_fatal_error()
267 case EPROTO: in BIO_fd_non_fatal_error()
H A Dbss_sock.c269 # 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 Dsystem_error.cc281 #ifdef EPROTO in default_error_condition()
282 case EPROTO: in default_error_condition()
/netbsd-src/external/mit/libuv/dist/include/uv/
H A Derrno.h317 #if defined(EPROTO) && !defined(_WIN32)
318 # define UV__EPROTO UV__ERR(EPROTO)

1234