Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
sclp_async.c File Reference
#include <linux/init.h>
#include <linux/module.h>
#include <linux/device.h>
#include <linux/stat.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/ctype.h>
#include <linux/kmod.h>
#include <linux/err.h>
#include <linux/errno.h>
#include <linux/proc_fs.h>
#include <linux/sysctl.h>
#include <linux/utsname.h>
#include "sclp.h"

Go to the source code of this file.

Data Structures

struct  async_evbuf
 
struct  sclp_async_sccb
 

Macros

#define SCLP_NORMAL_WRITE   0x00
 

Functions

struct async_evbuf __attribute__ ((packed))
 
 module_init (sclp_async_init)
 
 module_exit (sclp_async_exit)
 
 MODULE_AUTHOR ("Copyright IBM Corp. 2009")
 
 MODULE_AUTHOR ("Hans-Joachim Picht <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("SCLP Asynchronous Notification Records")
 

Variables

struct evbuf_header header
 
u64 reserved
 
u8 rflags
 
u8 empty
 
u8 rtype
 
u8 otype
 
char comp_id [12]
 
char data [3000]
 
struct async_evbuf evbuf
 

Macro Definition Documentation

#define SCLP_NORMAL_WRITE   0x00

Definition at line 30 of file sclp_async.c.

Function Documentation

struct async_evbuf __attribute__ ( (packed)  )
read

Definition at line 171 of file esd_usb2.c.

MODULE_AUTHOR ( "Copyright IBM Corp. 2009"  )
MODULE_AUTHOR ( "Hans-Joachim Picht <[email protected]>"  )
MODULE_DESCRIPTION ( "SCLP Asynchronous Notification Records"  )
module_exit ( sclp_async_exit  )
module_init ( sclp_async_init  )
MODULE_LICENSE ( "GPL"  )

Variable Documentation

Definition at line 48 of file sclp_async.c.

char data[3000]

Definition at line 49 of file sclp_async.c.

u8 empty

Definition at line 45 of file sclp_async.c.

Definition at line 48 of file sclp_async.c.

Definition at line 42 of file sclp_async.c.

u8 otype

Definition at line 47 of file sclp_async.c.

u64 reserved

Definition at line 43 of file sclp_async.c.

u8 rflags

Definition at line 44 of file sclp_async.c.

__u8 rtype

Definition at line 46 of file sclp_async.c.