Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c61 static int inherit_options(char *, char **);
160 inherit_options(mapopts, &me->map_mntopts) != 0) { in do_mount1()
606 inherit_options(char *opts, char **mapentopts) in inherit_options() function