Home
last modified time | relevance | path

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

1234

/freebsd/contrib/ntp/libntp/
H A Diosignal.c327 (void) signal_no_reset(SIGIO, sigio_handler); in set_signal()
342 if (sigaddset(&set, SIGIO)) in block_io_and_alarm()
372 if (sigaddset(&set, SIGIO)) in block_sigio()
394 if (sigaddset(&unset, SIGIO)) in unblock_io_and_alarm()
425 if (sigaddset(&unset, SIGIO)) in unblock_sigio()
447 if (sigdelset(&old, SIGIO)) in wait_for_signal()
472 mask = sigmask(SIGIO) | sigmask(SIGALRM); in block_io_and_alarm()
488 mask = sigmask(SIGIO); in block_sigio()
509 mask = sigmask(SIGIO) | sigmask(SIGALRM); in unblock_io_and_alarm()
525 mask = sigmask(SIGIO); in unblock_sigio()
[all …]
H A Dsyssignal.c47 # ifdef SIGIO in signal_no_reset()
48 if (SIGIO == sig) in signal_no_reset()
/freebsd/lib/libc/gen/
H A Dsiglist.c58 [SIGIO] = "IO",
93 [SIGIO] = "I/O possible",
/freebsd/cddl/lib/libdtrace/
H A Dsignal.d70 inline int SIGIO = 23; variable
71 #pragma D binding "1.0" SIGIO
117 signal == SIGIO ? "SIGIO" :
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_raise.c47 static int sig[] = { SIGALRM, SIGIO, SIGUSR1, SIGUSR2 };
49 static int sig[] = { SIGALRM, SIGIO, SIGUSR1, SIGUSR2, SIGPWR };
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp243 #if !defined(SIGIO) || (SIGPOLL != SIGIO) in GetSignalAsCString()
284 #if defined(SIGIO) in GetSignalAsCString()
285 case SIGIO: in GetSignalAsCString()
/freebsd/contrib/ntp/include/
H A Diosignal.h33 # if SIGIO == SIGPOLL
/freebsd/contrib/tcsh/
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()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_common.c23 #ifdef SIGIO
28 #define SIGPOLL SIGIO
/freebsd/lib/libsysdecode/
H A Dsignal.c55 [SIGIO] = "SIGIO",
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg231 $ SIGIO
H A Dmn_MN.UTF-8.msg231 $ SIGIO
H A Duk_UA.UTF-8.msg241 $ SIGIO
H A Del_GR.ISO8859-7.msg231 $ SIGIO
H A Dru_RU.KOI8-R.msg248 $ SIGIO
H A Dko_KR.UTF-8.msg241 $ SIGIO
H A Dja_JP.UTF-8.msg241 $ SIGIO
H A Dja_JP.eucJP.msg241 $ SIGIO
H A Dko_KR.eucKR.msg241 $ SIGIO
H A Dzh_CN.UTF-8.msg241 $ SIGIO
H A Dzh_CN.GB18030.msg243 $ SIGIO
H A Dzh_CN.GB2312.msg243 $ SIGIO
/freebsd/contrib/netbsd-tests/lib/librumpclient/
H A Dt_fd.c111 signal(SIGIO, gotsig); in ATF_TC_BODY()
/freebsd/sys/sys/
H A Drctl.h117 #define RCTL_ACTION_SIGIO SIGIO
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_libntp.m4901 [for SIGIO],
907 #ifndef SIGIO
916 dnl Override those system that have a losing SIGIO
917 AC_MSG_CHECKING([if we want to use SIGIO])
975 [Can we use SIGIO for tcp and udp IO?])

1234