Symbol: MNTTYPE_AUTOFS
usr/src/cmd/fs.d/autofs/autod_autofs.c
174
strdup(MNTTYPE_AUTOFS)) == NULL)
usr/src/cmd/fs.d/autofs/autod_mount.c
217
} else if (strcmp(me->map_fstype, MNTTYPE_AUTOFS) == 0) {
usr/src/cmd/fs.d/autofs/autod_parse.c
1072
me->map_fstype = strdup(MNTTYPE_AUTOFS);
usr/src/cmd/fs.d/autofs/autod_parse.c
1073
me->map_mounter = strdup(MNTTYPE_AUTOFS);
usr/src/cmd/fs.d/autofs/autod_parse.c
1142
if ((me->map_fstype = strdup(MNTTYPE_AUTOFS)) == NULL)
usr/src/cmd/fs.d/autofs/autod_parse.c
554
MNTTYPE_AUTOFS) == 0)
usr/src/cmd/fs.d/autofs/autod_parse.c
793
(strcmp(me->map_fstype, MNTTYPE_AUTOFS) != 0) &&
usr/src/cmd/fs.d/autofs/automount.c
241
if (strcmp(mntp->mnt_fstype, MNTTYPE_AUTOFS) != 0) {
usr/src/cmd/fs.d/autofs/automount.c
314
MNTTYPE_AUTOFS, &ai, sizeof (ai), mntopts,
usr/src/cmd/fs.d/autofs/automount.c
498
if (strcmp(mnt->mnt_fstype, MNTTYPE_AUTOFS) != 0)
usr/src/cmd/fs.d/autofs/mount.c
153
MNTTYPE_AUTOFS, &fni, sizeof (fni), obuf, MAX_MNTOPT_STR);
usr/src/cmd/svr4pkg/libinst/mntinfo.c
226
if ((strcmp(fs_tab[n]->fstype, MNTTYPE_AUTOFS)) == 0)
usr/src/cmd/svr4pkg/libinst/mntinfo.c
713
if (strcmp(mt->mnt_fstype, MNTTYPE_AUTOFS) == 0 ||
usr/src/cmd/zoneadmd/vplat.c
4036
strcmp(stat_buf.st_fstype, MNTTYPE_AUTOFS) != 0) {
usr/src/cmd/zoneadmd/vplat.c
4047
(void) domount(zlogp, MNTTYPE_AUTOFS, optstr,
usr/src/lib/libtsol/common/getpathbylabel.c
267
if (strcmp(mnt->mnt_fstype, MNTTYPE_AUTOFS))
usr/src/lib/libtsol/common/getpathbylabel.c
310
if (strcmp(mnt->mnt_fstype, MNTTYPE_AUTOFS))
usr/src/lib/libtsol/common/getpathbylabel.c
391
(strcmp(mountmatch->mnt_fstype, MNTTYPE_AUTOFS) == 0)) {
usr/src/lib/libtsol/common/getpathbylabel.c
396
MNTTYPE_AUTOFS) == 0)
usr/src/uts/common/fs/autofs/auto_vfsops.c
829
(void) strcpy(sbp->f_fstr, MNTTYPE_AUTOFS);