Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c313 static void termio_tstp(int, siginfo_t *, ucontext_t *, void *);
1689 (void) mdb_signal_sethandler(SIGTSTP, termio_tstp, td); in mdb_termio_create()
2077 (void) mdb_signal_sethandler(SIGTSTP, termio_tstp, td); in termio_susp()
2124 termio_tstp(int sig, siginfo_t *sip, ucontext_t *ucp, void *data) in termio_tstp() function