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

/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_012_neg.ksh69 log_must $SWAPON $DISK0
H A Dzpool_create_015_neg.ksh85 log_must $SWAPON /dev/zvol/$vol_name
/freebsd-13-stable/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare_add_004_neg.ksh83 if $SWAPON $SWAPDEV; then
/freebsd-13-stable/sbin/swapon/
H A Dswapon.c79 static enum { SWAPON, SWAPOFF, SWAPCTL } orig_prog, which_prog = SWAPCTL; enumerator in enum:__anon7905
97 which_prog = SWAPON;
109 which_prog = SWAPON;
114 if (which_prog == SWAPON || which_prog == SWAPOFF)
117 which_prog = SWAPON;
126 if (which_prog == SWAPON)
150 if (which_prog == SWAPON || which_prog == SWAPOFF)
177 if (which_prog == SWAPON || which_prog == SWAPOFF) {
292 if (which_prog == SWAPON) {
444 if (which_prog == SWAPON) d
[all...]

Completed in 63 milliseconds