HomeSort by: relevance | last modified time | path
    Searched refs:EAUTH (Results 1 - 16 of 16) sorted by relevancy

  /src/external/mpl/dhcp/dist/omapip/
toisc.c 200 #ifdef EAUTH
201 case EAUTH:
  /src/lib/librumpuser/
rumpuser_errtrans.c 267 #ifdef EAUTH
268 case EAUTH : return 80;
  /src/sys/rump/include/rump/
rumperrno2host.h 336 #ifdef EAUTH
338 return EAUTH;
  /src/sys/sys/
errno.h 140 #define EAUTH 80 /* Authentication error */
  /src/external/cddl/osnet/lib/libdtrace/
errno.d 199 inline int EAUTH = 80;
200 #pragma D binding "1.0" EAUTH
  /src/sbin/mount_nfs/
getnfsargs.c 344 np->stat = EAUTH;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
errno.d 1288 enum EAUTH = 80; /// Authentication error
1402 enum EAUTH = 80;
1517 enum EAUTH = 80; /// Authentication error
1616 enum EAUTH = 80;
  /src/sys/nfs/
krpc_subr.c 334 error = EAUTH;
nfs_iod.c 313 error = EAUTH;
nfs_clntsocket.c 753 error = EAUTH;
  /src/external/bsd/fetch/dist/libfetch/
common.c 128 #ifdef EAUTH
129 case EAUTH:
http.c 817 #ifdef EAUTH
818 errno = EAUTH;
  /src/share/examples/refuse/ian/libfetch/
common.c 109 case EAUTH:
http.c 715 errno = EAUTH;
  /src/sys/fs/nfs/client/
nfs_clstate.c 4090 if (error == EAUTH || error == EACCES) {
4126 if (error == EAUTH || error == EACCES) {
4158 if (error == EAUTH || error == EACCES) {
4187 if (error == EAUTH || error == EACCES) {
  /src/sys/net/
if_wg.c 477 return EAUTH;
509 return EAUTH;
533 return EAUTH;

Completed in 43 milliseconds