Home | History | Annotate | Download | only in nfs

Lines Matching defs:md

122 	struct mbuf *md;
144 md = *mdp;
145 rem = mtod(md, char *) + md->m_len - fromcp;
148 md = md->m_next;
149 if (md == NULL) {
153 fromcp = mtod(md, void *);
154 rem = md->m_len;
164 *mdp = md;