Searched defs: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 *);
1002 * the map and assigned in automount_opts(). Returns PARSE_OK or error value.
1068 if ((rc = automount_opts(&me->map_mntopts, mapopts))
1107 * automount_opts(). Returns PARSE_OK or appropriate error value.
1150 if ((rc = automount_opts(&me->map_mntopts, mapopts)) != PARSE_OK)
1165 * automount_opts(char **map_mntopts, char *mapopts)
1171 automount_opts(char **map_mntopts, char *mapopts) function
1190 syslog(LOG_ERR, "automount_opts: Memory allocation failed");

Completed in 60 milliseconds