Searched defs:SIGWINCH (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | tty_common.c | 209 * If the window size changed, send a SIGWINCH. 216 (void) putnextctl1(RD(q), M_PCSIG, SIGWINCH); local
|
H A D | ptem.c | 965 * 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 D | tty_pts.c | 625 * 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 D | fault.h | 37 #ifndef SIGWINCH 39 # define SIGWINCH SIGWIND macro 42 # define SIGWINCH SIGWINDOW macro
|
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | signal.h | 51 #define SIGWINCH 28 /* window changed */ macro
|
/illumos-gate/usr/src/uts/common/sys/iso/ |
H A D | signal_iso.h | 72 #define SIGWINCH 20 /* window size change */ macro
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | signal.h | 100 #define SIGWINCH 28 /* window changed */ macro
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | signal.h | 98 #define SIGWINCH 20 /* window size change */ macro
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | signal.h | 104 #define SIGWINCH 28 /* window size changes */ macro
|
Completed in 55 milliseconds