Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | EOF (-1) |
#define | printf xmon_printf |
#define | putchar xmon_putchar |
Functions | |
int | xmon_putchar (int c) |
int | xmon_getchar (void) |
void | xmon_puts (const char *) |
char * | xmon_gets (char *, int) |
void | xmon_printf (const char *,...) |
void | xmon_map_scc (void) |
int | xmon_expect (const char *str, unsigned long timeout) |
int | xmon_write (const void *ptr, int nb) |
int | xmon_readchar (void) |
int | xmon_read_poll (void) |
#define EOF (-1) |
Definition at line 1 of file nonstdio.h.
#define printf xmon_printf |
Definition at line 3 of file nonstdio.h.
#define putchar xmon_putchar |
Definition at line 4 of file nonstdio.h.
Definition at line 26 of file nonstdio.c.
Definition at line 53 of file nonstdio.c.
Definition at line 104 of file nonstdio.c.
Definition at line 124 of file nonstdio.c.
Definition at line 13 of file nonstdio.c.
Definition at line 136 of file nonstdio.c.