Searched refs:my_opts (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c871 char *saveptr, *my_opts; local
885 if ((saveptr = my_opts = strdup(opts)) == NULL)
888 while (*my_opts != '\0') {
889 if (getsubopt(&my_opts, mntopts, &value) == IGNORE)

Completed in 46 milliseconds