Searched refs:MDB_SIG_IGN (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_signal.h | 42 #define MDB_SIG_IGN (mdb_signal_f *)1 macro
|
H A D | mdb_signal.c | 57 } else if (handler == MDB_SIG_IGN) { in mdb_signal_sethandler()
|
H A D | mdb_termio.c | 728 (void) mdb_signal_sethandler(SIGTTOU, MDB_SIG_IGN, NULL); in termio_suspend_tty() 780 (void) mdb_signal_sethandler(SIGTTOU, MDB_SIG_IGN, NULL); in termio_resume_tty() 2059 (void) mdb_signal_sethandler(SIGWINCH, MDB_SIG_IGN, NULL); in termio_susp() 2060 (void) mdb_signal_sethandler(SIGTSTP, MDB_SIG_IGN, NULL); in termio_susp() 2073 (void) mdb_signal_sethandler(SIGTSTP, MDB_SIG_IGN, NULL); in termio_susp()
|
H A D | mdb_main.c | 497 (void) mdb_signal_sethandler(SIGPIPE, MDB_SIG_IGN, NULL); in main() 498 (void) mdb_signal_sethandler(SIGQUIT, MDB_SIG_IGN, NULL); in main()
|
H A D | mdb_proc.c | 3631 (void) mdb_signal_sethandler(SIGTTOU, MDB_SIG_IGN, NULL); in pt_setrun() 3679 (void) mdb_signal_sethandler(SIGTTOU, MDB_SIG_IGN, NULL); in pt_setrun()
|