Searched refs:mnt_type (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | fstab.c | 44 !((strcmp(mnt->mnt_type, MNTTYPE_42) == 0) || in fstabscan() 45 (strcmp(mnt->mnt_type, MNTTYPE_SWAP) == 0) || in fstabscan() 46 (strcmp(mnt->mnt_type, MNTTYPE_IGNORE) == 0))) in fstabscan() 52 if (strcmp(mnt->mnt_type, MNTTYPE_IGNORE) == 0) { in fstabscan() 54 } else if (strcmp(mnt->mnt_type, MNTTYPE_SWAP) == 0) { in fstabscan()
|
H A D | mntent.c | 109 mnt->mnt_type = mntstr(&cp); in mnttabscan() 175 mnt->mnt_type == NULL || mnt->mnt_opts == NULL) in addmntent() 228 mnt->mnt_type, in mntprtent()
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | _open.c | 222 GETTOK(mnt.mnt_type, NULL); in putmline() 230 if (strcmp(mnt.mnt_type, "ufs") == 0) { in putmline() 231 mnt.mnt_type = "4.2"; in putmline() 245 mnt.mnt_fsname, mnt.mnt_dir, mnt.mnt_type, in putmline() 255 mnt.mnt_fsname, mnt.mnt_dir, mnt.mnt_type, in putmline() 274 GETTOK(mnt.mnt_type, NULL); in putfline() 285 if (strcmp(mnt.mnt_type, "ufs") == 0) { in putfline() 286 mnt.mnt_type = "4.2"; in putfline() 290 mnt.mnt_fsname, mnt.mnt_dir, mnt.mnt_type, in putfline()
|
/titanic_41/usr/src/lib/libast/common/port/ |
H A D | mnt.c | 538 set(&mp->hdr, mnt->mnt_fsname, mnt->mnt_dir, mnt->mnt_type, OPTIONS(mnt)); 565 #define mnt_type mnt_fstname 592 #define mnt_type mt_fstyp 607 char mnt_type[32]; 665 set(&mp->hdr, mp->mnt->mnt_fsname, mp->mnt->mnt_dir, mp->mnt->mnt_type, OPTIONS(mp->mnt)); 676 #ifndef mnt_type 683 set(&mp->hdr, mp->mnt->mnt_fsname, mp->mnt->mnt_dir, mp->mnt->mnt_type, OPTIONS(mp->mnt)); 729 b = s = mp->mnt->mnt_type; 730 m = s + sizeof(mp->mnt->mnt_type) - 1; 746 set(&mp->hdr, mp->mnt->mnt_fsname, mp->mnt->mnt_dir, mp->mnt->mnt_type, OPTIONS(mp->mnt));
|
/titanic_41/usr/src/cmd/backup/dump/ |
H A D | dumpfstab.c | 125 mnt->mnt_type = mntstrdup(vfs.vfs_fstype); 174 new->mnt_type = mntstrdup(mnt->mnt_type); /* mnt_fstype */ 211 if (mnt->mnt_type == (char *)0 || 212 strcmp(mnt->mnt_type, MNTTYPE_42) != 0)
|
H A D | dumpusg.h | 63 #define mnt_type mnt_fstype macro
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | mntent.h | 92 char *mnt_type; /* MNTTYPE_* */ member
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | mac_impl.h | 661 mac_notify_type_t mnt_type; member
|