Home
last modified time | relevance | path

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

123

/dragonfly/test/libpthread/
H A Dsigsuspend_d.c67 sigdelset (&suspender_mask, SIGIO); /* ignore */ in sigsuspender()
164 sigaddset (&act.sa_mask, SIGIO); in main()
167 sigaction (SIGIO, &act, NULL); in main()
223 send_thread_signal (suspender_tid, SIGIO); in main()
225 send_process_signal (SIGIO); in main()
227 if (sigcounts[SIGIO] != 0) in main()
H A Dsigwait_d.c127 sigaddset (&wait_mask, SIGIO); /* ignore */ in main()
133 sigaddset (&act.sa_mask, SIGIO); in main()
137 sigaction (SIGIO, &act, NULL); in main()
183 send_thread_signal (tid, SIGIO); in main()
185 send_process_signal (SIGIO); in main()
187 if (sigcounts[SIGIO] != 0) in main()
/dragonfly/lib/libc/gen/
H A Dsiglist.c61 [SIGIO] = "IO",
131 [SIGIO] = "I/O possible",
/dragonfly/contrib/gdb-7/gdb/common/
H A Dsignals.c209 #if defined (SIGIO) in gdb_signal_from_host()
210 if (hostsig == SIGIO) in gdb_signal_from_host()
466 #if defined (SIGIO) in do_gdb_signal_to_host()
468 return SIGIO; in do_gdb_signal_to_host()
/dragonfly/sys/platform/vkernel64/platform/
H A Dmachintr.c194 sigblock(sigmask(SIGALRM)|sigmask(SIGIO)|sigmask(SIGUSR1)| in cpu_disable_intr()
207 sigblock(sigmask(SIGALRM)|sigmask(SIGIO)|sigmask(SIGQUIT)| in cpu_mask_all_signals()
/dragonfly/contrib/tcsh-6/
H A Dsh.init.c463 #ifdef SIGIO in mesginit()
464 # if !defined(SIGPOLL) || SIGPOLL != SIGIO in mesginit()
465 if (mesg[SIGIO].pname == NULL) { in mesginit()
466 mesg[SIGIO].iname = "IO"; in mesginit()
468 mesg[SIGIO].pname = CSAVS(2, 32, "Input/output possible signal"); in mesginit()
470 mesg[SIGIO].pname = CSAVS(2, 33, "Asynchronous I/O (select)"); in mesginit()
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dexception.c120 sigaddset(&ss, SIGIO); in stopsig()
244 sigaction(SIGIO, &sa, NULL); in init_exceptions()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dstrsignal.c153 #if defined (SIGIO)
157 ENTRY(SIGIO, "SIGIO", "I/O possible"),
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dstrsignal.c153 #if defined (SIGIO)
157 ENTRY(SIGIO, "SIGIO", "I/O possible"),
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dstrsignal.c153 #if defined (SIGIO)
157 ENTRY(SIGIO, "SIGIO", "I/O possible"),
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dstrsignal.c153 #if defined (SIGIO)
157 ENTRY(SIGIO, "SIGIO", "I/O possible"),
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_common.c23 #ifdef SIGIO
28 #define SIGPOLL SIGIO
/dragonfly/lib/libc/nls/
H A Dbe_BY.UTF-8.msg232 $ SIGIO
H A Del_GR.ISO8859-7.msg232 $ SIGIO
H A Dmn_Cyrl_MN.UTF-8.msg230 $ SIGIO
H A Dru_RU.KOI8-R.msg247 $ SIGIO
H A Duk_UA.UTF-8.msg240 $ SIGIO
H A Dja_JP.UTF-8.msg240 $ SIGIO
H A Dja_JP.eucJP.msg240 $ SIGIO
H A Dko_KR.UTF-8.msg240 $ SIGIO
H A Dko_KR.eucKR.msg240 $ SIGIO
H A Dzh_Hans_CN.GB18030.msg236 $ SIGIO
H A Dzh_Hans_CN.GB2312.msg236 $ SIGIO
H A Dzh_Hans_CN.UTF-8.msg236 $ SIGIO
/dragonfly/sys/sys/
H A Dsignal.h117 #define SIGIO 23 /* input/output possible signal */ macro

123