Home
last modified time | relevance | path

Searched defs:ldterm_mod (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dldterm.h207 typedef struct ldterm_mod { struct
208 struct termios t_modes; /* Effective modes set by the provider below */
209 struct termios t_amodes; /* Apparent modes for user programs */
210 struct termios t_dmodes; /* Modes that driver wishes to process */
211 unsigned int t_state; /* internal state of ldterm module */
212 int t_line; /* output line of tty */
213 int t_col; /* output column of tty */
214 int t_rocount; /* number of chars echoed since last output */
215 int t_rocol; /* column in which first such char appeared */
216 mblk_t *t_message; /* pointer to first mblk in message being */
[all …]