Home
last modified time | relevance | path

Searched refs:POLLERR (Results 1 – 14 of 14) sorted by relevance

/glibc-2.36/bits/
Dpoll.h40 #define POLLERR 010 /* Error condition. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dpoll.h47 #define POLLERR 0x008 /* Error condition. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
Dpoll.h47 #define POLLERR 0x008 /* Error condition. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dpoll.h47 #define POLLERR 0x008 /* Error condition. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/bits/
Dpoll.h47 #define POLLERR 0x008 /* Error condition. */ macro
/glibc-2.36/conform/data/
Dpoll.h-data16 constant POLLERR
/glibc-2.36/nscd/
Dnscd_helper.c55 fds[0].events = POLLIN | POLLERR | POLLHUP; in wait_on_socket()
230 fds[0].events = POLLOUT | POLLERR | POLLHUP; in open_socket()
/glibc-2.36/sunrpc/
Dsvc_tcp.c341 if ((pollfd.revents & POLLERR) || (pollfd.revents & POLLHUP) in readtcp()
Dsvc_unix.c440 if ((pollfd.revents & POLLERR) || (pollfd.revents & POLLHUP) in readunix()
Dclnt_udp.c411 if (fd.revents & POLLERR) in clntudp_call()
/glibc-2.36/hurd/
Dhurdselect.c590 revents = POLLERR; in _hurd_select()
/glibc-2.36/resolv/
Dres_send.c1291 } else if (pfd[0].revents & (POLLERR | POLLHUP | POLLNVAL)) in send_dg()
/glibc-2.36/ChangeLog.old/
DChangeLog.92508 * sunrpc/svc_unix.c (readunix): Check for POLLERR, POLLHUP and
DChangeLog.191165 EBADF case, or else POLLERR.