Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
rtasd.c File Reference
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/poll.h>
#include <linux/proc_fs.h>
#include <linux/init.h>
#include <linux/vmalloc.h>
#include <linux/spinlock.h>
#include <linux/cpu.h>
#include <linux/workqueue.h>
#include <linux/slab.h>
#include <asm/uaccess.h>
#include <asm/io.h>
#include <asm/rtas.h>
#include <asm/prom.h>
#include <asm/nvram.h>
#include <linux/atomic.h>
#include <asm/machdep.h>

Go to the source code of this file.

Functions

void pSeries_log_error (char *buf, unsigned int err_type, int fatal)
 
 DECLARE_DELAYED_WORK (event_scan_work, rtas_event_scan)
 
void rtas_cancel_event_scan (void)
 
 EXPORT_SYMBOL_GPL (rtas_cancel_event_scan)
 
 __initcall (rtas_init)
 
 __setup ("surveillance=", surveillance_setup)
 

Function Documentation

__initcall ( rtas_init  )
__setup ( )
DECLARE_DELAYED_WORK ( event_scan_work  ,
rtas_event_scan   
)
EXPORT_SYMBOL_GPL ( rtas_cancel_event_scan  )
void pSeries_log_error ( char buf,
unsigned int  err_type,
int  fatal 
)

Definition at line 192 of file rtasd.c.

void rtas_cancel_event_scan ( void  )

Definition at line 476 of file rtasd.c.