Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dswap.h51 #define SWAP_GETDUMPDEV 8 /* use this device as dump device */ macro
/netbsd-src/sbin/swapctl/
H A Dswapctl.c549 if (swapctl(SWAP_GETDUMPDEV, &dev, 0) == -1) { in get_dumpdev()
/netbsd-src/sys/uvm/
H A Duvm_swap.c566 case SWAP_GETDUMPDEV: in sys_swapctl()