Home
last modified time | relevance | path

Searched refs:IS_UNRECOVERABLE_RPC (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h72 #define IS_UNRECOVERABLE_RPC(s) (((s) == RPC_AUTHERROR) || \ macro
H A Dclnt_clts.c953 !IS_UNRECOVERABLE_RPC(p->cku_err.re_status)) { in clnt_clts_kcallit_addr()
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c2523 !IS_UNRECOVERABLE_RPC(addr_error.error_value)) { in getaddr_nfs()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c1177 if (IS_UNRECOVERABLE_RPC(status)) in rfscall()
1765 if (IS_UNRECOVERABLE_RPC(status)) in aclcall()
H A Dnfs4_subr.c1390 if (IS_UNRECOVERABLE_RPC(status)) in nfs4_rfscall()