Searched defs:termio_tstp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c310 static void termio_tstp(int, siginfo_t *, ucontext_t *, void *);
1598 (void) mdb_signal_sethandler(SIGTSTP, termio_tstp, td);
1986 (void) mdb_signal_sethandler(SIGTSTP, termio_tstp, td);
2033 termio_tstp(int sig, siginfo_t *sip, ucontext_t *ucp, void *data) function

Completed in 49 milliseconds