/third_party/ltp/lib/ |
D | signame.h | 78 #if defined(SIGIO) && defined(SIGPOLL) in tst_strsig() 80 STRPAIR(SIGIO, "SIGIO/SIGPOLL") in tst_strsig() 81 #elif defined(SIGIO) in tst_strsig() 82 PAIR(SIGIO) in tst_strsig()
|
/third_party/node/src/api/ |
D | utils.cc | 132 #ifdef SIGIO in signo_string() 133 SIGNO_CASE(SIGIO); in signo_string() 137 #if SIGPOLL != SIGIO in signo_string()
|
/third_party/musl/arch/s390x/bits/ |
D | signal.h | 115 #define SIGIO 29 macro 116 #define SIGPOLL SIGIO
|
/third_party/musl/arch/powerpc64/bits/ |
D | signal.h | 104 #define SIGIO 29 macro 105 #define SIGPOLL SIGIO
|
/third_party/musl/arch/riscv64/bits/ |
D | signal.h | 112 #define SIGIO 29 macro 113 #define SIGPOLL SIGIO
|
/third_party/musl/arch/mips/bits/ |
D | signal.h | 111 #define SIGIO 22 macro 112 #define SIGPOLL SIGIO
|
/third_party/musl/arch/mipsn32/bits/ |
D | signal.h | 130 #define SIGIO 22 macro 131 #define SIGPOLL SIGIO
|
/third_party/musl/arch/mips64/bits/ |
D | signal.h | 130 #define SIGIO 22 macro 131 #define SIGPOLL SIGIO
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl31.c | 151 sigaddset(&newset, SIGIO); in setup() 283 if (orig_sig == 0 || orig_sig == SIGIO) in test_set_and_get_sig() 368 case SIGIO: in check_io_signal()
|
/third_party/alsa-lib/src/ |
D | async.c | 50 static const int snd_async_signo = SIGIO; 60 if (signo == SIGIO in snd_async_handler()
|
/third_party/rust/crates/nix/src/sys/ |
D | signal.rs | 94 SIGIO, 165 "SIGIO" => Signal::SIGIO, in from_str() 248 Signal::SIGIO => "SIGIO", in as_str() 302 SIGPROF, SIGWINCH, SIGIO, SIGSYS, 330 SIGVTALRM, SIGPROF, SIGWINCH, SIGIO, SIGPWR, SIGSYS, 346 SIGPROF, SIGWINCH, SIGIO, SIGPWR, SIGSYS, 361 SIGPROF, SIGWINCH, SIGIO, SIGSYS, SIGEMT, SIGINFO, 398 pub const SIGPOLL : Signal = SIGIO;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
D | dbus_common.c | 23 #ifdef SIGIO 28 #define SIGPOLL SIGIO
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
D | dbus_common.c | 23 #ifdef SIGIO 28 #define SIGPOLL SIGIO
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
D | l4re.rs | 51 pub const SIGIO: ::c_int = 29; constant
|
/third_party/musl/arch/or1k/bits/ |
D | signal.h | 79 #define SIGIO 29 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
D | types.rs | 152 Io = linux_raw_sys::general::SIGIO, 196 linux_raw_sys::general::SIGIO => Some(Self::Io), in from_raw()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | signal.h | 80 #define SIGIO 29 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | signal.h | 79 #define SIGIO 29 macro
|
/third_party/musl/arch/arm/bits/ |
D | signal.h | 80 #define SIGIO 29 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | signal.h | 80 #define SIGIO 29 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | signal.h | 80 #define SIGIO 29 macro
|
/third_party/ltp/testcases/kernel/syscalls/signal/ |
D | signal05.c | 75 SIGWINCH, SIGIO, SIGPWR, SIGSYS,
|
/third_party/musl/arch/sh/bits/ |
D | signal.h | 90 #define SIGIO 29 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | signal.h | 113 #define SIGIO 29 macro
|
/third_party/musl/arch/microblaze/bits/ |
D | signal.h | 82 #define SIGIO 29 macro
|