Home
last modified time | relevance | path

Searched refs:doingall (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/swapon/
H A Dswapon.c226 swap_on_off(const char *name, int doingall, char *mntops) in swap_on_off() argument
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()
253 return (swap_on_off_sfile(name, doingall)); in swap_on_off()
376 swap_on_off_geli(const char *name, char *mntops, int doingall) in swap_on_off_geli() argument
413 return (swap_on_off_sfile(name, doingall)); in swap_on_off_geli()
417 swap_on_off_md(const char *name, char *mntops, int doingall) in swap_on_off_md() argument
603 ret = swap_on_off_geli(mdpath, mntops, doingall); in swap_on_off_md()
608 ret = swap_on_off_sfile(mdpath, doingall); in swap_on_off_md()
746 swap_on_off_sfile(const char *name, int doingall) in swap_on_off_sfile() argument
[all …]