Home
last modified time | relevance | path

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

/freebsd/sbin/swapon/
H A Dswapon.c67 static enum { SWAPON, SWAPOFF, SWAPCTL } orig_prog, which_prog = SWAPCTL; variable
85 which_prog = SWAPON; in main()
87 which_prog = SWAPOFF; in main()
88 orig_prog = which_prog; in main()
95 if (which_prog == SWAPCTL) { in main()
97 which_prog = SWAPON; in main()
102 if (which_prog == SWAPON || which_prog == SWAPOFF) in main()
105 which_prog = SWAPON; in main()
108 if (which_prog == SWAPCTL) in main()
109 which_prog = SWAPOFF; in main()
[all …]