Lines Matching refs:mntpnt
79 char mntpnt[MAXPATHLEN]; in do_mount1() local
142 len = snprintf(mntpnt, sizeof (mntpnt), "%s%s%s", path, in do_mount1()
145 if (len >= sizeof (mntpnt)) { in do_mount1()
156 while (mntpnt[len] == '/') in do_mount1()
157 mntpnt[len--] = '\0'; in do_mount1()
159 (void) strcpy(spec_mntpnt, mntpnt); in do_mount1()
336 mount_generic(special, fstype, opts, mntpnt, overlay) in mount_generic() argument
337 char *special, *fstype, *opts, *mntpnt; in mount_generic()
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;