Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb.c646 mdb_iob_destroy(mdb.m_in); in mdb_destroy()
648 mdb_iob_destroy(mdb.m_out); in mdb_destroy()
650 mdb_iob_destroy(mdb.m_err); in mdb_destroy()
692 mdb_iob_destroy(mdb.m_in); in mdb_run()
772 mdb_iob_destroy(mdb.m_in); in mdb_run()
943 mdb_iob_destroy(mdb.m_out); in mdb_call()
947 mdb_iob_destroy(mdb.m_in); in mdb_call()
H A Dmdb_shell.c182 mdb_iob_destroy(iob); in mdb_shell_pipe()
H A Dmdb_io.h100 extern void mdb_iob_destroy(mdb_iob_t *);
H A Dmdb_frame.c90 mdb_iob_destroy(mdb.m_out); in mdb_frame_reset()
H A Dmdb_cmds.c886 mdb_iob_destroy(mdb.m_in); in cmd_exec_file()
889 mdb_iob_destroy(mdb.m_in); in cmd_exec_file()
906 mdb_iob_destroy(mdb.m_in); in cmd_exec_file()
963 mdb_iob_destroy(iob); in cmd_cat()
H A Dmdb_io.c422 mdb_iob_destroy(mdb_iob_t *iob) in mdb_iob_destroy() function
2170 mdb_iob_destroy(top); in mdb_iob_stack_destroy()
H A Dmdb_termio.c604 mdb_iob_destroy(td->tio_out); in termio_close()
605 mdb_iob_destroy(td->tio_in); in termio_close()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_main.c357 mdb_iob_destroy(mdb.m_in); in kmdb_startup()