Searched refs:mntops (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sbin/swapon/ |
| H A D | swapon.c | 237 swap_on_off(const char *name, int doingall, char *mntops) in swap_on_off() argument 242 if (mntops != NULL && in swap_on_off() 248 return (swap_on_off_md(name, mntops, doingall)); in swap_on_off() 262 return (swap_on_off_geli(name, mntops, doingall)); in swap_on_off() 339 swap_on_geli_args(const char *mntops) in swap_on_geli_args() argument 356 if (mntops != NULL) { in swap_on_geli_args() 357 string = ops = strdup(mntops); in swap_on_geli_args() 441 swap_on_off_geli(const char *name, char *mntops, int doingall) in swap_on_off_geli() argument 454 args = swap_on_geli_args(mntops); in swap_on_off_geli() 482 swap_on_off_md(const char *name, char *mntops, int doingall) in swap_on_off_md() argument [all …]
|