Searched refs:SIGIO (Results 1 – 15 of 15) sorted by relevance
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | signal.c | 100 #if defined(SIGIO) || defined(SIGTSTP) || defined(SIGTTIN) || defined(SIGTTOU) in signal() 101 #if defined(SIGIO) in signal() 102 case SIGIO: in signal()
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | signal.h | 45 #define SIGIO 23 /* input/output possible signal */ macro 46 #define SIGPOLL SIGIO /* System V name for SIGIO */
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | signalmap.c | 167 case SIGIO: /* input/output possible signal */ in maptonewsig() 209 return (SIGIO); in maptooldsig() 253 omask |= sigmask(SIGIO); in maptooldmask() 297 if (omask & sigmask(SIGIO)) in maptonewmask()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | signal.h | 94 #define SIGIO 23 /* input/output possible signal */ macro 95 #define SIGPOLL SIGIO /* System V name for SIGIO */
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | signal.c | 125 #ifdef SIGIO 127 "IO possible", "IO", SIGIO,
|
/titanic_41/usr/src/lib/libshell/common/data/ |
H A D | signals.c | 115 #ifdef SIGIO 116 "IO", VAL(SIGIO,SH_SIGDONE), S("IO signal"),
|
/titanic_41/usr/src/uts/common/sys/iso/ |
H A D | signal_iso.h | 75 #define SIGIO SIGPOLL /* socket I/O possible (SIGPOLL alias) */ macro
|
/titanic_41/usr/src/uts/common/os/ |
H A D | aio_subr.c | 396 (func = PTOU(p)->u_signal[SIGIO - 1]) != SIG_DFL && in aio_done() 420 psignal(p, SIGIO); in aio_done() 793 (func = PTOU(curproc)->u_signal[SIGIO - 1]) != SIG_DFL && in aio_cleanup() 795 psignal(curproc, SIGIO); in aio_cleanup()
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | signal.h | 101 #define SIGIO SIGPOLL /* socket I/O possible (SIGPOLL alias) */ macro
|
/titanic_41/usr/src/uts/common/io/ |
H A D | tty_pts.c | 1003 gsignal(pty->pt_pgrp, SIGIO); in ptcpollwakeup() 1014 gsignal(pty->pt_pgrp, SIGIO); in ptcpollwakeup()
|
/titanic_41/usr/src/cmd/rmt/ |
H A D | rmt.c | 56 #define RECV SIGIO
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | sigaction.c | 449 if (sig == SIGIO && rv == 0 && tactp != NULL) { in sigaction()
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | os-ip.c | 662 sigaddset( &ints_off, SIGIO );
|
/titanic_41/usr/src/lib/libc/port/aio/ |
H A D | aio.c | 1644 (void) kill(__pid, SIGIO); in _aio_work_done()
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 2064 - Fix SIGIO error in scp
|