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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c700 mbuf_t mpath, mp; local
710 mpath = NULL;
718 error = nfsm_mbuf_get_list(len, &mpath, &mpcnt);
732 for (mp = mpath; mp; mp = mbuf_next(mp))
767 mbuf_freem(mpath);
768 mpath = NULL;
787 nfsm_adj(mpath, NFS_MAXPATHLEN-tlen, tlen-len);
792 error = mbuf_setnext(nmrep.nmc_mcur, mpath);
794 mpath = NULL;
798 if (mpath)
[all...]

Completed in 24 milliseconds