Home
last modified time | relevance | path

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

/titanic_50/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.c582 char fstype[MAX_FSLEN], mounter[MAX_FSLEN]; in set_mapent_opts() local
592 strcpy(mounter, fstype); in set_mapent_opts()
607 strcpy(mounter, fstype); in set_mapent_opts()
623 ((me->map_mounter = strdup(mounter)) == NULL)) { in set_mapent_opts()
1791 char fstype[32], mounter[32]; local
1960 (void) strcpy(mounter, fstype);
2001 me->map_mounter = strdup(mounter);