Home
last modified time | relevance | path

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

/freebsd/sbin/mount_nfs/
H A Dmount_nfs.c765 enum clnt_stat clntstat; in nfs_tryproto() local
869 clntstat = clnt_call(clp, NFSPROC_NULL, (xdrproc_t)xdr_void, NULL, in nfs_tryproto()
871 if (clntstat != RPC_SUCCESS) { in nfs_tryproto()
872 if (clntstat == RPC_PROGVERSMISMATCH && trymntmode == ANY) { in nfs_tryproto()
881 return (returncode(clntstat, &rpcerr)); in nfs_tryproto()
960 clntstat = clnt_call(clp, MOUNTPROC_MNT, (xdrproc_t)xdr_dir, spec, in nfs_tryproto()
963 if (clntstat != RPC_SUCCESS) { in nfs_tryproto()
965 if (clntstat == RPC_PROGVERSMISMATCH && trymntmode == ANY) { in nfs_tryproto()
974 return (returncode(clntstat, &rpcerr)); in nfs_tryproto()
1013 returncode(enum clnt_stat clntstat, struct rpc_err *rpcerr) in returncode() argument
[all …]