Home | History | Annotate | Download | only in systat

Lines Matching defs:nswap

81 static	int hlen, nswap, rnswap;
117 nswap = swapctl(SWAP_NSWAP, 0, 0);
118 if (nswap < 0)
120 if (nswap == 0)
122 update_label = (nswap != rnswap);
124 if (reallocarr(&swap_devices, nswap, sizeof(*swap_devices)) != 0) {
129 if ((rnswap = swapctl(SWAP_STATS, (void *)swap_devices, nswap)) != nswap) {
149 if (nswap == 0) {
168 for (sep = swap_devices, i = 0; i < nswap; i++, sep++) {
187 if (nswap > 1) {