Lines Matching defs:mntpnt
79 char mntpnt[MAXPATHLEN];
142 len = snprintf(mntpnt, sizeof (mntpnt), "%s%s%s", path,
145 if (len >= sizeof (mntpnt)) {
156 while (mntpnt[len] == '/')
157 mntpnt[len--] = '\0';
159 (void) strcpy(spec_mntpnt, mntpnt);
336 mount_generic(special, fstype, opts, mntpnt, overlay)
337 char *special, *fstype, *opts, *mntpnt;
347 special, mntpnt, fstype, opts);
350 if (stat(mntpnt, &stbuf) < 0) {
351 syslog(LOG_ERR, "Couldn't stat %s: %m", mntpnt);
375 newargv[i++] = mntpnt;
379 if (stat(mntpnt, &stbuf) == 0) {
381 mntpnt, stbuf.st_dev, stbuf.st_rdev);
383 trace_prt(1, " failed to stat %s\n", mntpnt);
486 m.mnt_mountp = ur->mntpnt;