swap.c | 83 static struct swapent *swap_devices; variable in typeref:struct:swapent * 124 if (reallocarr(&swap_devices, nswap, sizeof(*swap_devices)) != 0) { 129 if ((rnswap = swapctl(SWAP_STATS, (void *)swap_devices, nswap)) != nswap) { 168 for (sep = swap_devices, i = 0; i < nswap; i++, sep++) {
|