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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y64 %type <num> saveopts saveopt typeopt
222 | saveopt { $$ = $1; }
223 | saveopt ',' saveopts { $$ = $1 | $3; }
226 saveopt: label
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c973 char *saveopt, *optstr, *opts, *newopts, *val; local
1005 saveopt = opts;
1202 * we can't use "val" but need to use "saveopt".
1204 if (fsisstdopt(saveopt))
1211 mnt->mnt_mountp, saveopt);
1217 strcat(newopts, saveopt);
1252 pr_err(gettext("invalid option: \"%s\"\n"), saveopt);

Completed in 62 milliseconds