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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_frame.c92 mdb_iob_destroy(mdb.m_out);
H A Dmdb_io.h100 extern void mdb_iob_destroy(mdb_iob_t *);
H A Dmdb_shell.c116 * unlinked from its iob before being popped by mdb_iob_destroy, we use the
184 mdb_iob_destroy(iob);
H A Dmdb.c635 mdb_iob_destroy(mdb.m_in);
637 mdb_iob_destroy(mdb.m_out);
639 mdb_iob_destroy(mdb.m_err);
681 mdb_iob_destroy(mdb.m_in);
761 mdb_iob_destroy(mdb.m_in);
932 mdb_iob_destroy(mdb.m_out);
936 mdb_iob_destroy(mdb.m_in);
H A Dmdb_cmds.c786 mdb_iob_destroy(mdb.m_in);
789 mdb_iob_destroy(mdb.m_in);
806 mdb_iob_destroy(mdb.m_in);
863 mdb_iob_destroy(iob);
H A Dmdb_termio.c600 mdb_iob_destroy(td->tio_out);
601 mdb_iob_destroy(td->tio_in);
H A Dmdb_io.c414 mdb_iob_destroy(mdb_iob_t *iob) function
2127 mdb_iob_destroy(top);
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_main.c359 mdb_iob_destroy(mdb.m_in);

Completed in 63 milliseconds