Include dependency graph for klog.c:

Go to the source code of this file.
Defines | |
| #define | KLOG_ORDER 0 |
Functions | |
| SPINLOCK_INITIALIZE (klog_lock) | |
| void | klog_init (void) |
| static void | klog_vprintf (const char *fmt, va_list args) |
| void | klog_printf (const char *fmt,...) |
Variables | |
| static char * | klog |
| static int | klogsize |
| static int | klogpos |
Definition in file klog.c.
1.4.6