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

  /src/sys/sys/
swap.h 47 #define SWAP_STATS13 4 /* old SWAP_STATS, no se_path */
49 #define SWAP_STATS50 6 /* old SWAP_STATS, 32 bit dev_t */
53 #define SWAP_STATS 10 /* get device info */
  /src/usr.bin/systat/
swap.c 129 if ((rnswap = swapctl(SWAP_STATS, (void *)swap_devices, nswap)) != nswap) {
  /src/sbin/swapctl/
swaplist.c 76 rnswap = swapctl(SWAP_STATS, (void *)sep, nswap);
78 err(1, "SWAP_STATS");
80 warnx("SWAP_STATS different to SWAP_NSWAP (%d != %d)",
  /src/sys/uvm/
uvm_swap.c 95 * while we are in the middle of a system call (e.g. SWAP_STATS).
113 * [2] SWAP_STATS: given a pointer to an array of swapent structures
546 * SWAP_STATS: get stats on current # of configured swap devs
560 case SWAP_STATS:
563 UVMHIST_LOG(pdhist, "<- done SWAP_STATS", 0, 0, 0, 0);
768 * uvm_swap_stats: implements swapctl(SWAP_STATS). The function is kept
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 1546 if (SCARG(&ua, cmd) == SWAP_STATS) {
  /src/usr.sbin/sysinst/
disks.c 2171 nswap = swapctl(SWAP_STATS, swap, nswap);

Completed in 17 milliseconds