Home
last modified time | relevance | path

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

123

/netbsd/src/usr.sbin/puffs/mount_psshfs/
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()
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/
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()
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()
Dninebuf.c306 return EPROTO; in p9pbuf_get_data()
/netbsd/src/sys/fs/puffs/
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()
Dpuffs_vnops.c599 error = EPROTO; in puffs_vnop_lookup()
1535 ERROUT(EPROTO); in puffs_vnop_readdir()
1540 ERROUT(EPROTO); in puffs_vnop_readdir()
2105 error = EPROTO; in puffs_vnop_readlink()
2294 error = EPROTO; in puffs_vnop_read()
2457 error = EPROTO; in puffs_vnop_write()
2812 ERROUT(EPROTO); in puffs_vnop_strategy()
2867 ERROUT(EPROTO); in puffs_vnop_strategy()
3186 error = EPROTO; in puffs_vnop_getextattr()
3317 error = EPROTO; in puffs_vnop_listextattr()
Dpuffs_sys.h319 error = EPROTO; in checkerr()
/netbsd/src/external/ibm-public/postfix/dist/src/util/
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/
Derror_constants.h140 #ifdef EPROTO in _GLIBCXX_VISIBILITY()
141 protocol_error = EPROTO, in _GLIBCXX_VISIBILITY()
/netbsd/src/sys/external/bsd/drm2/dist/drm/
Ddrm_scdc_helper.c80 return -EPROTO; in drm_scdc_read()
126 return -EPROTO; in drm_scdc_write()
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/
Derror_constants.h140 #ifdef EPROTO in _GLIBCXX_VISIBILITY()
141 protocol_error = EPROTO, in _GLIBCXX_VISIBILITY()
/netbsd/src/sys/rump/include/rump/
Drumperrno2host.h400 #ifdef EPROTO in rump_errno2host()
402 return EPROTO; in rump_errno2host()
/netbsd/src/lib/librumpuser/
Drumpuser_errtrans.c315 #ifdef EPROTO in rumpuser__errtrans()
316 case EPROTO : return 96; in rumpuser__errtrans()
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dtarget-newlib-errno.c335 #ifdef EPROTO
336 { "EPROTO", EPROTO, 71 },
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bio/
Dbss_fd.c266 # ifdef EPROTO in BIO_fd_non_fatal_error()
267 case EPROTO: in BIO_fd_non_fatal_error()
Dbss_sock.c269 # ifdef EPROTO in BIO_sock_non_fatal_error()
270 case EPROTO: in BIO_sock_non_fatal_error()
/netbsd/src/external/cddl/osnet/lib/libdtrace/
Derrno.d231 inline int EPROTO = 96; variable
232 #pragma D binding "1.0" EPROTO
/netbsd/src/sys/sys/
Derrno.h173 #define EPROTO 96 /* Protocol error */ macro
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dstrerror.c274 #if defined (EPROTO)
275 ENTRY(EPROTO, "EPROTO", "Protocol error"),
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dstrerror.c274 #if defined (EPROTO)
275 ENTRY(EPROTO, "EPROTO", "Protocol error"),
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dstrerror.c274 #if defined (EPROTO)
275 ENTRY(EPROTO, "EPROTO", "Protocol error"),
/netbsd/src/tests/include/
Dt_errno.c642 #ifdef EPROTO in ATF_TC_BODY()
/netbsd/src/lib/libc/nls/
DC.msg192 $ EPROTO

123