Lines Matching refs:rpcerror
833 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()
908 rpcerror = rfscall(mi, which, xdrargs, argsp, in rfs3call()
919 } while (!rpcerror && *statusp == NFS3ERR_JUKEBOX); in rfs3call()
921 return (rpcerror); in rfs3call()
1408 int rpcerror; in acl2call() local
1410 rpcerror = aclcall(mi, which, xdrargs, argsp, xdrres, resp, in acl2call()
1412 if (!rpcerror) { in acl2call()
1421 rpcerror = aclcall(mi, which, xdrargs, argsp, xdrres, in acl2call()
1431 return (rpcerror); in acl2call()
1444 int rpcerror; in acl3call() local
1450 rpcerror = aclcall(mi, which, xdrargs, argsp, xdrres, resp, in acl3call()
1452 if (!rpcerror) { in acl3call()
1470 rpcerror = aclcall(mi, which, xdrargs, argsp, in acl3call()
1480 } while (!rpcerror && *statusp == NFS3ERR_JUKEBOX); in acl3call()
1482 return (rpcerror); in acl3call()