Searched refs:ENEEDAUTH (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dstrerror.c192 #ifdef ENEEDAUTH
193 ERRSTR(ENEEDAUTH, "Need authenticator");
/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Derrno.h160 #define ENEEDAUTH 81 /* Need authenticator */ macro
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Derrno.h160 #define ENEEDAUTH 81 /* Need authenticator */ macro
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Derrno.h160 #define ENEEDAUTH 81 /* Need authenticator */ macro
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Derrno.d185 inline int ENEEDAUTH = 81;
186 #pragma D binding "1.0" ENEEDAUTH
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Derrno.h216 #define ENEEDAUTH 81 /* Need authenticator */ macro
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_gss.c954 return (ENEEDAUTH);
1068 if (error == ENEEDAUTH && cp->gss_clnt_proc == RPCSEC_GSS_INIT &&
1078 // Reset flags, if error = ENEEDAUTH we will try 3des again
1135 * If the error is ENEEDAUTH we're not done, so no need
1139 if (error == ENEEDAUTH)
1190 while ((error = nfs_gss_clnt_ctx_init(req, cp)) == ENEEDAUTH) {
H A Dnfs_socket.c1868 if (error == ENEEDAUTH)
3966 if (error == ENEEDAUTH) {
4016 if (error && error != ENEEDAUTH)
H A Dnfs_subs.c1200 if (error == ENEEDAUTH) {
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dubc_subr.c3285 * ENEEDAUTH : Generation count mismatch. Needs authentication again.
3291 int retval = ENEEDAUTH;

Completed in 312 milliseconds