Searched refs:SWAPON (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
78 which_prog = SWAPON;
90 which_prog = SWAPON;
96 if (which_prog == SWAPON || which_prog == SWAPOFF)
99 which_prog = SWAPON;
123 if (which_prog == SWAPON || which_prog == SWAPOFF)
150 if (which_prog == SWAPON || which_prog == SWAPOFF) {
199 if (which_prog == SWAPON)
218 case SWAPON:

Completed in 54 milliseconds