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

  /src/usr.bin/systat/
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++) {
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++) {

Completed in 21 milliseconds