Searched refs:POLLHUP (Results 1 – 25 of 31) sorted by relevance
12
28 #if defined(POLLHUP) || (defined(HAVE_DECL_POLLHUP) && HAVE_DECL_POLLHUP)29 XLAT(POLLHUP),
9 POLLHUP
22 #define POLLHUP 0x0010 /* Connection closed on far side. */ macro
9 #define POLLHUP 0x0010 macro
27 RaiseEvents_Locked(POLLHUP); in DetachStream()
380 pfd.events = POLLIN|POLLHUP; in uipc_flush_ch_locked()391 if (pfd.revents & (POLLERR|POLLHUP)) in uipc_flush_ch_locked()765 pfd.events = POLLIN|POLLHUP; in UIPC_Read()777 if (pfd.revents & (POLLHUP|POLLNVAL) ) in UIPC_Read()
58 #define POLLHUP 0x0010 /* Hung up */ macro
205 (pfd.revents & (POLLHUP|POLLERR))) { in Symbolize()
210 (pfd.revents & (POLLHUP|POLLERR))) { in Symbolize()
198 if (pollfds[i].revents & POLLHUP) { in main()
76 #define POLLHUP 1 macro
217 if (fd.revents & POLLHUP) in main()
102 #define _PR_UNIX_POLL_HUP POLLHUP544 #define POLLHUP 0x0010 /* fd has been hung up on */ macro
70 if (events & POLLHUP) APPL_TRACE_DEBUG( " POLLHUP "); \77 #define POLL_EXCEPTION_EVENTS (POLLHUP | POLLRDHUP | POLLERR | POLLNVAL)
675 #define IS_EXCEPTION(e) ((e) & (POLLHUP | POLLRDHUP | POLLERR | POLLNVAL))
667 poll.register(self.fd, select.POLLIN|select.POLLERR|select.POLLHUP|select.POLLNVAL)673 if event & (select.POLLERR|select.POLLHUP|select.POLLNVAL):
255 if (what & POLLHUP) in devpoll_dispatch()
180 if (what & (POLLHUP|POLLERR)) in poll_dispatch()
356 if (!(fds[i].revents & (POLLIN | POLLHUP))) in start_eloop()
387 else if (err & POLLHUP) in nss_MD_unix_map_poll_revents_error()
457 POLLHUP)) in eloop_sock_table_dispatch()465 max_pollfd_map, POLLERR | POLLHUP); in eloop_sock_table_dispatch()
181 if (pfds[1].revents & (POLLERR | POLLHUP)) { in Run()
1091 events |= POLLERR | POLLHUP; in select()1134 if (info->revents & (POLLHUP | POLLERR)) { in select()
705 #define EVENTS (POLLIN|POLLPRI|POLLERR|POLLHUP) in main()
797 #define EVENTS (POLLIN|POLLPRI|POLLERR|POLLHUP) in main()