Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations | Functions
aoechr.c File Reference
#include <linux/hdreg.h>
#include <linux/blkdev.h>
#include <linux/completion.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/mutex.h>
#include <linux/skbuff.h>
#include <linux/export.h>
#include "aoe.h"

Go to the source code of this file.

Data Structures

struct  aoe_chardev
 
struct  ErrMsg
 

Enumerations

enum  {
  MINOR_ERR = 2, MINOR_DISCOVER, MINOR_INTERFACES, MINOR_REVALIDATE,
  MINOR_FLUSH, MSGSZ = 2048, NMSG = 100
}
 
enum  { EMFL_VALID = 1 }
 

Functions

void aoechr_error (char *msg)
 
int __init aoechr_init (void)
 
void aoechr_exit (void)
 

Enumeration Type Documentation

anonymous enum
Enumerator:
MINOR_ERR 
MINOR_DISCOVER 
MINOR_INTERFACES 
MINOR_REVALIDATE 
MINOR_FLUSH 
MSGSZ 
NMSG 

Definition at line 17 of file aoechr.c.

anonymous enum
Enumerator:
EMFL_VALID 

Definition at line 33 of file aoechr.c.

Function Documentation

void aoechr_error ( char msg)

Definition at line 121 of file aoechr.c.

void aoechr_exit ( void  )

Definition at line 307 of file aoechr.c.

int __init aoechr_init ( void  )

Definition at line 280 of file aoechr.c.