Searched refs:re_status (Results 1 - 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c66 switch (stat->re_status) {
230 rpc_error.re_status = RPC_CANTSEND;
235 rpc_error.re_status = RPC_CANTSEND;
259 rpc_error.re_status = RPC_CANTSEND;
273 &(rpc_error.re_status), to, NULL)) == 0)
290 rpc_error.re_status = RPC_FAILED;
310 rpc_error.re_status = RPC_AUTHERROR;
325 rpc_error.re_status = RPC_CANTENCODEARGS;
347 rpc_error.re_status = RPC_TIMEDOUT;
358 rpc_error.re_status
[all...]
H A Dclnt_btcp.c321 ct->ct_error.re_status = RPC_SUCCESS;
328 ct->ct_error.re_status = RPC_CANTENCODEARGS;
330 return (ct->ct_error.re_status);
335 ct->ct_error.re_status = RPC_CANTSEND;
336 return (ct->ct_error.re_status);
343 ct->ct_error.re_status = RPC_TIMEDOUT;
344 return (ct->ct_error.re_status);
355 return (ct->ct_error.re_status);
359 if (ct->ct_error.re_status == RPC_SUCCESS)
361 return (ct->ct_error.re_status);
[all...]
H A Dclnt_budp.c283 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
[all...]
H A Dclnt.h48 enum clnt_stat re_status; member in struct:rpc_err
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_prot.c206 rpc_callerr.re_status = RPC_SYSTEMERROR;
280 error->re_status = RPC_PROGUNAVAIL;
284 error->re_status = RPC_PROGVERSMISMATCH;
288 error->re_status = RPC_PROCUNAVAIL;
292 error->re_status = RPC_CANTDECODEARGS;
296 error->re_status = RPC_SYSTEMERROR;
300 error->re_status = RPC_SUCCESS;
304 error->re_status = RPC_FAILED;
314 error->re_status = RPC_VERSMISMATCH;
318 error->re_status
[all...]
H A Dclnt_vc.c657 rpc_callerr.re_status = RPC_FAILED;
684 rpc_callerr.re_status = RPC_SUCCESS;
697 if (rpc_callerr.re_status == RPC_SUCCESS)
698 rpc_callerr.re_status = RPC_CANTENCODEARGS;
701 return (rpc_callerr.re_status);
709 if (rpc_callerr.re_status == RPC_SUCCESS)
710 rpc_callerr.re_status = RPC_CANTENCODEARGS;
713 return (rpc_callerr.re_status);
718 return (rpc_callerr.re_status = RPC_CANTSEND);
729 return (rpc_callerr.re_status
[all...]
H A Dclnt_door.c194 return (rpc_callerr.re_status = RPC_SYSTEMERROR);
201 return (rpc_callerr.re_status = RPC_SYSTEMERROR);
217 return (rpc_callerr.re_status = RPC_CANTENCODEARGS);
225 return (rpc_callerr.re_status = RPC_CANTSEND);
229 return (rpc_callerr.re_status = RPC_FAILED);
235 rpc_callerr.re_status = RPC_CANTDECODERES;
247 rpc_callerr.re_status = RPC_SUCCESS;
251 if (rpc_callerr.re_status == RPC_SUCCESS) {
254 rpc_callerr.re_status = RPC_AUTHERROR;
267 else if (rpc_callerr.re_status
[all...]
H A Dclnt_dg.c282 rpc_callerr.re_status = RPC_FAILED;
319 return (rpc_callerr.re_status = RPC_CANTENCODEARGS);
328 return (rpc_callerr.re_status = RPC_CANTENCODEARGS);
341 return (rpc_callerr.re_status = RPC_CANTSEND);
349 return (rpc_callerr.re_status = RPC_TIMEDOUT);
378 return (rpc_callerr.re_status = RPC_TIMEDOUT);
398 return (rpc_callerr.re_status = RPC_CANTRECV);
473 return (rpc_callerr.re_status = RPC_TIMEDOUT);
480 rpc_callerr.re_status = RPC_CANTRECV;
535 return (rpc_callerr.re_status
[all...]
H A Dclnt_perror.c133 str += strlcat(str, clnt_sperrno(e.re_status), ERRBUFSZ);
135 switch (e.re_status) {
256 clnt_sperrno(rpc_createerr.cf_error.re_status),
H A Dclnt_raw.c199 status = error.re_status;
H A Dclnt_bcast.c600 if (rpc_callerr.re_status == RPC_SYSTEMERROR) {
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c252 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
[all...]
H A Dclnt_udp.c265 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
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_prot.c345 error->re_status = RPC_PROGUNAVAIL;
349 error->re_status = RPC_PROGVERSMISMATCH;
353 error->re_status = RPC_PROCUNAVAIL;
357 error->re_status = RPC_CANTDECODEARGS;
361 error->re_status = RPC_SYSTEMERROR;
365 error->re_status = RPC_SUCCESS;
369 error->re_status = RPC_FAILED;
379 error->re_status = RPC_VERSMISMATCH;
383 error->re_status = RPC_AUTHERROR;
387 error->re_status
[all...]
H A Dclnt_rdma.c638 p->cku_err.re_status = RPC_CANTSEND;
645 p->cku_err.re_status = RPC_INTR;
679 p->cku_err.re_status = RPC_TIMEDOUT;
687 p->cku_err.re_status = RPC_INTR;
697 p->cku_err.re_status = RPC_CANTCONNECT;
704 p->cku_err.re_status = RPC_INTR;
711 return (p->cku_err.re_status);
817 p->cku_err.re_status = RPC_CANTENCODEARGS;
854 p->cku_err.re_status = RPC_CANTSEND;
868 p->cku_err.re_status
1070 enum clnt_stat re_status; local
[all...]
H A Dclnt_perr.c143 (void) strcpy(str, clnt_sperrno(e.re_status));
146 switch (e.re_status) {
H A Dclnt_clts.c482 enum clnt_stat re_status; local
508 p->cku_err.re_status = RPC_SYSTEMERROR;
540 p->cku_err.re_status = RPC_CANTENCODEARGS;
557 p->cku_err.re_status = RPC_CANTENCODEARGS;
570 p->cku_err.re_status = RPC_SYSTEMERROR;
587 p->cku_err.re_status = RPC_SYSTEMERROR;
599 p->cku_err.re_status = RPC_CANTSEND;
682 p->cku_err.re_status = RPC_INTR;
702 p->cku_err.re_status = RPC_TIMEDOUT;
791 p->cku_err.re_status
[all...]
H A Dclnt_cots.c885 p->cku_err.re_status = RPC_TIMEDOUT;
892 clnt_sperrno(p->cku_err.re_status));
912 switch (p->cku_err.re_status) {
958 RPCLOG0(8, " re_status=RPC_CANTCONNECT,");
989 p->cku_err.re_status = RPC_CANTCONNECT;
1030 p->cku_err.re_status = RPC_SYSTEMERROR;
1081 p->cku_err.re_status = RPC_CANTENCODEARGS;
1100 p->cku_err.re_status = RPC_CANTENCODEARGS;
1133 p->cku_err.re_status = RPC_INTR;
1141 p->cku_err.re_status
1360 enum clnt_stat re_status; local
[all...]
H A Dclnt.h89 enum clnt_stat re_status; member in struct:rpc_err
274 #define call_status call_err.re_status /* error on reply (rep is invalid) */
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c431 if (rpc_err.re_status != RPC_SUCCESS) {
434 rpc_err.re_status, clnt_sperrno(rpc_err.re_status));
H A Dnfs_subr.c967 rpcerr.re_status = RPC_SUCCESS;
974 rpcerr.re_status = RPC_FAILED;
1038 rpcerr.re_status = RPC_SUCCESS;
1101 rpcerr.re_status = RPC_FAILED;
1152 rpcerr.re_status = RPC_INTR;
1169 rpcerr.re_status = RPC_PROGUNAVAIL;
1213 rpcerr.re_status = RPC_FAILED;
1386 ASSERT(rpcerr.re_status == RPC_SUCCESS || rpcerr.re_errno != 0);
1389 *rpc_status = rpcerr.re_status;
1520 rpcerr.re_status
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dclnt.h82 enum clnt_stat re_status; member in struct:rpc_err
/illumos-gate/usr/src/uts/common/gssapi/
H A Dgssd_handle.c87 gssg->gss_last_stat = rpcerr.re_status;
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c521 rpc_createerr.cf_error.re_status = RPC_FAILED;
1665 if (rpcerr.re_status != RPC_SUCCESS) {
1754 rpc_createerr.cf_error.re_status = RPC_FAILED;
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1649 switch (r_err.re_status) {
1653 r_err.re_status = RPC_PROGVERSMISMATCH;
1656 SET_ERR_RET(error, ERR_RPCERROR, r_err.re_status);

Completed in 85 milliseconds

12