Home
last modified time | relevance | path

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

/illumos-gate/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()
1789 char fstype[32], mounter[32]; in do_mapent_hosts() local
1952 (void) strcpy(mounter, fstype); in do_mapent_hosts()
1993 me->map_mounter = strdup(mounter); in do_mapent_hosts()