Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
pty_chan Struct Reference

Data Fields

void(* announce )(char *dev_name, int dev)
 
int dev
 
int raw
 
struct termios tt
 
char dev_name [sizeof("/dev/pts/0123456\0")]
 

Detailed Description

Definition at line 18 of file pty.c.

Field Documentation

void(* announce)(char *dev_name, int dev)

Definition at line 19 of file pty.c.

int dev

Definition at line 20 of file pty.c.

char dev_name[sizeof("/dev/pts/0123456\0")]

Definition at line 23 of file pty.c.

int raw

Definition at line 21 of file pty.c.

Definition at line 22 of file pty.c.


The documentation for this struct was generated from the following file: