HomeSort by: relevance | last modified time | path
    Searched defs:rnswap (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/systat/
swap.c 81 static int hlen, nswap, rnswap; variable in typeref:typename:int
122 update_label = (nswap != rnswap);
129 if ((rnswap = swapctl(SWAP_STATS, (void *)swap_devices, nswap)) != nswap) {
  /src/sbin/swapctl/
swaplist.c 65 int rnswap, nswap = swapctl(SWAP_NSWAP, 0, 0), i; local in function:list_swap
76 rnswap = swapctl(SWAP_STATS, (void *)sep, nswap);
77 if (rnswap < 0)
79 if (nswap != rnswap)
81 rnswap, nswap);
114 for (i = rnswap; i-- > 0; sep++)
123 for (; rnswap-- > 0; sep++) {

Completed in 43 milliseconds