Lines Matching defs:mntp
659 struct mnttab mntp;
670 while (getmntent(mtab, &mntp) == 0) {
671 if (strcmp(mntp.mnt_fstype, MNTTYPE_UFS) != 0)
673 if (stat64(mntp.mnt_special, &statb) < 0)
679 mntp.mnt_mountp, QFNAME);
688 fsqp->fsq_fs = strdup(mntp.mnt_mountp);
689 fsqp->fsq_dev = strdup(mntp.mnt_special);
820 struct mnttab mntp;
844 while ((status = getmntent(fstab, &mntp)) == NULL) {
853 if (strcmp(mntp.mnt_fstype, MNTTYPE_UFS) != 0 ||
854 ((cmd != Q_ALLSYNC) && hasmntopt(&mntp, MNTOPT_RO)))
857 if (strlcpy(qfile, mntp.mnt_mountp,
864 if (strcmp(special, mntp.mnt_special) == 0) {
865 if (strlcpy(qfile, mntp.mnt_mountp,