Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

/projects/cubeos/src_current/kernel/kerror.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ERR_PANIC   7
 This is bad. We won't do anything usefull anymore. More...

#define ERR_EMERG   6
 This is almost a panic, but maybe we can still recover. More...

#define ERR_ALERT   5
 Somebody has to take care of this. But we'll continue. More...

#define ERR_WARN   4
 This is a warning, it might be OK to ignore it. More...

#define ERR_NOTICE   3
 Just to let the user know... More...

#define ERR_LOG   2
 Normal operation, can be safely ignored. More...

#define ERR_DEBUG   1
 this is a debug message, only interesting to the developer. More...

#define ERR_NO_MORE_PROCESSES   1
 internal error code for the scheduler. More...


Functions

void KERN_complain (int i, char *text)
 This is the general error-reporting function of the kernel. More...


Detailed Description

Definition in file kerror.h.


Define Documentation

#define ERR_ALERT   5
 

Somebody has to take care of this. But we'll continue.

Definition at line 25 of file kerror.h.

#define ERR_DEBUG   1
 

this is a debug message, only interesting to the developer.

Definition at line 29 of file kerror.h.

#define ERR_EMERG   6
 

This is almost a panic, but maybe we can still recover.

Definition at line 24 of file kerror.h.

Referenced by KERN_create_prio.

#define ERR_LOG   2
 

Normal operation, can be safely ignored.

Definition at line 28 of file kerror.h.

#define ERR_NO_MORE_PROCESSES   1
 

internal error code for the scheduler.

Definition at line 32 of file kerror.h.

#define ERR_NOTICE   3
 

Just to let the user know...

Definition at line 27 of file kerror.h.

#define ERR_PANIC   7
 

This is bad. We won't do anything usefull anymore.

Definition at line 23 of file kerror.h.

Referenced by KERN_complain, KERN_schedule, TTY_inchar, and TTY_readchar.

#define ERR_WARN   4
 

This is a warning, it might be OK to ignore it.

Definition at line 26 of file kerror.h.

Referenced by FBIN_make.


Generated on Thu Feb 20 15:38:53 2003 for cubeOS by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002