Lines Matching defs:mp
34 register Mount_t* mp;
38 mp = monitored();
43 if (mp)
44 fscall(mp, MSG_getdents, r, fd, buf, n);
45 for (mp = state.global; mp; mp = mp->global)
46 if (fssys(mp, MSG_getdents))
47 fscall(mp, MSG_getdents, r, fd, buf, n);
67 register Mount_t* mp;
71 mp = monitored();
76 if (mp)
77 fscall(mp, MSG_getdents, r, fd, buf, n);
78 for (mp = state.global; mp; mp = mp->global)
79 if (fssys(mp, MSG_getdents))
80 fscall(mp, MSG_getdents, r, fd, buf, n);