| 312 | } |
| 313 | |
| 314 | static void |
| 315 | setmediaopt(const char *val, int d, int s, const struct afswtch *afp) |
| 316 | { |
| 317 | |
| 318 | domediaopt(val, 0, s); |
| 319 | } |
| 320 | |
| 321 | static void |
| 322 | unsetmediaopt(const char *val, int d, int s, const struct afswtch *afp) |
nothing calls this directly
no test coverage detected