Searched refs:mntops (Results 1 – 1 of 1) sorted by relevance
| /freebsd-head/sbin/swapon/ |
| HD | swapon.c | 224 swap_on_off(const char *name, int doingall, char *mntops) in swap_on_off() argument 229 if (mntops != NULL && in swap_on_off() 235 return (swap_on_off_md(name, mntops, doingall)); in swap_on_off() 243 return (swap_on_off_geli(name, mntops, doingall)); in swap_on_off() 267 swap_on_geli_args(const char *mntops) in swap_on_geli_args() argument 284 if (mntops != NULL) { in swap_on_geli_args() 285 string = ops = strdup(mntops); in swap_on_geli_args() 369 swap_on_off_geli(const char *name, char *mntops, int doingall) in swap_on_off_geli() argument 382 args = swap_on_geli_args(mntops); in swap_on_off_geli() 410 swap_on_off_md(const char *name, char *mntops, int doingall) in swap_on_off_md() argument [all …]
|