| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | signal.c | 29 [SIGIO] = sigio_handler, 45 if ((sig != SIGIO) && (sig != SIGWINCH)) in sig_handler_common() 74 if (!enabled && (sig == SIGIO)) { in sig_handler() 156 [SIGIO] = sig_handler, 216 sigaddset(&action.sa_mask, SIGIO); in set_handler() 311 sig_handler_common(SIGIO, NULL, NULL); in unblock_signals()
|
| H A D | sigio.c | 466 if (sigaction(SIGIO, NULL, &old) < 0) { in check_one_sigio() 474 if (sigaction(SIGIO, &new, NULL) < 0) { in check_one_sigio() 486 if (sigaction(SIGIO, &old, NULL) < 0) in check_one_sigio()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/ |
| H A D | sigio.c | 166 sigaddset(&set, SIGIO); in block_sigio() 176 sigaddset(&set, SIGIO); in release_sigio() 228 sigaddset(&sa.sa_mask, SIGIO); in xf86InstallSIGIOHandler() 231 sigaction(SIGIO, &sa, &osa); in xf86InstallSIGIOHandler() 294 sigaddset(&sa.sa_mask, SIGIO); in xf86RemoveSIGIOHandler() 297 sigaction(SIGIO, &sa, &osa); in xf86RemoveSIGIOHandler()
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | signal.h | 42 #define SIGIO 29 macro 43 #define SIGPOLL SIGIO
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | signal.h | 27 #define SIGIO 22 macro 28 #define SIGPOLL SIGIO
|
| /OK3568_Linux_fs/u-boot/include/asm-generic/ |
| H A D | signal.h | 39 #define SIGIO 29 macro 40 #define SIGPOLL SIGIO
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/ |
| H A D | signal.h | 47 #define SIGIO 29 macro 48 #define SIGPOLL SIGIO
|
| /OK3568_Linux_fs/kernel/arch/h8300/include/uapi/asm/ |
| H A D | signal.h | 47 #define SIGIO 29 macro 48 #define SIGPOLL SIGIO
|
| /OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/ |
| H A D | signal.h | 55 #define SIGIO 29 macro 56 #define SIGPOLL SIGIO
|
| /OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/ |
| H A D | signal.h | 47 #define SIGIO 29 macro 48 #define SIGPOLL SIGIO
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | signal.h | 40 #define SIGIO 29 macro 41 #define SIGPOLL SIGIO
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | signal.h | 64 #define SIGIO 29 macro 65 #define SIGPOLL SIGIO
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | bp_signal.c | 174 if (sigaction(SIGIO, &sa, NULL) < 0) { in test__bp_signal() 236 fd1 = bp_event(__test_function, SIGIO); in test__bp_signal() 238 fd3 = wp_event((void *)&the_var, SIGIO); in test__bp_signal()
|
| H A D | bp_signal_overflow.c | 74 if (sigaction(SIGIO, &sa, NULL) < 0) { in test__bp_signal_overflow() 104 fcntl(fd, F_SETSIG, SIGIO); in test__bp_signal_overflow()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | signal.h | 48 #define SIGIO 22 /* I/O now possible (4.2 BSD). */ macro 49 #define SIGPOLL SIGIO /* Pollable event occurred (System V). */
|
| /OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/ |
| H A D | signal.h | 52 #define SIGIO 29 macro 53 #define SIGPOLL SIGIO
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/ |
| H A D | signal.h | 45 #define SIGIO 29 macro 46 #define SIGPOLL SIGIO
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | signal.h | 40 #define SIGIO 29 macro 41 #define SIGPOLL SIGIO
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | signal.h | 50 #define SIGIO 29 macro 51 #define SIGPOLL SIGIO
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | signal.h | 40 #define SIGIO 29 macro 41 #define SIGPOLL SIGIO
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | signal.h | 45 #define SIGIO 23 macro 55 #define SIGPOLL SIGIO
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | signal.h | 51 #define SIGIO 29 macro 52 #define SIGPOLL SIGIO
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | signal.h | 65 #define SIGIO 23 macro 66 #define SIGPOLL SIGIO /* SysV name for SIGIO */
|
| /OK3568_Linux_fs/kernel/samples/timers/ |
| H A D | hpet_example.c | 233 if ((oldsig = signal(SIGIO, hpet_sigio)) == SIG_ERR) { in hpet_fasync() 289 signal(SIGIO, oldsig); in hpet_fasync()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | signum-arch.h | 57 #define SIGIO SIGPOLL /* I/O now possible (4.2 BSD). */ macro
|