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

/illumos-gate/usr/src/uts/common/io/
H A Dtty_common.c209 * If the window size changed, send a SIGWINCH.
216 (void) putnextctl1(RD(q), M_PCSIG, SIGWINCH); local
H A Dptem.c965 * Send a SIGWINCH signal if the row/col information has
973 * SIGWINCH is always sent upstream.
976 (void) putnextctl1(RD(q), M_SIG, SIGWINCH); local
978 (void) putnextctl1(q, M_SIG, SIGWINCH);
H A Dtty_pts.c625 * Set the window size, but don't send a SIGWINCH.
749 * If the window size changed, send a SIGWINCH.
756 (void) putnextctl1(RD(q), M_PCSIG, SIGWINCH); local
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dfault.h37 #ifndef SIGWINCH
39 # define SIGWINCH SIGWIND macro
42 # define SIGWINCH SIGWINDOW macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dsignal.h51 #define SIGWINCH 28 /* window changed */ macro
/illumos-gate/usr/src/uts/common/sys/iso/
H A Dsignal_iso.h72 #define SIGWINCH 20 /* window size change */ macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h100 #define SIGWINCH 28 /* window changed */ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h98 #define SIGWINCH 20 /* window size change */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h104 #define SIGWINCH 28 /* window size changes */ macro

Completed in 73 milliseconds