Searched refs:doingall (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sbin/swapon/ |
| H A D | swapon.c | 248 return (swap_on_off_md(name, mntops, doingall)); in swap_on_off() 256 return (swap_on_off_gbde(name, doingall)); in swap_on_off() 262 return (swap_on_off_geli(name, mntops, doingall)); in swap_on_off() 267 return (swap_on_off_sfile(name, doingall)); in swap_on_off() 285 swap_on_off_gbde(const char *name, int doingall) in swap_on_off_gbde() argument 321 ret = swap_on_off_sfile(name, doingall); in swap_on_off_gbde() 478 return (swap_on_off_sfile(name, doingall)); in swap_on_off_geli() 651 ret = swap_on_off_sfile(mdpath, doingall); in swap_on_off_md() 788 swap_on_off_sfile(const char *name, int doingall) in swap_on_off_sfile() argument 800 if (doingall == 0) in swap_on_off_sfile() [all …]
|