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

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d185 inline int ENEEDAUTH = 81;
186 #pragma D binding "1.0" ENEEDAUTH
/xnu-2422.115.4/bsd/sys/
H A Derrno.h216 #define ENEEDAUTH 81 /* Need authenticator */ macro
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_gss.c489 return (ENEEDAUTH);
936 return (ENEEDAUTH);
1048 if (error == ENEEDAUTH && cp->gss_clnt_proc == RPCSEC_GSS_INIT &&
1058 // Reset flags, if error = ENEEDAUTH we will try 3des again
1122 * If the error is ENEEDAUTH we're not done, so no need
1126 if (error == ENEEDAUTH)
1177 while ((error = nfs_gss_clnt_ctx_init(req, cp)) == ENEEDAUTH) {
H A Dnfs_socket.c1862 if (error == ENEEDAUTH)
3918 if (error == ENEEDAUTH) {
3968 if (error && error != ENEEDAUTH)
H A Dnfs_subs.c1200 if (error == ENEEDAUTH) {

Completed in 75 milliseconds