N_TTY_SET_TERMIOS

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

n_tty_set_termios - termios data changed  

SYNOPSIS

"SYNOPSIS"

void n_tty_set_termios (struct tty_struct * tty, struct termios * old);  

ARGUMENTS

tty
terminal
old
previous data
 

DESCRIPTION

Called by the tty layer when the user changes termios flags so that the line discipline can plan ahead. This function cannot sleep and is protected from re-entry by the tty layer. The user is guaranteed that this function will not be re-entered or in progress when the ldisc is closed.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:31 GMT, October 09, 2005