Home
last modified time | relevance | path

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

/minix3/lib/libc/sys/
H A Dswapon.c42 return (swapctl(SWAP_ON, __UNCONST(name), 0)); in swapon()
/minix3/sys/sys/
H A Dswap.h44 #define SWAP_ON 1 /* begin swapping on device */ macro