UbixOS
2.0
|
#include <sys/types.h>
Go to the source code of this file.
Data Structures | |
struct | tty_termNode |
Macros | |
#define | TTY_MAX_TERMS 5 |
Typedefs | |
typedef struct tty_termNode | tty_term |
Functions | |
int | tty_change (uInt16) |
tty_term * | tty_find (uInt16) |
int | tty_init () |
int | tty_print (char *, tty_term *) |
Variables | |
tty_term * | tty_foreground |
typedef struct tty_termNode tty_term |
int tty_change | ( | uInt16 | ) |
Definition at line 84 of file tty.c.
References kpanic(), memcpy(), tty_termNode::tty_buffer, tty_foreground, and TTY_MAX_TERMS.
Definition at line 167 of file tty.c.
Referenced by execFile(), kprint(), and systemTask().
int tty_print | ( | char * | , |
tty_term * | |||
) |
Definition at line 115 of file tty.c.
References spinLock().
Referenced by kprint(), sys_fwrite(), and sysFwrite().
tty_term* tty_foreground |
Definition at line 38 of file tty.c.
Referenced by getchar(), kpanic(), kprint(), sys_fgetc(), sys_pread(), sys_read(), and tty_change().