GDB (xrefs)
Public Attributes | List of all members
dos_ttystate Struct Reference

Public Attributes

int base
 
int irq
 
int refcnt
 
struct intruptintrupt
 
int fifo
 
int baudrate
 
unsigned char cbuf [CBSIZE]
 
unsigned int first
 
unsigned int count
 
int txbusy
 
unsigned char old_mcr
 
int ferr
 
int perr
 
int oflo
 
int msr
 

Detailed Description

Definition at line 189 of file ser-go32.c.

Member Data Documentation

int dos_ttystate::base

Definition at line 191 of file ser-go32.c.

Referenced by _initialize_ser_dos(), dos_info(), and dos_write().

int dos_ttystate::baudrate
unsigned char dos_ttystate::cbuf[CBSIZE]

Definition at line 197 of file ser-go32.c.

Referenced by dos_getc(), and dos_putc().

unsigned int dos_ttystate::count

Definition at line 199 of file ser-go32.c.

Referenced by dos_flush_input(), dos_getc(), dos_open(), and dos_putc().

int dos_ttystate::ferr

Definition at line 202 of file ser-go32.c.

Referenced by dos_comisr(), and dos_info().

int dos_ttystate::fifo

Definition at line 195 of file ser-go32.c.

Referenced by dos_close(), dos_flush_input(), dos_info(), dos_open(), and dos_write().

unsigned int dos_ttystate::first

Definition at line 198 of file ser-go32.c.

Referenced by dos_flush_input(), dos_getc(), dos_open(), and dos_putc().

struct intrupt* dos_ttystate::intrupt

Definition at line 194 of file ser-go32.c.

Referenced by dos_close(), dos_info(), and dos_open().

int dos_ttystate::irq

Definition at line 192 of file ser-go32.c.

Referenced by _initialize_ser_dos(), dos_comisr(), dos_info(), and dos_open().

int dos_ttystate::msr

Definition at line 205 of file ser-go32.c.

Referenced by dos_comisr().

int dos_ttystate::oflo

Definition at line 204 of file ser-go32.c.

Referenced by dos_close(), dos_comisr(), dos_info(), and dos_open().

unsigned char dos_ttystate::old_mcr

Definition at line 201 of file ser-go32.c.

int dos_ttystate::perr

Definition at line 203 of file ser-go32.c.

Referenced by dos_comisr(), and dos_info().

int dos_ttystate::refcnt

Definition at line 193 of file ser-go32.c.

Referenced by dos_close(), dos_get_tty_state(), and dos_open().

int dos_ttystate::txbusy

Definition at line 200 of file ser-go32.c.

Referenced by dos_comisr(), dos_open(), and dos_write().


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