#include <tty.h>
Data Fields | |
uchar | state |
device * | tty_dev |
device * | tty_phw |
uchar | iflags |
ushort | istart |
ushort | icount |
uchar | inbuf [TTY_IBLEN] |
uchar | oflags |
Definition at line 16 of file tty.h.
TTY_STATE_* below
Definition at line 18 of file tty.h.
Referenced by ttyAlloc(), ttyClose(), ttyControl(), ttyRead(), and ttyWrite().
hardware device structure
Definition at line 22 of file tty.h.
Referenced by ttyControl(), ttyOpen(), ttyRead(), and ttyWrite().
Input flags
Definition at line 25 of file tty.h.
Referenced by ttyControl(), ttyOpen(), and ttyRead().
Index of first character
Definition at line 26 of file tty.h.
Referenced by ttyControl(), ttyOpen(), and ttyRead().
Characters in input buffer
Definition at line 27 of file tty.h.
Referenced by ttyControl(), ttyOpen(), and ttyRead().
uchar tty::inbuf[TTY_IBLEN] |
Output flags
Definition at line 31 of file tty.h.
Referenced by ttyControl(), ttyOpen(), and ttyWrite().