Home
last modified time | relevance | path

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

/src/sbin/mount_nfs/
H A Dmount_nfs.c774 enum clnt_stat clntstat; in nfs_tryproto() local
878 clntstat = clnt_call(clp, NFSPROC_NULL, (xdrproc_t)xdr_void, NULL, in nfs_tryproto()
880 if (clntstat != RPC_SUCCESS) { in nfs_tryproto()
881 if (clntstat == RPC_PROGVERSMISMATCH && trymntmode == ANY) { in nfs_tryproto()
890 return (returncode(clntstat, &rpcerr)); in nfs_tryproto()
969 clntstat = clnt_call(clp, MOUNTPROC_MNT, (xdrproc_t)xdr_dir, spec, in nfs_tryproto()
972 if (clntstat != RPC_SUCCESS) { in nfs_tryproto()
974 if (clntstat == RPC_PROGVERSMISMATCH && trymntmode == ANY) { in nfs_tryproto()
983 return (returncode(clntstat, &rpcerr)); in nfs_tryproto()
1022 returncode(enum clnt_stat clntstat, struct rpc_err *rpcerr) in returncode() argument
[all …]