Home
last modified time | relevance | path

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

/openbsd-src/sys/sys/
H A Dswap.h50 #define SWAP_ON 1 /* begin swapping on device */ macro
/openbsd-src/sbin/swapctl/
H A Dswapctl.c312 if (swapctl(SWAP_ON, path, pri) == -1) in add_swap()
437 if (swapctl(SWAP_ON, spec, (int)priority) == -1) { in do_fstab()
/openbsd-src/sys/uvm/
H A Duvm_swap.c116 * [3] SWAP_ON: given a pathname in arg (could be device or file) and a
118 * [4] SWAP_OFF: as SWAP_ON, but stops swapping to a device
764 case SWAP_ON: in sys_swapctl()