Searched refs:rpcerror (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_subr.c | 832 int rpcerror; in rfs2call() local 837 rpcerror = rfscall(mi, which, xdrargs, argsp, xdrres, resp, in rfs2call() 839 if (!rpcerror) { in rfs2call() 848 rpcerror = rfscall(mi, which, xdrargs, argsp, xdrres, in rfs2call() 858 rpcerror = 0; in rfs2call() 861 return (rpcerror); in rfs2call() 878 int rpcerror; in rfs3call() local 883 rpcerror = rfscall(mi, which, xdrargs, argsp, xdrres, resp, in rfs3call() 885 if (!rpcerror) { in rfs3call() 889 rpcerror = EAGAIN; in rfs3call() [all …]
|