#include <stdarg.h>#include <console/loglevel.h>

Go to the source code of this file.
Defines | |
| #define | DEFAULT_MESSAGE_LOGLEVEL 4 |
| #define | console_loglevel ASM_CONSOLE_LOGLEVEL |
Functions | |
| int | vtxprintf (void(*)(unsigned char), const char *, va_list) |
| void | uart8250_tx_byte (unsigned, unsigned char) |
| void | console_tx_byte (unsigned char byte) |
| int | do_printk (int msg_level, const char *fmt,...) |
| #define console_loglevel ASM_CONSOLE_LOGLEVEL |
Definition at line 19 of file printk_init.c.
Referenced by console_init(), do_printk(), and smi_handler().
| #define DEFAULT_MESSAGE_LOGLEVEL 4 |
Definition at line 12 of file printk_init.c.
| void console_tx_byte | ( | unsigned char | byte | ) |
Definition at line 25 of file printk_init.c.
Referenced by do_printk().

| int do_printk | ( | int | msg_level, | |
| const char * | fmt, | |||
| ... | ||||
| ) |
Definition at line 32 of file printk_init.c.
| void uart8250_tx_byte | ( | unsigned | , | |
| unsigned | char | |||
| ) |
Definition at line 40 of file uart8250.c.
Referenced by _outbyte(), console_tx_byte(), and ttyS0_tx_byte().

| int vtxprintf | ( | void(*)(unsigned char) | , | |
| const char * | , | |||
| va_list | ||||
| ) |
1.5.5