Searched refs:pio_ti (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promio.c51 struct termios pio_ti; member in struct:pio_data
62 return (kmdb_prom_read(buf, nbytes, &pdp->pio_ti));
73 return (kmdb_prom_write(buf, nbytes, &pdp->pio_ti));
103 (void) kmdb_prom_term_ctl(TCGETS, &pdp->pio_ti);
107 bcopy(&pdp->pio_ti, ti, sizeof (struct termios));
122 bcopy(ti, &pdp->pio_ti, sizeof (struct termios));
202 pdp->pio_ti.c_oflag |= ONLCR;
203 pdp->pio_ti.c_iflag |= ICRNL;
205 pdp->pio_ti.c_lflag |= ECHO;

Completed in 55 milliseconds