Home
last modified time | relevance | path

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

/freebsd/sbin/swapon/
H A Dswapon.c67 static enum { SWAPON, SWAPOFF, SWAPCTL } orig_prog, which_prog = SWAPCTL; enumerator
95 if (which_prog == SWAPCTL) { in main()
108 if (which_prog == SWAPCTL) in main()
151 if (which_prog == SWAPCTL) { in main()
209 if (orig_prog == SWAPCTL) { in main()
788 case SWAPCTL: in usage()
/freebsd/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare_add_004_neg.ksh63 if $SWAPCTL -l | grep -q $SWAPDEV; then