kvm_swap
int kvm_getswapinfo(kvm_t *, struct kvm_swap *, int, int);
kvm_getswapinfo_kvm(kvm_t *kd, struct kvm_swap *swap_ary, int swap_max,
struct kvm_swap tot;
kvm_getswapinfo_sysctl(kvm_t *kd, struct kvm_swap *swap_ary, int swap_max,
struct kvm_swap tot;
static int kvm_getswapinfo_kvm(kvm_t *, struct kvm_swap *, int, int);
static int kvm_getswapinfo_sysctl(kvm_t *, struct kvm_swap *, int, int);
kvm_getswapinfo(kvm_t *kd, struct kvm_swap *swap_ary, int swap_max, int flags)
static struct kvm_swap kvmsw[NSWAP];
struct kvm_swap swapary[1];
static struct kvm_swap *swap_devs;
swap_devs_len * sizeof(struct kvm_swap));
static struct kvm_swap swtot;
print_swap(struct kvm_swap *ksw)
struct kvm_swap kswap[16];
struct kvm_swap ksw;