Home
last modified time | relevance | path

Searched refs:SIGIO (Results 1 – 25 of 91) sorted by relevance

1234

/openbmc/linux/arch/um/os-Linux/
H A Dsignal.c31 [SIGIO] = sigio_handler,
47 if ((sig != SIGIO) && (sig != SIGWINCH)) in sig_handler_common()
81 (sig == SIGIO)) { in sig_handler()
89 if (!enabled && (sig == SIGIO)) { in sig_handler()
182 [SIGIO] = sig_handler,
242 sigaddset(&action.sa_mask, SIGIO); in set_handler()
265 kill(os_getpid(), SIGIO); in send_sigio_to_self()
345 sig_handler_common(SIGIO, NULL, NULL); in unblock_signals()
H A Dsigio.c484 if (sigaction(SIGIO, NULL, &old) < 0) { in check_one_sigio()
492 if (sigaction(SIGIO, &new, NULL) < 0) { in check_one_sigio()
504 if (sigaction(SIGIO, &old, NULL) < 0) in check_one_sigio()
H A Dirq.c138 signal(SIGIO, SIG_IGN); in os_set_ioignore()
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dsignal.h42 #define SIGIO 29 macro
43 #define SIGPOLL SIGIO
/openbmc/u-boot/include/asm-generic/
H A Dsignal.h39 #define SIGIO 29 macro
40 #define SIGPOLL SIGIO
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dsignal.h47 #define SIGIO 29 macro
48 #define SIGPOLL SIGIO
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsignal.h27 #define SIGIO 22 macro
28 #define SIGPOLL SIGIO
/openbmc/linux/include/uapi/asm-generic/
H A Dsignal.h40 #define SIGIO 29 macro
41 #define SIGPOLL SIGIO
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dsignal.h47 #define SIGIO 29 macro
48 #define SIGPOLL SIGIO
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dsignal.h55 #define SIGIO 29 macro
56 #define SIGPOLL SIGIO
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dsignal.h64 #define SIGIO 29 macro
65 #define SIGPOLL SIGIO
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsignal.h52 #define SIGIO 29 macro
53 #define SIGPOLL SIGIO
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsignal.h48 #define SIGIO 22 /* I/O now possible (4.2 BSD). */ macro
49 #define SIGPOLL SIGIO /* Pollable event occurred (System V). */
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dsignal.h50 #define SIGIO 29 macro
51 #define SIGPOLL SIGIO
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsignal.h45 #define SIGIO 23 macro
55 #define SIGPOLL SIGIO
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dsignal.h51 #define SIGIO 29 macro
52 #define SIGPOLL SIGIO
/openbmc/linux/tools/perf/tests/
H A Dbp_signal.c179 if (sigaction(SIGIO, &sa, NULL) < 0) { in test__bp_signal()
241 fd1 = bp_event(__test_function, SIGIO); in test__bp_signal()
243 fd3 = wp_event((void *)&the_var, SIGIO); in test__bp_signal()
H A Dbp_signal_overflow.c79 if (sigaction(SIGIO, &sa, NULL) < 0) { in test__bp_signal_overflow()
109 fcntl(fd, F_SETSIG, SIGIO); in test__bp_signal_overflow()
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dsignal.h65 #define SIGIO 23 macro
66 #define SIGPOLL SIGIO /* SysV name for SIGIO */
/openbmc/linux/security/apparmor/include/
H A Dsig_names.h44 [SIGIO] = 29, /* SIGPOLL: 23, 29, 22 */
/openbmc/linux/samples/timers/
H A Dhpet_example.c233 if ((oldsig = signal(SIGIO, hpet_sigio)) == SIG_ERR) { in hpet_fasync()
289 signal(SIGIO, oldsig); in hpet_fasync()
/openbmc/linux/tools/testing/kunit/test_data/
H A Dtest_is_test_passed-no_tests_run_no_header.log22 Checking that host ptys support output SIGIO...Yes
23 Checking that host ptys support SIGIO on close...No, enabling workaround
H A Dtest_output_isolated_correctly.log48 Checking that host ptys support output SIGIO...Yes
49 Checking that host ptys support SIGIO on close...No, enabling workaround
/openbmc/linux/fs/
H A Dpipe.c371 kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT); in pipe_read()
394 kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT); in pipe_read()
576 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write()
601 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_write()
735 kill_fasync(&pipe->fasync_readers, SIGIO, POLL_IN); in pipe_release()
736 kill_fasync(&pipe->fasync_writers, SIGIO, POLL_OUT); in pipe_release()
/openbmc/linux/fs/notify/
H A Dnotification.c128 kill_fasync(&group->fsn_fa, SIGIO, POLL_IN); in fsnotify_insert_event()

1234