Searched refs:SIGIO (Results 1 – 25 of 84) sorted by relevance
1234
/freebsd/contrib/ntp/libntp/ |
H A D | iosignal.c | 327 (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() 501 (void) signal_no_reset(SIGIO, sigio_handler); in set_signal() 509 mask = sigmask(SIGIO) | sigmask(SIGALRM); in unblock_io_and_alarm() [all …]
|
H A D | syssignal.c | 47 # ifdef SIGIO in signal_no_reset() 48 if (SIGIO == sig) in signal_no_reset()
|
/freebsd/lib/libc/gen/ |
H A D | siglist.c | 58 [SIGIO] = "IO", 93 [SIGIO] = "I/O possible",
|
/freebsd/cddl/lib/libdtrace/ |
H A D | signal.d | 70 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 D | t_raise.c | 47 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 D | Host.cpp | 276 #if !defined(SIGIO) || (SIGPOLL != SIGIO) in GetSignalAsCString() 317 #if defined(SIGIO) in GetSignalAsCString() 318 case SIGIO: in GetSignalAsCString()
|
/freebsd/contrib/tcsh/ |
H A D | sh.init.c | 463 #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/ntp/include/ |
H A D | iosignal.h | 33 # if SIGIO == SIGPOLL
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_common.c | 23 #ifdef SIGIO 28 #define SIGPOLL SIGIO
|
/freebsd/lib/libsysdecode/ |
H A D | signal.c | 55 [SIGIO] = "SIGIO",
|
/freebsd/lib/libc/nls/ |
H A D | be_BY.UTF-8.msg | 231 $ SIGIO
|
H A D | mn_MN.UTF-8.msg | 231 $ SIGIO
|
H A D | uk_UA.UTF-8.msg | 241 $ SIGIO
|
H A D | ru_RU.UTF-8.msg | 246 $ SIGIO
|
H A D | ru_RU.KOI8-R.msg | 246 $ SIGIO
|
H A D | el_GR.ISO8859-7.msg | 231 $ SIGIO
|
H A D | ja_JP.UTF-8.msg | 241 $ SIGIO
|
H A D | ja_JP.eucJP.msg | 241 $ SIGIO
|
H A D | ko_KR.UTF-8.msg | 241 $ SIGIO
|
H A D | ko_KR.eucKR.msg | 241 $ SIGIO
|
H A D | zh_CN.UTF-8.msg | 241 $ SIGIO
|
H A D | zh_CN.GB2312.msg | 243 $ SIGIO
|
H A D | zh_CN.GB18030.msg | 243 $ SIGIO
|
/freebsd/contrib/netbsd-tests/lib/librumpclient/ |
H A D | t_fd.c | 111 signal(SIGIO, gotsig); in ATF_TC_BODY()
|
/freebsd/sys/sys/ |
H A D | rctl.h | 117 #define RCTL_ACTION_SIGIO SIGIO
|
1234