Searched refs:which_prog (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; variable in typeref:enum:__anon5502
78 which_prog = SWAPON;
80 which_prog = SWAPOFF;
81 orig_prog = which_prog;
88 if (which_prog == SWAPCTL) {
90 which_prog = SWAPON;
96 if (which_prog == SWAPON || which_prog == SWAPOFF)
99 which_prog = SWAPON;
102 if (which_prog
[all...]

Completed in 51 milliseconds