Searched defs: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]; local
600 get_opts(opts, entryopts, fstype, &fstype_opt);
605 if ((me->map_mntopts = strdup(entryopts)) == NULL)
1790 char entryopts[MAXOPTSLEN]; local
1810 get_opts(mapopts, entryopts, fstype, NULL);
1811 ms->map_mntopts = strdup(entryopts);
1959 get_opts(mapopts, entryopts, fstype, NULL);
2004 me->map_mntopts = strdup(entryopts);

Completed in 62 milliseconds