nfsreq
struct nfsreq *rep;
TAILQ_HEAD(nfsreqhead, nfsreq);
struct nfsreq *rep = NULL;
MALLOC(rep, struct nfsreq *, sizeof(struct nfsreq),
struct nfsreq;
TAILQ_ENTRY(nfsreq) r_chain;
TAILQ_ENTRY(nfsreq) r_chain;
extern TAILQ_HEAD(nfsreqhead, nfsreq) nfs_reqq;
nfs_reply(struct nfsreq *myrep, struct lwp *lwp)
struct nfsreq *rep;
struct nfsreq *rep;
static int nfs_sndlock(struct nfsmount *, struct nfsreq *);
nfs_receive(struct nfsreq *rep, struct mbuf **aname, struct mbuf **mp,
nfs_sndlock(struct nfsmount *nmp, struct nfsreq *rep)
nfs_getauth(struct nfsmount *nmp, struct nfsreq *rep, kauth_cred_t cred, char **auth_str, int *auth_len, char *verf_str, int *verf_len, NFSKERBKEY_T key)
nfs_connect(struct nfsmount *nmp, struct nfsreq *rep, struct lwp *l)
nfs_reconnect(struct nfsreq *rep)
struct nfsreq *rp;
struct nfsreq dummyreq;
nfs_send(struct socket *so, struct mbuf *nam, struct mbuf *top, struct nfsreq *rep, struct lwp *l)
struct nfsreq *rep;
nfs_sigintr(struct nfsmount *nmp, struct nfsreq *rep, struct lwp *l)
nfs_rcvlock(struct nfsmount *nmp, struct nfsreq *rep)
nfs_renewxid(struct nfsreq *req)
int nfs_connect(struct nfsmount *, struct nfsreq *, struct lwp *);
int nfs_reconnect(struct nfsreq *);
int nfs_send(struct socket *, struct mbuf *, struct mbuf *, struct nfsreq *,
int nfs_sigintr(struct nfsmount *, struct nfsreq *, struct lwp *);
int nfs_rcvlock(struct nfsmount *, struct nfsreq *);
void nfs_renewxid(struct nfsreq *);
int nfs_getauth(struct nfsmount *, struct nfsreq *, kauth_cred_t, char **,
struct nfsreq;
while (nfs_connect(nmp, (struct nfsreq *)0, l)) {
(error = nfs_connect(nmp, (struct nfsreq *)0, l)))