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

  /src/sys/sys/
swap.h 46 #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 94 int rnswap, nswap = swapctl(SWAP_NSWAP, 0, 0), i;
103 * treat the value from swapctl(SWAP_NSWAP) as a hint,
113 * more or less than swapctl(SWAP_NSWAP) claimed, or
  /src/sys/uvm/
uvm_swap.c 112 * [1] SWAP_NSWAP: returns the number of swap devices currently configured
528 * SWAP_NSWAP: return number of config'd swap devices
531 if (SCARG(uap, cmd) == SWAP_NSWAP) {
533 UVMHIST_LOG(pdhist, "<- done SWAP_NSWAP=%jd", nswapdev,
  /src/usr.sbin/sysinst/
disks.c 2164 nswap = swapctl(SWAP_NSWAP, 0, 0);

Completed in 21 milliseconds