Searched refs:POLLHUP (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dpoll.h90 #define POLLHUP 0x0010 /* file descriptor was "hung up" */ macro
94 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-poll.h48 #define POLLHUP 0x0010
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dselect.h45 #define POLLHUP 0x10 macro
H A Dselect.c229 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP))
236 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP))
245 if(pfd[num].revents & (POLLERR|POLLHUP|POLLNVAL))
448 if(ufds[i].revents & POLLHUP)
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dpoll_windows.h52 #define POLLHUP 0x0010 /* Hung up */ macro
/macosx-10.10/apr-32/apr/apr/include/arch/unix/
H A Dapr_arch_networkio.h92 #define POLLHUP 16 macro
/macosx-10.10/cups-408/cups/scheduler/
H A Dselect.c576 if (fdptr->read_cb && (pfd->revents & (POLLIN | POLLERR | POLLHUP)))
580 (pfd->revents & (POLLOUT | POLLERR | POLLHUP)))
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dsocket.h246 #define POLL_OTHER (POLLERR|POLLHUP)
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dio.cpp337 if (poll_fds[i].revents & POLLHUP) {
/macosx-10.10/libpcap-48/libpcap/tests/
H A Dselpolltest.c217 if (fd.revents & POLLHUP)
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_poll.c507 if (fdArray[index].revents & (POLLPRI|POLLERR|POLLHUP|POLLNVAL)) {
/macosx-10.10/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_misc.h453 #define POLLHUP 0x0002 macro
/macosx-10.10/apr-32/apr/apr/poll/unix/
H A Dpoll.c42 /* POLLERR, POLLHUP, and POLLNVAL aren't valid as requested events */
59 if (event & POLLHUP)
H A Dport.c39 /* POLLERR, POLLHUP, and POLLNVAL aren't valid as requested events */
56 if (event & POLLHUP)
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsys_generic.c1488 if (events & ( POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP )) {
1566 fds->revents |= POLLHUP;
1572 if (fds->revents & POLLHUP)
1583 if (!(fds->revents & POLLHUP))
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_main.c760 # ifdef POLLHUP
761 if (fds[i+1].revents & POLLHUP)
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dos-ip.c1398 if ( sip->si_fds[i].revents & (POLLERR|POLLHUP|POLLNVAL) ) {
/macosx-10.10/vim-55/src/
H A Dos_unix.c4947 if (fds[SNIFF_IDX].revents & POLLHUP)
4969 if (xsmp_idx >= 0 && (fds[xsmp_idx].revents & (POLLIN | POLLHUP)))
4977 else if (fds[xsmp_idx].revents & POLLHUP)
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-linux.c4109 (pollinfo.revents & (POLLHUP|POLLRDHUP|POLLERR|POLLNVAL))) {
4115 if (pollinfo.revents & (POLLHUP | POLLRDHUP)) {
/macosx-10.10/ruby-106/ruby/
H A Dthread.c3526 #define POLLIN_SET (POLLRDNORM | POLLRDBAND | POLLIN | POLLHUP | POLLERR)

Completed in 151 milliseconds