Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c833 int rpcerror; in rfs2call() local
838 rpcerror = rfscall(mi, which, xdrargs, argsp, xdrres, resp, in rfs2call()
840 if (!rpcerror) { in rfs2call()
849 rpcerror = rfscall(mi, which, xdrargs, argsp, xdrres, in rfs2call()
859 rpcerror = 0; in rfs2call()
862 return (rpcerror); in rfs2call()
879 int rpcerror; in rfs3call() local
884 rpcerror = rfscall(mi, which, xdrargs, argsp, xdrres, resp, in rfs3call()
886 if (!rpcerror) { in rfs3call()
890 rpcerror = EAGAIN; in rfs3call()
[all …]