#include <kernel.h>#include <device.h>#include <tty.h>

Go to the source code of this file.
Functions | |
| devcall | ttyWrite (device *pdev, uchar *buf, ushort len) |
Definition in file ttyWrite.c.
Write a buffer to a tty
| pdev | TTY device table entry | |
| buf | buffer of characters to output | |
| len | size of the buffer |
Definition at line 20 of file ttyWrite.c.
References ASSERT, dentry::controlblk, NULL, tty::oflags, dentry::putc, tty::state, SYSERR, TTY_OFLAG_RAW, tty::tty_phw, and TTY_STATE_ALLOC.
Referenced by ttyPutChar().
1.5.5