Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
sclp_cpi.c File Reference
#include <linux/kmod.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/version.h>
#include "sclp_cpi_sys.h"

Go to the source code of this file.

Functions

 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("Identify this operating system instance ""to the System z hardware")
 
 MODULE_AUTHOR ("Martin Peschke <[email protected]>, ""Michael Ernst <[email protected]>")
 
 module_param (system_name, charp, 0)
 
 MODULE_PARM_DESC (system_name,"e.g. hostname - max. 8 characters")
 
 module_param (sysplex_name, charp, 0)
 
 MODULE_PARM_DESC (sysplex_name,"if applicable - max. 8 characters")
 
 module_init (cpi_module_init)
 
 module_exit (cpi_module_exit)
 

Function Documentation

MODULE_AUTHOR ( "Martin Peschke <[email protected] ,
""Michael Ernst< mernst @de.ibm.com >"   
)
MODULE_DESCRIPTION ( "Identify this operating system instance ""to the System z hardware )
module_exit ( cpi_module_exit  )
module_init ( cpi_module_init  )
MODULE_LICENSE ( "GPL"  )
module_param ( system_name  ,
charp  ,
 
)
module_param ( sysplex_name  ,
charp  ,
 
)
MODULE_PARM_DESC ( system_name  ,
"e.g. hostname - max. 8 characters  
)
MODULE_PARM_DESC ( sysplex_name  ,
"if applicable - max. 8 characters  
)