Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Typedefs | Enumerations | Functions
kdb.h File Reference

Go to the source code of this file.

Typedefs

typedef int(* kdb_func_t )(int, const char **)
 

Enumerations

enum  kdb_repeat_t { KDB_REPEAT_NONE = 0, KDB_REPEAT_NO_ARGS, KDB_REPEAT_WITH_ARGS }
 
enum  { KDB_NOT_INITIALIZED, KDB_INIT_EARLY, KDB_INIT_FULL }
 

Functions

int kdbgetintenv (const char *, int *)
 
int kdb_set (int, const char **)
 

Typedef Documentation

typedef int(* kdb_func_t)(int, const char **)

Definition at line 22 of file kdb.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
KDB_NOT_INITIALIZED 
KDB_INIT_EARLY 
KDB_INIT_FULL 

Definition at line 161 of file kdb.h.

Enumerator:
KDB_REPEAT_NONE 
KDB_REPEAT_NO_ARGS 
KDB_REPEAT_WITH_ARGS 

Definition at line 16 of file kdb.h.

Function Documentation

int kdb_set ( int  ,
const char **   
)

Definition at line 352 of file kdb_main.c.

int kdbgetintenv ( const char ,
int  
)

Definition at line 286 of file kdb_main.c.