Home
last modified time | relevance | path

Searched refs:tio_out_io (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c218 mdb_io_t *tio_out_io; /* Terminal output backend */ member
563 return (IOP_WRITE(td->tio_out_io, buf, nbytes)); in termio_write()
1593 td->tio_out_io = wio; in mdb_termio_create()
1594 td->tio_out = mdb_iob_create(td->tio_out_io, MDB_IOB_WRONLY); in mdb_termio_create()