Home
last modified time | relevance | path

Searched refs:mounter (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c762 char *mounter = NULL; in new_mapent() local
767 mounter = strdup(fstype); in new_mapent()
771 (mounter == NULL) || (root == NULL)) { in new_mapent()
775 free(mounter); in new_mapent()
786 me->map_mounter = mounter; in new_mapent()
H A Dautod_parse.c583 char fstype[MAX_FSLEN], mounter[MAX_FSLEN]; in set_mapent_opts() local
593 strcpy(mounter, fstype); in set_mapent_opts()
608 strcpy(mounter, fstype); in set_mapent_opts()
632 (void) strcpy(mounter, MNTTYPE_CACHEFS); in set_mapent_opts()
651 ((me->map_mounter = strdup(mounter)) == NULL)) { in set_mapent_opts()
1825 char fstype[32], mounter[32]; local
2000 (void) strcpy(mounter, fstype);
2016 (void) strcpy(mounter, MNTTYPE_CACHEFS);
2060 me->map_mounter = strdup(mounter);