Searched refs:POLLRDBAND (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpoll.h73 #define POLLRDBAND 0x0080 /* OOB/Urgent readable data */ macro
93 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-poll.h53 #define POLLRDBAND 0x0080
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dselect.h65 #ifndef POLLRDBAND
66 #define POLLRDBAND POLLPRI macro
H A Dselect.c184 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI;
190 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI;
231 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL))
238 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL))
467 POLLRDNORM|POLLWRNORM|POLLRDBAND)) {
474 if(ufds[i].events & (POLLRDBAND|POLLPRI))
/macosx-10.10.1/lukemftp-14/tnftp/
H A Dtnftp.h131 #if !defined(POLLRDBAND)
132 # define POLLRDBAND 0x0080 macro
/macosx-10.10.1/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_misc.h444 #define POLLRDBAND 0x0200 macro
445 #define POLLIN (POLLRDNORM | POLLRDBAND)
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dio.cpp344 } else if (poll_fds[i].revents & (POLLIN | POLLRDNORM | POLLRDBAND |
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsys_generic.c1488 if (events & ( POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP )) {
1573 mask = (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND );
1577 mask |= ( POLLPRI | POLLRDBAND );
H A Duipc_socket.c5342 if (events & (POLLPRI | POLLRDBAND))
5344 revents |= events & (POLLPRI | POLLRDBAND);
5347 if (events & (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)) {
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dutil.c1484 const int xsetflags = POLLRDBAND;
/macosx-10.10.1/ruby-106/ruby/
H A Dthread.c3526 #define POLLIN_SET (POLLRDNORM | POLLRDBAND | POLLIN | POLLHUP | POLLERR)

Completed in 263 milliseconds