Searched refs:MNTTYPE_42 (Results 1 – 4 of 4) sorted by relevance
47 #define MNTTYPE_42 "4.2" /* 4.2 file system */ macro
65 #define MNTTYPE_42 "ufs" macro
119 strcmp(vfs.vfs_fstype, MNTTYPE_42) != 0)212 strcmp(mnt->mnt_type, MNTTYPE_42) != 0)
44 !((strcmp(mnt->mnt_type, MNTTYPE_42) == 0) || in fstabscan()