Searched refs:POLLERR (Results 1 – 14 of 14) sorted by relevance
40 #define POLLERR 010 /* Error condition. */ macro
47 #define POLLERR 0x008 /* Error condition. */ macro
16 constant POLLERR
55 fds[0].events = POLLIN | POLLERR | POLLHUP; in wait_on_socket()230 fds[0].events = POLLOUT | POLLERR | POLLHUP; in open_socket()
341 if ((pollfd.revents & POLLERR) || (pollfd.revents & POLLHUP) in readtcp()
440 if ((pollfd.revents & POLLERR) || (pollfd.revents & POLLHUP) in readunix()
411 if (fd.revents & POLLERR) in clntudp_call()
590 revents = POLLERR; in _hurd_select()
1291 } else if (pfd[0].revents & (POLLERR | POLLHUP | POLLNVAL)) in send_dg()
2508 * sunrpc/svc_unix.c (readunix): Check for POLLERR, POLLHUP and
1165 EBADF case, or else POLLERR.