FreeBSD virtual memory subsystem code
xswdev Struct Reference

#include <vm_param.h>

Data Fields

u_int xsw_version
 
dev_t xsw_dev
 
int xsw_flags
 
int xsw_nblks
 
int xsw_used
 

Detailed Description

Definition at line 96 of file vm_param.h.

Field Documentation

◆ xsw_dev

dev_t xswdev::xsw_dev

Definition at line 98 of file vm_param.h.

Referenced by swap_dev_info(), and sysctl_vm_swap_info().

◆ xsw_flags

int xswdev::xsw_flags

Definition at line 99 of file vm_param.h.

Referenced by swap_dev_info(), and sysctl_vm_swap_info().

◆ xsw_nblks

int xswdev::xsw_nblks

Definition at line 100 of file vm_param.h.

Referenced by swap_dev_info(), and sysctl_vm_swap_info().

◆ xsw_used

int xswdev::xsw_used

Definition at line 101 of file vm_param.h.

Referenced by swap_dev_info(), and sysctl_vm_swap_info().

◆ xsw_version

u_int xswdev::xsw_version

Definition at line 97 of file vm_param.h.

Referenced by swap_dev_info().


The documentation for this struct was generated from the following file: