HomeSort by: relevance | last modified time | path
    Searched refs:EPROTO (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/external/ibm-public/postfix/dist/src/util/
sane_accept.c 64 #ifdef EPROTO
65 EPROTO, /* SunOS 5.5.1 */
79 * XXX Solaris 2.5.1 accept() returns EPROTO when a TCP client has
  /src/external/gpl3/gdb/dist/gnulib/import/
errno.in.h 52 # ifndef EPROTO
53 # define EPROTO 134
168 EPROTO, EMULTIHOP, EBADMSG, EOVERFLOW, ENOTSUP, ECANCELED are not defined.
192 # ifndef EPROTO
193 # define EPROTO 2003
strerror-override.c 237 case EPROTO:
  /src/external/gpl3/gdb.old/dist/gnulib/import/
errno.in.h 52 # ifndef EPROTO
53 # define EPROTO 134
168 EPROTO, EMULTIHOP, EBADMSG, EOVERFLOW, ENOTSUP, ECANCELED are not defined.
192 # ifndef EPROTO
193 # define EPROTO 2003
strerror-override.c 237 case EPROTO:
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
error_constants.h 140 #ifdef EPROTO
141 protocol_error = EPROTO,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
error_constants.h 140 #ifdef EPROTO
141 protocol_error = EPROTO,
  /src/usr.sbin/puffs/mount_psshfs/
fs.c 50 return rv ? rv : EPROTO; \
107 psbuf_get_type(pb)), EPROTO);
137 pctx->mountpath), EPROTO);
139 reterr((stderr, "invalid realpath response: count"), EPROTO);
141 reterr((stderr, "invalid realpath response: rootpath"), EPROTO);
  /src/lib/librumpuser/
rumpuser_errtrans.c 315 #ifdef EPROTO
316 case EPROTO : return 96;
  /src/sys/external/bsd/drm2/dist/drm/
drm_scdc_helper.c 80 return -EPROTO;
126 return -EPROTO;
  /src/sys/rump/include/rump/
rumperrno2host.h 400 #ifdef EPROTO
402 return EPROTO;
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 205 #ifndef EPROTO
206 #define EPROTO 9932
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
error_constants.h 140 #ifdef EPROTO
141 protocol_error = EPROTO,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
error_constants.h 140 #ifdef EPROTO
141 protocol_error = EPROTO,
  /src/sys/fs/puffs/
puffs_node.c 70 return EPROTO;
75 return EPROTO;
163 return EPROTO;
173 error = EPROTO;
  /src/sys/sys/
errno.h 173 #define EPROTO 96 /* Protocol error */
  /src/external/bsd/openldap/dist/include/
sd-notify.h 62 rc = written < 0 ? -errno : -EPROTO;
  /src/usr.sbin/puffs/mount_9p/
nineproto.c 109 if (size < unitsize) return EPROTO; \
116 if (*strsize > size) return EPROTO; \
200 return EPROTO;
209 rv = EPROTO;
222 return EPROTO;
251 rv = EPROTO;
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_fd.c 266 #ifdef EPROTO
267 case EPROTO:
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_fd.c 266 # ifdef EPROTO
267 case EPROTO:
bss_sock.c 269 # ifdef EPROTO
270 case EPROTO:
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_fd.c 268 # ifdef EPROTO
269 case EPROTO:
bss_sock.c 220 # ifdef EPROTO
221 case EPROTO:
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
errno.d 245 enum EPROTO = 134;
328 enum EPROTO = 71; ///
431 enum EPROTO = 71; ///
522 enum EPROTO = 61; ///
635 enum EPROTO = 71; ///
745 enum EPROTO = 71; ///
848 enum EPROTO = 71; ///
966 enum EPROTO = 86; ///
1055 enum EPROTO = 71; ///
1204 enum EPROTO = 100; /// Protocol erro
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
target-newlib-errno.c 335 #ifdef EPROTO
336 { "EPROTO", EPROTO, 71 },

Completed in 39 milliseconds

1 2 3 4