Home
last modified time | relevance | path

Searched refs:SWAP_NSWAP (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/sys/
H A Dswap.h46 #define SWAP_NSWAP 3 /* how many swap devices ? */ macro
/netbsd-src/usr.bin/systat/
H A Dswap.c117 nswap = swapctl(SWAP_NSWAP, 0, 0); in fetchswap()
/netbsd-src/sbin/swapctl/
H A Dswaplist.c65 int rnswap, nswap = swapctl(SWAP_NSWAP, 0, 0), i; in list_swap()
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_netbsd.c564 nswap = swapctl(SWAP_NSWAP, 0, 0); in get_system_info()
/netbsd-src/sys/uvm/
H A Duvm_swap.c530 if (SCARG(uap, cmd) == SWAP_NSWAP) { in sys_swapctl()
/netbsd-src/usr.sbin/sysinst/
H A Ddisks.c2163 nswap = swapctl(SWAP_NSWAP, 0, 0); in check_swap()