Searched refs:mntops (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sbin/swapon/ |
| H A D | swapon.c | 226 swap_on_off(const char *name, int doingall, char *mntops) in swap_on_off() argument 231 if (mntops != NULL && in swap_on_off() 240 return (swap_on_off_md(name, mntops, doingall)); in swap_on_off() 248 return (swap_on_off_geli(name, mntops, doingall)); in swap_on_off() 272 swap_on_geli_args(const char *mntops) in swap_on_geli_args() argument 289 if (mntops != NULL) { in swap_on_geli_args() 290 string = ops = strdup(mntops); in swap_on_geli_args() 376 swap_on_off_geli(const char *name, char *mntops, int doingall) in swap_on_off_geli() argument 389 args = swap_on_geli_args(mntops); in swap_on_off_geli() 417 swap_on_off_md(const char *name, char *mntops, int doingall) in swap_on_off_md() argument [all …]
|