| 319 | } |
| 320 | |
| 321 | static void |
| 322 | unsetmediaopt(const char *val, int d, int s, const struct afswtch *afp) |
| 323 | { |
| 324 | |
| 325 | domediaopt(val, 1, s); |
| 326 | } |
| 327 | |
| 328 | static void |
| 329 | domediaopt(const char *val, int clear, int s) |
nothing calls this directly
no test coverage detected