Searched refs:termio_winch (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 309 static void termio_winch(int, siginfo_t *, ucontext_t *, void *); 1597 (void) mdb_signal_sethandler(SIGWINCH, termio_winch, td); 1864 termio_winch(SIGWINCH, NULL, NULL, td); 1985 (void) mdb_signal_sethandler(SIGWINCH, termio_winch, td); 1996 termio_winch(int sig, siginfo_t *sip, ucontext_t *ucp, void *data) function
|
H A D | mdb_io.c | 248 mdb_signal_f *termio_winch; local 255 termio_winch = mdb_signal_gethandler(SIGWINCH, &termio_data); 271 if (termio_winch != (mdb_signal_f *)NULL) 272 termio_winch(SIGWINCH, NULL, NULL, termio_data); 332 (void) mdb_signal_sethandler(SIGWINCH, termio_winch, termio_data);
|
Completed in 70 milliseconds