HomeSort by: relevance | last modified time | path
    Searched refs:SWAP_NSWAP (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/sys/
swap.h 51 #define SWAP_NSWAP 3 /* how many swap devices ? */
  /src/usr.bin/systat/
swap.c 117 nswap = swapctl(SWAP_NSWAP, 0, 0);
  /src/sbin/swapctl/
swaplist.c 96 int rnswap, nswap = swapctl(SWAP_NSWAP, 0, 0), i;
106 * treat the value from swapctl(SWAP_NSWAP) as a hint,
116 * more or less than swapctl(SWAP_NSWAP) claimed, or
  /src/external/bsd/top/dist/machine/
m_netbsd.c 564 nswap = swapctl(SWAP_NSWAP, 0, 0);
  /src/sys/uvm/
uvm_swap.c 112 * [1] SWAP_NSWAP: returns the number of swap devices currently configured
505 * SWAP_NSWAP: return number of config'd swap devices
508 if (SCARG(uap, cmd) == SWAP_NSWAP) {
510 UVMHIST_LOG(pdhist, "<- done SWAP_NSWAP=%jd", nswapdev,
  /src/usr.sbin/sysinst/
disks.c 2164 nswap = swapctl(SWAP_NSWAP, 0, 0);

Completed in 24 milliseconds