Lines Matching refs:mountp
234 *mountp, /* argument of mount directory */
429 mountp = argv[optind++];
431 mountp = NULL;
435 mountp == NULL) {
438 mountp == NULL) {
453 vref.vfs_mountp = mountp;
456 /* get a vfstab entry matching mountp or special */
465 special = vref.vfs_special = mountp;
466 mountp = vref.vfs_mountp = NULL;
479 if (mountp == NULL)
480 mountp = vget.vfs_mountp;
486 if (stat64(mountp, &stbuf) == -1) {
488 myname, mountp);
509 if (realpath(mountp, realdir) == NULL) {
511 perror(mountp);
515 if ((mountp = strdup(realdir)) == NULL)
518 if (check_fields(fstype, mountp))
546 newargv[ii++] = mountp;
1202 * the calls are the options, special and mountp fields.
1594 check_fields(char *fstype, char *mountp)
1605 if (mountp == NULL) {
1611 if (*mountp != '/') {
1614 myname, mountp);
1622 if (!aflg && stat64(mountp, &stbuf) < 0) {
1626 myname, mountp);
1630 myname, mountp);