Searched refs:SWAPOFF (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sbin/swapon/
H A Dswapon.c63 enum { SWAPON, SWAPOFF, SWAPCTL } orig_prog, which_prog = SWAPCTL; enumerator in enum:__anon5502
80 which_prog = SWAPOFF;
96 if (which_prog == SWAPON || which_prog == SWAPOFF)
103 which_prog = SWAPOFF;
123 if (which_prog == SWAPON || which_prog == SWAPOFF)
132 which_prog = SWAPOFF;
150 if (which_prog == SWAPON || which_prog == SWAPOFF) {
163 which_prog == SWAPOFF ? "remov" : "add",
176 getprogname(), which_prog == SWAPOFF ? "remov" : "add",
192 if ((which_prog == SWAPOFF
[all...]

Completed in 46 milliseconds