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 112 * the kernel returns from swapctl(SWAP_STATS), be that
123 rnswap = swapctl(SWAP_STATS, (void *)sep, nswap);
125 err(1, "SWAP_STATS");
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 1546 if (SCARG(&ua, cmd) == SWAP_STATS) {
  /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
547 * SWAP_STATS: get stats on current # of configured swap devs
561 case SWAP_STATS:
564 UVMHIST_LOG(pdhist, "<- done SWAP_STATS", 0, 0, 0, 0);
769 * uvm_swap_stats: implements swapctl(SWAP_STATS). The function is kept
  /src/usr.sbin/sysinst/
disks.c 2172 nswap = swapctl(SWAP_STATS, swap, nswap);

Completed in 26 milliseconds