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

Data Fields

const charname
 
tree_check_fn tree_fn
 
node_check_fn node_fn
 
prop_check_fn prop_fn
 
voiddata
 
bool warn
 
bool error
 
enum checkstatus status
 
int inprogress
 
int num_prereqs
 
struct check ** prereq
 

Detailed Description

Definition at line 48 of file checks.c.

Field Documentation

Definition at line 53 of file checks.c.

bool error

Definition at line 54 of file checks.c.

int inprogress

Definition at line 56 of file checks.c.

const char* name

Definition at line 49 of file checks.c.

node_check_fn node_fn

Definition at line 51 of file checks.c.

int num_prereqs

Definition at line 57 of file checks.c.

struct check** prereq

Definition at line 58 of file checks.c.

prop_check_fn prop_fn

Definition at line 52 of file checks.c.

Definition at line 55 of file checks.c.

tree_check_fn tree_fn

Definition at line 50 of file checks.c.

bool warn

Definition at line 54 of file checks.c.


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