Searched refs:map_fstype (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c552 if (node->mapent && strcmp(node->mapent->map_fstype,
650 if (((me->map_fstype = strdup(fstype)) == NULL) ||
652 if (me->map_fstype != NULL)
653 free(me->map_fstype);
831 (strcmp(me->map_fstype, MNTTYPE_AUTOFS) != 0) &&
1098 me->map_fstype = strdup(MNTTYPE_AUTOFS);
1111 me->map_fstype == NULL ||
1166 if (me->map_fstype)
1167 free(me->map_fstype);
1168 if ((me->map_fstype
[all...]
H A Dautod_mount.c113 me->map_fstype ? me->map_fstype : "",
168 if (strcmp(me->map_fstype, MNTTYPE_NFS) == 0) {
219 } else if (strcmp(me->map_fstype, MNTTYPE_AUTOFS) == 0) {
277 } else if (strcmp(me->map_fstype, MNTTYPE_LOFS) == 0) {
285 me->map_fstype, me->map_mntopts,
H A Dautomount.h137 char *map_fstype; /* file system type e.g. "nfs" */ member in struct:mapent
H A Dns_fnmount.c785 me->map_fstype = fstype;
/opensolaris-onvv-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c425 map_fstype (const char *fstype) function
875 mount_do_fstype = (char *) map_fstype (mount_fstype);
880 mount_do_fstype = (char *) map_fstype (libhal_volume_get_fstype (volume));

Completed in 104 milliseconds