Searched refs:mnt_type (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dfstab.c44 !((strcmp(mnt->mnt_type, MNTTYPE_42) == 0) ||
45 (strcmp(mnt->mnt_type, MNTTYPE_SWAP) == 0) ||
46 (strcmp(mnt->mnt_type, MNTTYPE_IGNORE) == 0)))
52 if (strcmp(mnt->mnt_type, MNTTYPE_IGNORE) == 0) {
54 } else if (strcmp(mnt->mnt_type, MNTTYPE_SWAP) == 0) {
H A Dmntent.c109 mnt->mnt_type = mntstr(&cp);
175 mnt->mnt_type == NULL || mnt->mnt_opts == NULL)
228 mnt->mnt_type,
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmntent.h92 char *mnt_type; /* MNTTYPE_* */ member in struct:mntent
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A D_open.c222 GETTOK(mnt.mnt_type, NULL);
230 if (strcmp(mnt.mnt_type, "ufs") == 0) {
231 mnt.mnt_type = "4.2";
245 mnt.mnt_fsname, mnt.mnt_dir, mnt.mnt_type,
255 mnt.mnt_fsname, mnt.mnt_dir, mnt.mnt_type,
274 GETTOK(mnt.mnt_type, NULL);
285 if (strcmp(mnt.mnt_type, "ufs") == 0) {
286 mnt.mnt_type = "4.2";
290 mnt.mnt_fsname, mnt.mnt_dir, mnt.mnt_type,
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpfstab.c125 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 Ddumpusg.h63 #define mnt_type mnt_fstype macro
/illumos-gate/usr/src/lib/libast/common/port/
H A Dmnt.c538 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, OPTION
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h661 mac_notify_type_t mnt_type; member in struct:mac_notify_task_arg

Completed in 1199 milliseconds