Searched refs:termio_tstp (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 310 static void termio_tstp(int, siginfo_t *, ucontext_t *, void *); 1598 (void) mdb_signal_sethandler(SIGTSTP, termio_tstp, td); in mdb_termio_create() 1986 (void) mdb_signal_sethandler(SIGTSTP, termio_tstp, td); in termio_susp() 2033 termio_tstp(int sig, siginfo_t *sip, ucontext_t *ucp, void *data) in termio_tstp() function
|