Lines Matching defs:mpoint
76 char* mpoint;
124 mpoint = argv[0];
130 if (callmount(fd, mpoint, mfs, reply) == 0)
151 mpoint = s;
167 if (callmount(fd, mpoint, mfs, reply) == 0)
177 int callmount(fd, mpoint, mfs, reply)
179 char* mpoint;
188 sfsprintf(buf, sizeof(buf), "m - %s\n", mpoint);
190 sfsprintf(buf, sizeof(buf), "m %s %s\n", mfs, mpoint);
194 (void)add_entry(mpoint, buf);