Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
err_common.c File Reference
#include <linux/init.h>
#include <linux/sched.h>
#include <asm/io.h>
#include <asm/hwrpb.h>
#include <asm/smp.h>
#include <asm/err_common.h>
#include "err_impl.h"
#include "proto.h"

Go to the source code of this file.

Functions

void mchk_dump_mem (void *data, size_t length, char **annotation)
 
void mchk_dump_logout_frame (struct el_common *mchk_header)
 
void el_print_timestamp (union el_timestamp *timestamp)
 
void el_process_subpackets (struct el_subpacket *header, int packet_count)
 
struct el_subpacketel_process_subpacket (struct el_subpacket *header)
 
void el_annotate_subpacket (struct el_subpacket *header)
 
void __init cdl_check_console_data_log (void)
 
int __init cdl_register_subpacket_annotation (struct el_subpacket_annotation *new)
 
int __init cdl_register_subpacket_handler (struct el_subpacket_handler *new)
 

Variables

charerr_print_prefix = KERN_NOTICE
 

Function Documentation

void __init cdl_check_console_data_log ( void  )

Definition at line 263 of file err_common.c.

int __init cdl_register_subpacket_annotation ( struct el_subpacket_annotation new)

Definition at line 279 of file err_common.c.

int __init cdl_register_subpacket_handler ( struct el_subpacket_handler new)

Definition at line 301 of file err_common.c.

void el_annotate_subpacket ( struct el_subpacket header)

Definition at line 219 of file err_common.c.

void el_print_timestamp ( union el_timestamp timestamp)

Definition at line 168 of file err_common.c.

struct el_subpacket* el_process_subpacket ( struct el_subpacket header)
read

Definition at line 194 of file err_common.c.

void el_process_subpackets ( struct el_subpacket header,
int  packet_count 
)

Definition at line 179 of file err_common.c.

void mchk_dump_logout_frame ( struct el_common mchk_header)

Definition at line 47 of file err_common.c.

void mchk_dump_mem ( void data,
size_t  length,
char **  annotation 
)

Definition at line 31 of file err_common.c.

Variable Documentation

char* err_print_prefix = KERN_NOTICE

Definition at line 24 of file err_common.c.