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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c553 if (node->mapent && strcmp(node->mapent->map_fstype,
622 if (((me->map_fstype = strdup(fstype)) == NULL) ||
624 if (me->map_fstype != NULL)
625 free(me->map_fstype);
797 (strcmp(me->map_fstype, MNTTYPE_AUTOFS) != 0) &&
1064 me->map_fstype = strdup(MNTTYPE_AUTOFS);
1077 me->map_fstype == NULL ||
1132 if (me->map_fstype)
1133 free(me->map_fstype);
1134 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.h142 char *map_fstype; /* file system type e.g. "nfs" */ member in struct:mapent
H A Dns_fnmount.c785 me->map_fstype = fstype;
/illumos-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 66 milliseconds