Xen Test Framework
|
#include <xtf/libc.h>
#include <xtf/compiler.h>
#include <xen/event_channel.h>
#include <xen/io/console.h>
Go to the source code of this file.
Typedefs | |
typedef void(* | cons_output_cb) (const char *buf, size_t len) |
Functions | |
void | register_console_callback (cons_output_cb cb) |
void | init_pv_console (xencons_interface_t *ring, evtchn_port_t port) |
void | vprintk (const char *fmt, va_list args) |
void | printk (const char *fmt,...) |
size_t | pv_console_read_some (char *buf, size_t len) |
typedef void(* cons_output_cb) (const char *buf, size_t len) |
void register_console_callback | ( | cons_output_cb | cb | ) |
void init_pv_console | ( | xencons_interface_t * | ring, |
evtchn_port_t | port | ||
) |
void vprintk | ( | const char * | fmt, |
va_list | args | ||
) |
void printk | ( | const char * | fmt, |
... | |||
) |