Lines Matching defs:mntp
193 struct mnttab mntp;
203 while (getmntent(fstab, &mntp) == NULL) {
204 if (strcmp(mntp.mnt_fstype, MNTTYPE_UFS) != 0)
207 if ((cp = getfullrawname(mntp.mnt_special)) == NULL)
213 if (check(cp, mntp.mnt_mountp) == 0) {
248 struct mnttab mntp;
255 while (getmntent(fstab, &mntp) == NULL) {
256 if (strcmp(mntp.mnt_fstype, MNTTYPE_UFS) != 0)
258 if (strcmp(mntp.mnt_special, file) == 0) {
259 fsdir = mntp.mnt_mountp;
470 struct mnttab mntp;
492 while (getmntent(fstab, &mntp) == NULL) {
493 if (strcmp(mntp.mnt_mountp, *devpp) == 0) {
494 if (strcmp(mntp.mnt_fstype, MNTTYPE_UFS) != 0) {
501 if ((cp = getfullrawname(mntp.mnt_special)) == NULL)
502 cp = mntp.mnt_special;