Searched refs:nfs_down (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_lock.c390 * we will call nfs_down and allow the user to disable
605 nfs_down(nmp, thd, 0, NFSSTA_LOCKTIMEO, "lockd not responding");
617 * to the resend we'll call nfs_down().
H A Dnfs.h1427 void nfs_down(struct nfsmount *, thread_t, int, int, const char *);
H A Dnfs_socket.c1526 nfs_down(nmp, thd, error, NFSSTA_TIMEO, "can not connect");
3917 nfs_down(req->r_nmp, req->r_thread, 0, NFSSTA_JUKEBOXTIMEO,
4543 nfs_down(req->r_nmp, req->r_thread, 0, NFSSTA_TIMEO,
4635 nfs_down(req->r_nmp, req->r_thread, 0, NFSSTA_TIMEO,
5297 nfs_down(struct nfsmount *nmp, thread_t thd, int error, int flags, const char *msg) function

Completed in 38 milliseconds