Searched refs:SIGIO (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.10.1/ntp-92/libntp/
H A Diosignal.c55 * The variable below is used to take care that the SIGIO signal
65 * SIGPOLL and SIGIO ROUTINES.
69 * Some systems (MOST) define SIGPOLL == SIGIO, others SIGIO == SIGPOLL, and
70 * a few have separate SIGIO and SIGPOLL signals. This code checks for the
71 * SIGIO == SIGPOLL case at compile time.
91 # if SIGIO == SIGPOLL
94 # endif /* SIGIO == SIGPOLL */
193 * another question is: how can you do multiple SIGIO from several
343 (void) signal_no_reset(SIGIO, sigio_handle
[all...]
H A Dsyssignal.c49 # ifdef SIGIO
50 if (sig == SIGIO) vec.sa_flags = SA_RESTART;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dsignal.c100 #if defined(SIGIO) || defined(SIGTSTP) || defined(SIGTTIN) || defined(SIGTTOU)
101 #if defined(SIGIO)
102 case SIGIO:
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclPosixStr.c973 #ifdef SIGIO
974 case SIGIO: return "SIGIO";
982 #if defined(SIGLOST) && (!defined(SIGIOT) || (SIGLOST != SIGIOT)) && (!defined(SIGURG) || (SIGLOST != SIGURG)) && (!defined(SIGPROF) || (SIGLOST != SIGPROF)) && (!defined(SIGIO) || (SIGLOST != SIGIO))
988 #if defined(SIGPOLL) && (!defined(SIGIO) || (SIGPOLL != SIGIO))
1024 #if defined(SIGURG) && (!defined(SIGIO) || (SIGURG != SIGIO))
1027 #if defined(SIGUSR1) && (!defined(SIGIO) || (SIGUSR
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclPosixStr.c977 #ifdef SIGIO
978 case SIGIO: return "SIGIO";
986 #if defined(SIGLOST) && (!defined(SIGIOT) || (SIGLOST != SIGIOT)) && (!defined(SIGURG) || (SIGLOST != SIGURG)) && (!defined(SIGPROF) || (SIGLOST != SIGPROF)) && (!defined(SIGIO) || (SIGLOST != SIGIO))
992 #if defined(SIGPOLL) && (!defined(SIGIO) || (SIGPOLL != SIGIO))
1028 #if defined(SIGURG) && (!defined(SIGIO) || (SIGURG != SIGIO))
1031 #if defined(SIGUSR1) && (!defined(SIGIO) || (SIGUSR
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsignal.d69 inline int SIGIO = 23;
70 #pragma D binding "1.0" SIGIO
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dsiglist.c145 #if defined (SIGIO)
146 sys_siglist[SIGIO] = "I/O ready";
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsyssignal.h33 indicate that SIGIO doesn't work by #undef-ing SIGIO. If this file
34 #includes <signal.h>, then that will re-#define SIGIO and confuse
148 #if defined (SIGIO) && defined (BROKEN_SIGIO)
149 # undef SIGIO macro
151 # undef SIGPOLL /* Defined as SIGIO on LynxOS */
179 #define SIGIO SIGTINT macro
H A Dsound.c340 #ifdef SIGIO
341 sigunblock (sigmask (SIGIO));
777 #ifdef SIGIO
778 sigblock (sigmask (SIGIO));
811 #ifdef SIGIO
812 sigunblock (sigmask (SIGIO));
828 #ifdef SIGIO
829 sigblock (sigmask (SIGIO));
837 #ifdef SIGIO
838 sigunblock (sigmask (SIGIO));
[all...]
H A Dsystty.h179 #undef SIGIO
177 #undef SIGIO macro
H A Dwidget.c962 /* Workaround: When a SIGIO or SIGALRM occurs while Xt is
967 #ifdef SIGIO
968 sigblock (sigmask (SIGIO));
992 #ifdef SIGIO
993 sigunblock (sigmask (SIGIO));
H A Dxsmfns.c401 #ifdef SIGIO
404 #endif /* ! defined (SIGIO) */
/macosx-10.10.1/sudo-73/src/
H A Dmksiglist.h75 #ifdef SIGIO
76 if (sudo_sys_siglist[SIGIO] == NULL)
77 sudo_sys_siglist[SIGIO] = "I/O possible";
/macosx-10.10.1/apr-32/apr/apr/include/arch/win32/
H A Dapr_private.h115 #define SIGIO 31 macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/CWRU/misc/
H A Dsigstat.c169 #if defined (SIGIO) /* input/output possible signal */
170 signames[SIGIO] = "SIGIO";
/macosx-10.10.1/bash-94.1.2/bash-3.2/support/
H A Dsignames.c341 #if defined (SIGIO) /* input/output possible signal */
342 signal_names[SIGIO] = "SIGIO";
/macosx-10.10.1/screen-22/screen/
H A Dscreen.h235 #ifdef SIGIO
236 #define SIG_NODEBUG SIGIO /* triggerd by command 'debug off' */
/macosx-10.10.1/apr-32/apr/apr/include/arch/netware/
H A Dapr_private.h128 #define SIGIO 35 macro
/macosx-10.10.1/apr-32/apr/apr/threadproc/unix/
H A Dsignals.c226 #ifdef SIGIO
227 store_desc(SIGIO, "socket I/O possible");
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dstrsignal.c153 #if defined (SIGIO)
157 ENTRY(SIGIO, "SIGIO", "I/O possible"),
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/data/
H A Dsignals.c110 #ifdef SIGIO
111 "IO", VAL(SIGIO,SH_SIGDONE), S("IO signal"),
112 #endif /* SIGIO */
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/features/
H A Dsignal.c125 #ifdef SIGIO
127 "IO possible", "IO", SIGIO,
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsubr_log.c264 gsignal(-pgid, SIGIO);
266 proc_signal(pgid, SIGIO);
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.init.c467 #ifdef SIGIO
468 # if !defined(SIGPOLL) || SIGPOLL != SIGIO
469 if (mesg[SIGIO].pname == NULL) {
470 mesg[SIGIO].iname = "IO";
472 mesg[SIGIO].pname = CSAVS(2, 32, "Input/output possible signal");
474 mesg[SIGIO].pname = CSAVS(2, 33, "Asynchronous I/O (select)");
477 # endif /* !SIGPOLL || SIGPOLL != SIGIO */
478 #endif /* SIGIO */
/macosx-10.10.1/ruby-106/ruby/
H A Dsignal.c134 #ifdef SIGIO
135 {"IO", SIGIO},

Completed in 441 milliseconds

12