Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c79 static int automount_opts(char **, char *);
1076 if ((rc = automount_opts(&me->map_mntopts, mapopts)) in mark_and_fake_level1_noroot()
1158 if ((rc = automount_opts(&me->map_mntopts, mapopts)) != PARSE_OK) in convert_mapent_to_automount()
1179 automount_opts(char **map_mntopts, char *mapopts) in automount_opts() function