Searched refs:SIGWINCH (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/security/apparmor/include/
H A Dsig_names.h43 [SIGWINCH] = 28, /* 28, 28, 20 */
/linux-master/arch/parisc/include/uapi/asm/
H A Dsignal.h29 #define SIGWINCH 23 macro
/linux-master/arch/m68k/include/uapi/asm/
H A Dsignal.h46 #define SIGWINCH 28 macro
/linux-master/tools/perf/ui/
H A Dsetup.c130 sigaddset(&set, SIGWINCH);
139 sigaddset(&set, SIGWINCH);
/linux-master/tools/perf/ui/tui/
H A Dsetup.c54 signal(SIGWINCH, ui__sigwinch);
139 raise(SIGWINCH);
/linux-master/arch/um/os-Linux/
H A Dsignal.c27 [SIGWINCH] = winch,
46 if ((sig != SIGIO) && (sig != SIGWINCH))
171 [SIGWINCH] = sig_handler,
231 sigaddset(&action.sa_mask, SIGWINCH);
H A Dutil.c106 * UML helper threads must not handle SIGWINCH/INT/TERM
110 signal(SIGWINCH, SIG_IGN);
H A Dprocess.c286 signal(SIGWINCH, SIG_IGN);
H A Dstart_up.c35 if (change_sig(SIGWINCH, 0) < 0 ||
/linux-master/arch/mips/include/uapi/asm/
H A Dsignal.h46 #define SIGWINCH 20 /* Window size change (4.3 BSD, Sun). */ macro
/linux-master/arch/s390/include/uapi/asm/
H A Dsignal.h54 #define SIGWINCH 28 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dsignal.h50 #define SIGWINCH 28 macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dsignal.h63 #define SIGWINCH 28 macro
/linux-master/arch/arm/include/uapi/asm/
H A Dsignal.h46 #define SIGWINCH 28 macro
/linux-master/include/uapi/asm-generic/
H A Dsignal.h39 #define SIGWINCH 28 macro
/linux-master/arch/powerpc/include/uapi/asm/
H A Dsignal.h49 #define SIGWINCH 28 macro
/linux-master/arch/x86/include/uapi/asm/
H A Dsignal.h50 #define SIGWINCH 28 macro
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c100 * SIGWINCH will happen when UML is inside a detached screen.
102 #define STUB_SIG_MASK ((1 << SIGALRM) | (1 << SIGWINCH))
218 signal(SIGWINCH, SIG_IGN);
416 case SIGWINCH:
443 case SIGWINCH:
599 set_handler(SIGWINCH);
/linux-master/arch/sparc/include/uapi/asm/
H A Dsignal.h71 #define SIGWINCH 28 macro
/linux-master/arch/um/drivers/
H A Dchan_user.c116 * UML SIGWINCH handling
118 * The point of this is to handle SIGWINCH on consoles which have host
120 * console and cares about the window size (since SIGWINCH notifies
125 * multiple controlling ttys for the purpose of handling SIGWINCH, but
128 * SIGWINCH can't be received synchronously, so you have to set up to
132 * to exit only on SIGWINCH).
162 * SIGWINCH.
165 signal(SIGWINCH, winch_handler);
173 /* In sigsuspend(), block anything else than SIGWINCH. */
174 sigdelset(&sigs, SIGWINCH);
[all...]
/linux-master/tools/thermal/tmon/
H A Dtmon.c289 signal(SIGWINCH, resize_handler);
/linux-master/include/linux/
H A Dsignal.h384 * | SIGWINCH | ignore |
436 rt_sigmask(SIGWINCH) | rt_sigmask(SIGURG) )
/linux-master/arch/loongarch/kernel/
H A Dasm-offsets.c245 DEFINE(_SIGWINCH, SIGWINCH);
/linux-master/drivers/tty/
H A Dpty.c298 kill_pgrp(pgrp, SIGWINCH, 1);
300 kill_pgrp(rpgrp, SIGWINCH, 1);
/linux-master/tools/perf/
H A Dbuiltin-top.c523 signal(SIGWINCH, winch_sig);
525 signal(SIGWINCH, SIG_DFL);
702 * Either timeout expired or we got an EINTR due to SIGWINCH,
1802 signal(SIGWINCH, winch_sig);

Completed in 251 milliseconds

12