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... | |
Definition in file kerror.h.
      
  | 
  
| 
 Somebody has to take care of this. But we'll continue. 
  | 
  
      
  | 
  
| 
 this is a debug message, only interesting to the developer. 
  | 
  
      
  | 
  
| 
 This is almost a panic, but maybe we can still recover. 
 Definition at line 24 of file kerror.h. Referenced by KERN_create_prio.  | 
  
      
  | 
  
| 
 Normal operation, can be safely ignored. 
  | 
  
      
  | 
  
| 
 internal error code for the scheduler. 
  | 
  
      
  | 
  
| 
 Just to let the user know... 
  | 
  
      
  | 
  
| 
 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.  | 
  
      
  | 
  
| 
 This is a warning, it might be OK to ignore it. 
 Definition at line 26 of file kerror.h. Referenced by FBIN_make.  | 
  
1.2.14 written by Dimitri van Heesch,
 © 1997-2002