Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
vdc Union Reference

#include <interface.h>

Data Fields

unsigned long value
 
struct {
   int   d_vmsw:1
 
   int   d_extint:1
 
   int   d_ibr_dbr:1
 
   int   d_pmc:1
 
   int   d_to_pmd:1
 
   int   d_itm:1
 
   long   reserved:58
 
}; 
 
struct {
   unsigned int   d_vmsw:1
 
   unsigned int   d_extint:1
 
   unsigned int   d_ibr_dbr:1
 
   unsigned int   d_pmc:1
 
   unsigned int   d_to_pmd:1
 
   unsigned int   d_itm:1
 
   long   reserved:58
 
}; 
 

Detailed Description

Definition at line 119 of file interface.h.

Field Documentation

struct { ... }
struct { ... }
unsigned int d_extint

Definition at line 101 of file vti.h.

int d_extint

Definition at line 123 of file interface.h.

unsigned int d_ibr_dbr

Definition at line 102 of file vti.h.

int d_ibr_dbr

Definition at line 124 of file interface.h.

unsigned int d_itm

Definition at line 105 of file vti.h.

int d_itm

Definition at line 127 of file interface.h.

unsigned int d_pmc

Definition at line 103 of file vti.h.

int d_pmc

Definition at line 125 of file interface.h.

unsigned int d_to_pmd

Definition at line 104 of file vti.h.

int d_to_pmd

Definition at line 126 of file interface.h.

unsigned int d_vmsw

Definition at line 100 of file vti.h.

int d_vmsw

Definition at line 122 of file interface.h.

long reserved

Definition at line 128 of file interface.h.

unsigned long value

Definition at line 120 of file interface.h.


The documentation for this union was generated from the following files: