Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c581 char entryopts[AUTOFS_MAXOPTSLEN]; in set_mapent_opts() local
600 get_opts(opts, entryopts, fstype, &fstype_opt); in set_mapent_opts()
605 if ((me->map_mntopts = strdup(entryopts)) == NULL) in set_mapent_opts()
1788 char entryopts[MAXOPTSLEN]; in do_mapent_hosts() local
1808 get_opts(mapopts, entryopts, fstype, NULL); in do_mapent_hosts()
1809 ms->map_mntopts = strdup(entryopts); in do_mapent_hosts()
1951 get_opts(mapopts, entryopts, fstype, NULL); in do_mapent_hosts()
1996 me->map_mntopts = strdup(entryopts); in do_mapent_hosts()