N_TTY_RECEIVE_BUF
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
n_tty_receive_buf - data receive
SYNOPSIS
"SYNOPSIS"
void n_tty_receive_buf (struct tty_struct * tty, const unsigned char * cp, char * fp, int count);
ARGUMENTS
- tty
-
terminal device
- cp
-
buffer
- fp
-
flag buffer
- count
-
characters
DESCRIPTION
Called by the terminal driver when a block of characters has
been received. This function must be called from soft contexts
not from interrupt context. The driver is responsible for making
calls one at a time and in order (or using flush_to_ldisc)
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:31 GMT, October 09, 2005