Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/
H A Dcontract.h302 void IS_UNRECOVERABLE_RPC(a) { } in IS_UNRECOVERABLE_RPC() function
/titanic_41/usr/src/uts/common/rpc/
H A Dclnt.h72 #define IS_UNRECOVERABLE_RPC(s) (((s) == RPC_AUTHERROR) || \ macro
H A Dclnt_clts.c936 !IS_UNRECOVERABLE_RPC(p->cku_err.re_status)) { in clnt_clts_kcallit_addr()
/titanic_41/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c2523 !IS_UNRECOVERABLE_RPC(addr_error.error_value)) { in getaddr_nfs()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c1176 if (IS_UNRECOVERABLE_RPC(status)) in rfscall()
1764 if (IS_UNRECOVERABLE_RPC(status)) in aclcall()
H A Dnfs4_subr.c1390 if (IS_UNRECOVERABLE_RPC(status)) in nfs4_rfscall()
/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.c2895 if (IS_UNRECOVERABLE_RPC(err)) { in rdc_clnt_call()