Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
debug.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/i2o.h>

Go to the source code of this file.

Functions

void i2o_report_status (const char *severity, const char *str, struct i2o_message *m)
 
void i2o_dump_message (struct i2o_message *m)
 
void i2o_debug_state (struct i2o_controller *c)
 
void i2o_dump_hrt (struct i2o_controller *c)
 
 EXPORT_SYMBOL (i2o_dump_message)
 

Function Documentation

EXPORT_SYMBOL ( i2o_dump_message  )
void i2o_debug_state ( struct i2o_controller c)

Definition at line 359 of file debug.c.

void i2o_dump_hrt ( struct i2o_controller c)

Definition at line 390 of file debug.c.

void i2o_dump_message ( struct i2o_message m)

Definition at line 52 of file debug.c.

void i2o_report_status ( const char severity,
const char str,
struct i2o_message m 
)

Definition at line 16 of file debug.c.