Symbol: map_fstype
usr/src/cmd/fs.d/autofs/autod_mount.c
111
me->map_fstype ? me->map_fstype : "",
usr/src/cmd/fs.d/autofs/autod_mount.c
166
if (strcmp(me->map_fstype, MNTTYPE_NFS) == 0) {
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_mount.c
275
} else if (strcmp(me->map_fstype, MNTTYPE_LOFS) == 0) {
usr/src/cmd/fs.d/autofs/autod_mount.c
283
me->map_fstype, me->map_mntopts,
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
1085
me->map_fstype == NULL ||
usr/src/cmd/fs.d/autofs/autod_parse.c
1140
if (me->map_fstype)
usr/src/cmd/fs.d/autofs/autod_parse.c
1141
free(me->map_fstype);
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
1147
if ((me->map_mounter = strdup(me->map_fstype)) == NULL)
usr/src/cmd/fs.d/autofs/autod_parse.c
1253
if (strcmp(me->map_fstype, MNTTYPE_NFS) == 0) {
usr/src/cmd/fs.d/autofs/autod_parse.c
1681
if (me->map_fstype)
usr/src/cmd/fs.d/autofs/autod_parse.c
1682
free(me->map_fstype);
usr/src/cmd/fs.d/autofs/autod_parse.c
1710
me->map_fstype ? me->map_fstype : "",
usr/src/cmd/fs.d/autofs/autod_parse.c
1815
ms->map_fstype = strdup(MNTTYPE_NFS);
usr/src/cmd/fs.d/autofs/autod_parse.c
1816
if (ms->map_fstype == NULL)
usr/src/cmd/fs.d/autofs/autod_parse.c
1990
me->map_fstype = strdup(fstype);
usr/src/cmd/fs.d/autofs/autod_parse.c
1991
if (me->map_fstype == NULL)
usr/src/cmd/fs.d/autofs/autod_parse.c
553
if (node->mapent && strcmp(node->mapent->map_fstype,
usr/src/cmd/fs.d/autofs/autod_parse.c
622
if (((me->map_fstype = strdup(fstype)) == NULL) ||
usr/src/cmd/fs.d/autofs/autod_parse.c
624
if (me->map_fstype != NULL)
usr/src/cmd/fs.d/autofs/autod_parse.c
625
free(me->map_fstype);
usr/src/cmd/fs.d/autofs/autod_parse.c
793
(strcmp(me->map_fstype, MNTTYPE_AUTOFS) != 0) &&
usr/src/cmd/fs.d/autofs/automount.h
142
char *map_fstype; /* file system type e.g. "nfs" */
usr/src/cmd/fs.d/autofs/ns_fnmount.c
785
me->map_fstype = fstype;
usr/src/cmd/hal/tools/hal-storage-mount.c
875
mount_do_fstype = (char *) map_fstype (mount_fstype);
usr/src/cmd/hal/tools/hal-storage-mount.c
880
mount_do_fstype = (char *) map_fstype (libhal_volume_get_fstype (volume));