/titanic_50/usr/src/stand/lib/fs/nfs/ |
H A D | rpc.c | 66 switch (stat->re_status) { in rpc_disperr() 230 rpc_error.re_status = RPC_CANTSEND; in brpc_call() 235 rpc_error.re_status = RPC_CANTSEND; in brpc_call() 259 rpc_error.re_status = RPC_CANTSEND; in brpc_call() 273 &(rpc_error.re_status), to, NULL)) == 0) in brpc_call() 290 rpc_error.re_status = RPC_FAILED; in brpc_call() 310 rpc_error.re_status = RPC_AUTHERROR; in brpc_call() 325 rpc_error.re_status = RPC_CANTENCODEARGS; in brpc_call() 347 rpc_error.re_status = RPC_TIMEDOUT; in brpc_call() 358 rpc_error.re_status = RPC_TIMEDOUT; in brpc_call() [all …]
|
H A D | clnt_btcp.c | 321 ct->ct_error.re_status = RPC_SUCCESS; in clntbtcp_call() 328 ct->ct_error.re_status = RPC_CANTENCODEARGS; in clntbtcp_call() 330 return (ct->ct_error.re_status); in clntbtcp_call() 335 ct->ct_error.re_status = RPC_CANTSEND; in clntbtcp_call() 336 return (ct->ct_error.re_status); in clntbtcp_call() 343 ct->ct_error.re_status = RPC_TIMEDOUT; in clntbtcp_call() 344 return (ct->ct_error.re_status); in clntbtcp_call() 355 return (ct->ct_error.re_status); in clntbtcp_call() 359 if (ct->ct_error.re_status == RPC_SUCCESS) in clntbtcp_call() 361 return (ct->ct_error.re_status); in clntbtcp_call() [all …]
|
H A D | clnt_budp.c | 283 return (cu->cu_error.re_status = RPC_CANTENCODEARGS); 302 cu->cu_error.re_status = RPC_TIMEDOUT; 304 cu->cu_error.re_status = RPC_CANTSEND; 307 return (cu->cu_error.re_status); 322 return (cu->cu_error.re_status); 326 return (cu->cu_error.re_status = RPC_TIMEDOUT); 348 cu->cu_error.re_status = RPC_CANTRECV; 351 cu->cu_error.re_status = RPC_TIMEDOUT; 355 return (cu->cu_error.re_status); 380 cu->cu_error.re_status = RPC_CANTDECODERES; [all …]
|
H A D | clnt.h | 48 enum clnt_stat re_status; member
|
/titanic_50/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 252 ct->ct_error.re_status = RPC_SUCCESS; 258 if (ct->ct_error.re_status == RPC_SUCCESS) 259 ct->ct_error.re_status = RPC_CANTENCODEARGS; 261 return (ct->ct_error.re_status); 264 return (ct->ct_error.re_status = RPC_CANTSEND); 271 return (ct->ct_error.re_status = RPC_TIMEDOUT); 284 return (ct->ct_error.re_status); 287 if (ct->ct_error.re_status == RPC_SUCCESS) 289 return (ct->ct_error.re_status); 299 if (ct->ct_error.re_status == RPC_SUCCESS) { [all …]
|
H A D | clnt_udp.c | 265 return (cu->cu_error.re_status = RPC_CANTENCODEARGS); 273 return (cu->cu_error.re_status = RPC_CANTSEND); 280 return (cu->cu_error.re_status = RPC_TIMEDOUT); 320 return (cu->cu_error.re_status = RPC_TIMEDOUT); 329 return (cu->cu_error.re_status = RPC_CANTRECV); 371 return (cu->cu_error.re_status = RPC_TIMEDOUT); 387 return (cu->cu_error.re_status = RPC_CANTRECV); 407 if (cu->cu_error.re_status == RPC_SUCCESS) { 410 cu->cu_error.re_status = RPC_AUTHERROR; 429 cu->cu_error.re_status = RPC_CANTDECODERES; [all …]
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | rpc_prot.c | 206 rpc_callerr.re_status = RPC_SYSTEMERROR; in xdr_replymsg() 280 error->re_status = RPC_PROGUNAVAIL; in accepted() 284 error->re_status = RPC_PROGVERSMISMATCH; in accepted() 288 error->re_status = RPC_PROCUNAVAIL; in accepted() 292 error->re_status = RPC_CANTDECODEARGS; in accepted() 296 error->re_status = RPC_SYSTEMERROR; in accepted() 300 error->re_status = RPC_SUCCESS; in accepted() 304 error->re_status = RPC_FAILED; in accepted() 314 error->re_status = RPC_VERSMISMATCH; in rejected() 318 error->re_status = RPC_AUTHERROR; in rejected() [all …]
|
H A D | clnt_vc.c | 657 rpc_callerr.re_status = RPC_FAILED; in clnt_vc_call() 684 rpc_callerr.re_status = RPC_SUCCESS; in clnt_vc_call() 697 if (rpc_callerr.re_status == RPC_SUCCESS) in clnt_vc_call() 698 rpc_callerr.re_status = RPC_CANTENCODEARGS; in clnt_vc_call() 701 return (rpc_callerr.re_status); in clnt_vc_call() 709 if (rpc_callerr.re_status == RPC_SUCCESS) in clnt_vc_call() 710 rpc_callerr.re_status = RPC_CANTENCODEARGS; in clnt_vc_call() 713 return (rpc_callerr.re_status); in clnt_vc_call() 718 return (rpc_callerr.re_status = RPC_CANTSEND); in clnt_vc_call() 729 return (rpc_callerr.re_status = RPC_TIMEDOUT); in clnt_vc_call() [all …]
|
H A D | clnt_dg.c | 282 rpc_callerr.re_status = RPC_FAILED; in clnt_dg_call() 319 return (rpc_callerr.re_status = RPC_CANTENCODEARGS); in clnt_dg_call() 328 return (rpc_callerr.re_status = RPC_CANTENCODEARGS); in clnt_dg_call() 341 return (rpc_callerr.re_status = RPC_CANTSEND); in clnt_dg_call() 349 return (rpc_callerr.re_status = RPC_TIMEDOUT); in clnt_dg_call() 378 return (rpc_callerr.re_status = RPC_TIMEDOUT); in clnt_dg_call() 398 return (rpc_callerr.re_status = RPC_CANTRECV); in clnt_dg_call() 473 return (rpc_callerr.re_status = RPC_TIMEDOUT); in clnt_dg_call() 480 rpc_callerr.re_status = RPC_CANTRECV; in clnt_dg_call() 535 return (rpc_callerr.re_status = RPC_CANTRECV); in clnt_dg_call() [all …]
|
H A D | clnt_door.c | 194 return (rpc_callerr.re_status = RPC_SYSTEMERROR); in clnt_door_call() 201 return (rpc_callerr.re_status = RPC_SYSTEMERROR); in clnt_door_call() 217 return (rpc_callerr.re_status = RPC_CANTENCODEARGS); in clnt_door_call() 225 return (rpc_callerr.re_status = RPC_CANTSEND); in clnt_door_call() 229 return (rpc_callerr.re_status = RPC_FAILED); in clnt_door_call() 235 rpc_callerr.re_status = RPC_CANTDECODERES; in clnt_door_call() 247 rpc_callerr.re_status = RPC_SUCCESS; in clnt_door_call() 251 if (rpc_callerr.re_status == RPC_SUCCESS) { in clnt_door_call() 254 rpc_callerr.re_status = RPC_AUTHERROR; in clnt_door_call() 267 else if (rpc_callerr.re_status == RPC_AUTHERROR) { in clnt_door_call() [all …]
|
H A D | clnt_perror.c | 133 str += strlcat(str, clnt_sperrno(e.re_status), ERRBUFSZ); in clnt_sperror() 135 switch (e.re_status) { in clnt_sperror() 256 clnt_sperrno(rpc_createerr.cf_error.re_status), in clnt_spcreateerror()
|
H A D | clnt_raw.c | 199 status = error.re_status; in clnt_raw_call()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | clnt_rdma.c | 638 p->cku_err.re_status = RPC_CANTSEND; in clnt_rdma_kcallit() 645 p->cku_err.re_status = RPC_INTR; in clnt_rdma_kcallit() 679 p->cku_err.re_status = RPC_TIMEDOUT; in clnt_rdma_kcallit() 687 p->cku_err.re_status = RPC_INTR; in clnt_rdma_kcallit() 697 p->cku_err.re_status = RPC_CANTCONNECT; in clnt_rdma_kcallit() 704 p->cku_err.re_status = RPC_INTR; in clnt_rdma_kcallit() 711 return (p->cku_err.re_status); in clnt_rdma_kcallit() 817 p->cku_err.re_status = RPC_CANTENCODEARGS; in clnt_rdma_kcallit() 854 p->cku_err.re_status = RPC_CANTSEND; in clnt_rdma_kcallit() 868 p->cku_err.re_status = RPC_CANTSEND; in clnt_rdma_kcallit() [all …]
|
H A D | rpc_prot.c | 345 error->re_status = RPC_PROGUNAVAIL; in accepted() 349 error->re_status = RPC_PROGVERSMISMATCH; in accepted() 353 error->re_status = RPC_PROCUNAVAIL; in accepted() 357 error->re_status = RPC_CANTDECODEARGS; in accepted() 361 error->re_status = RPC_SYSTEMERROR; in accepted() 365 error->re_status = RPC_SUCCESS; in accepted() 369 error->re_status = RPC_FAILED; in accepted() 379 error->re_status = RPC_VERSMISMATCH; in rejected() 383 error->re_status = RPC_AUTHERROR; in rejected() 387 error->re_status = RPC_FAILED; in rejected() [all …]
|
H A D | clnt_clts.c | 482 enum clnt_stat re_status; in clnt_clts_kcallit_addr() local 508 p->cku_err.re_status = RPC_SYSTEMERROR; in clnt_clts_kcallit_addr() 540 p->cku_err.re_status = RPC_CANTENCODEARGS; in clnt_clts_kcallit_addr() 557 p->cku_err.re_status = RPC_CANTENCODEARGS; in clnt_clts_kcallit_addr() 570 p->cku_err.re_status = RPC_SYSTEMERROR; in clnt_clts_kcallit_addr() 587 p->cku_err.re_status = RPC_SYSTEMERROR; in clnt_clts_kcallit_addr() 599 p->cku_err.re_status = RPC_CANTSEND; in clnt_clts_kcallit_addr() 682 p->cku_err.re_status = RPC_INTR; in clnt_clts_kcallit_addr() 702 p->cku_err.re_status = RPC_TIMEDOUT; in clnt_clts_kcallit_addr() 791 p->cku_err.re_status = RPC_CANTDECODERES; in clnt_clts_kcallit_addr() [all …]
|
H A D | clnt_cots.c | 885 p->cku_err.re_status = RPC_TIMEDOUT; in clnt_cots_kcallit() 892 clnt_sperrno(p->cku_err.re_status)); in clnt_cots_kcallit() 912 switch (p->cku_err.re_status) { in clnt_cots_kcallit() 989 p->cku_err.re_status = RPC_CANTCONNECT; in clnt_cots_kcallit() 1030 p->cku_err.re_status = RPC_SYSTEMERROR; in clnt_cots_kcallit() 1081 p->cku_err.re_status = RPC_CANTENCODEARGS; in clnt_cots_kcallit() 1100 p->cku_err.re_status = RPC_CANTENCODEARGS; in clnt_cots_kcallit() 1133 p->cku_err.re_status = RPC_INTR; in clnt_cots_kcallit() 1141 p->cku_err.re_status = status; in clnt_cots_kcallit() 1281 p->cku_err.re_status = RPC_INTR; in clnt_cots_kcallit() [all …]
|
H A D | clnt_perr.c | 143 (void) strcpy(str, clnt_sperrno(e.re_status)); in clnt_sperror() 146 switch (e.re_status) { in clnt_sperror()
|
H A D | clnt.h | 89 enum clnt_stat re_status; member 274 #define call_status call_err.re_status /* error on reply (rep is invalid) */
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dump.c | 431 if (rpc_err.re_status != RPC_SUCCESS) { in nd_get_reply() 434 rpc_err.re_status, clnt_sperrno(rpc_err.re_status)); in nd_get_reply()
|
H A D | nfs_subr.c | 967 rpcerr.re_status = RPC_SUCCESS; in rfscall() 974 rpcerr.re_status = RPC_FAILED; in rfscall() 1038 rpcerr.re_status = RPC_SUCCESS; in rfscall() 1101 rpcerr.re_status = RPC_FAILED; in rfscall() 1152 rpcerr.re_status = RPC_INTR; in rfscall() 1169 rpcerr.re_status = RPC_PROGUNAVAIL; in rfscall() 1213 rpcerr.re_status = RPC_FAILED; in rfscall() 1386 ASSERT(rpcerr.re_status == RPC_SUCCESS || rpcerr.re_errno != 0); in rfscall() 1389 *rpc_status = rpcerr.re_status; in rfscall() 1520 rpcerr.re_status = RPC_SUCCESS; in aclcall() [all …]
|
H A D | nfs4_subr.c | 1233 rpcerr.re_status = RPC_SUCCESS; in nfs4_rfscall() 1365 rpcerr.re_status = RPC_INTR; in nfs4_rfscall() 1382 rpcerr.re_status = RPC_PROGUNAVAIL; in nfs4_rfscall() 1568 ASSERT(rpcerr.re_status == RPC_SUCCESS || rpcerr.re_errno != 0); in nfs4_rfscall()
|
/titanic_50/usr/src/uts/common/gssapi/ |
H A D | gssd_handle.c | 87 gssg->gss_last_stat = rpcerr.re_status; in killgssd_handle()
|
/titanic_50/usr/src/lib/libbc/inc/include/rpc/ |
H A D | clnt.h | 82 enum clnt_stat re_status; member
|
/titanic_50/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 521 rpc_createerr.cf_error.re_status = RPC_FAILED; 1665 if (rpcerr.re_status != RPC_SUCCESS) { 1754 rpc_createerr.cf_error.re_status = RPC_FAILED;
|
/titanic_50/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 1653 switch (r_err.re_status) { in get_the_addr() 1657 r_err.re_status = RPC_PROGVERSMISMATCH; in get_the_addr() 1660 SET_ERR_RET(error, ERR_RPCERROR, r_err.re_status); in get_the_addr()
|