/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | rpc.c | 87 case RPC_AUTHERROR: in rpc_disperr() 310 rpc_error.re_status = RPC_AUTHERROR; in brpc_call() 399 rpc_error.re_status = RPC_AUTHERROR; in brpc_call() 412 case RPC_AUTHERROR: in brpc_call()
|
H A D | clnt_budp.c | 388 cu->cu_error.re_status = RPC_AUTHERROR; 401 if (cu->cu_error.re_status == RPC_AUTHERROR) {
|
H A D | clnt_btcp.c | 375 ct->ct_error.re_status = RPC_AUTHERROR; in clntbtcp_call()
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | clnt_perr.c | 74 case RPC_AUTHERROR: in clnt_sperrno() 214 case RPC_AUTHERROR: in clnt_sperror()
|
H A D | clnt_stat.h | 58 RPC_AUTHERROR = 7, /* authentication error */ enumerator
|
H A D | rpc_prot.c | 383 error->re_status = RPC_AUTHERROR; in rejected() 424 case RPC_AUTHERROR: in _seterr_reply()
|
H A D | clnt_rdma.c | 1081 p->cku_err.re_status = RPC_AUTHERROR; in clnt_rdma_kcallit() 1096 re_status != RPC_AUTHERROR && in clnt_rdma_kcallit() 1100 if (re_status == RPC_AUTHERROR) { in clnt_rdma_kcallit() 1117 p->cku_err.re_status = RPC_AUTHERROR; in clnt_rdma_kcallit()
|
H A D | clnt_clts.c | 795 p->cku_err.re_status = RPC_AUTHERROR; in clnt_clts_kcallit_addr() 810 re_status != RPC_AUTHERROR && re_status != RPC_PROGVERSMISMATCH) in clnt_clts_kcallit_addr() 825 if (re_status == RPC_AUTHERROR) { in clnt_clts_kcallit_addr()
|
H A D | clnt.h | 72 #define IS_UNRECOVERABLE_RPC(s) (((s) == RPC_AUTHERROR) || \
|
H A D | clnt_cots.c | 1383 re_status != RPC_AUTHERROR && in clnt_cots_kcallit() 1387 if (re_status == RPC_AUTHERROR) { in clnt_cots_kcallit() 1439 p->cku_err.re_status = RPC_AUTHERROR; in clnt_cots_kcallit()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | clnt_perror.c | 190 case RPC_AUTHERROR: in clnt_sperror() 302 case RPC_AUTHERROR: in clnt_spcreateerror() 341 case RPC_AUTHERROR: in clnt_sperrno()
|
H A D | clnt_raw.c | 204 status = RPC_AUTHERROR; in clnt_raw_call() 215 status = RPC_AUTHERROR; in clnt_raw_call()
|
H A D | clnt_door.c | 254 rpc_callerr.re_status = RPC_AUTHERROR; in clnt_door_call() 267 else if (rpc_callerr.re_status == RPC_AUTHERROR) { in clnt_door_call() 285 rpc_callerr.re_status = RPC_AUTHERROR; in clnt_door_call()
|
H A D | rpc_prot.c | 318 error->re_status = RPC_AUTHERROR; in rejected() 359 case RPC_AUTHERROR: in __seterr_reply()
|
H A D | clnt_dg.c | 567 rpc_callerr.re_status = RPC_AUTHERROR; in clnt_dg_call() 588 else if (rpc_callerr.re_status == RPC_AUTHERROR) in clnt_dg_call() 601 rpc_callerr.re_status = RPC_AUTHERROR; in clnt_dg_call()
|
H A D | clnt_vc.c | 768 rpc_callerr.re_status = RPC_AUTHERROR; in clnt_vc_call() 786 else if (rpc_callerr.re_status == RPC_AUTHERROR) { in clnt_vc_call() 797 rpc_callerr.re_status = RPC_AUTHERROR; in clnt_vc_call()
|
/titanic_41/usr/src/lib/libbc/inc/include/rpc/ |
H A D | clnt.h | 53 RPC_AUTHERROR=7, /* authentication error */ enumerator
|
/titanic_41/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_sec.c | 543 if (rpc_stat != RPC_AUTHERROR) in nfs_sec_nego() 624 if (rpc_stat != RPC_AUTHERROR) in nfs_sec_nego()
|
/titanic_41/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 302 ct->ct_error.re_status = RPC_AUTHERROR;
|
H A D | clnt_udp.c | 410 cu->cu_error.re_status = RPC_AUTHERROR;
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | yppush.c | 217 {RPC_AUTHERROR, "RPC auth error"},
|
/titanic_41/usr/src/lib/rpcsec_gss/ |
H A D | rpcsec_gss.c | 405 rpc_gss_err.system_error = RPC_AUTHERROR;
|
/titanic_41/usr/src/cmd/fs.d/ufs/quota/ |
H A D | quota.c | 814 return (RPC_AUTHERROR); in getnfsquota()
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_med.c | 231 #define MED_IS_UNRECOVERABLE_RPC(s) (((s) == RPC_AUTHERROR) || \
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_subr.c | 2988 RPC_AUTHERROR, 0,
|