Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c265 static void termio_unlink(mdb_io_t *, mdb_iob_t *);
327 .io_unlink = termio_unlink,
634 termio_unlink(mdb_io_t *io, mdb_iob_t *iob) in termio_unlink() function