Searched refs:nss_error (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h203 int nss_error; /* best error we've gotten so far */ member in struct:nfs_socket_search
H A Dnfs_socket.c679 if (nfs_connect_error_class(error) >= nfs_connect_error_class(nss->nss_error))
680 nss->nss_error = error;
983 nss.nss_error = savederror;
1069 savederror = nss.nss_error;
1071 vfs_statfs(nmp->nm_mountp)->f_mntfromname, error, nss.nss_error));
1075 error = nss.nss_error ? nss.nss_error : ETIMEDOUT;

Completed in 83 milliseconds