Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpoll.h80 #define POLLERR 0x0008 /* some poll error occurred */ macro
87 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_devpoll_module.c471 if (revents & (POLLERR|POLLHUP|POLLNVAL)) { in ngx_devpoll_process_events()
477 if (revents & ~(POLLIN|POLLOUT|POLLERR|POLLHUP|POLLNVAL)) { in ngx_devpoll_process_events()
484 if (revents & (POLLERR|POLLHUP|POLLNVAL)) { in ngx_devpoll_process_events()
H A Dngx_eventport_module.c531 if (revents & (POLLERR|POLLHUP|POLLNVAL)) { in ngx_eventport_process_events()
537 if (revents & ~(POLLIN|POLLOUT|POLLERR|POLLHUP|POLLNVAL)) { in ngx_eventport_process_events()
543 if (revents & (POLLERR|POLLHUP|POLLNVAL)) { in ngx_eventport_process_events()
H A Dngx_poll_module.c323 if (revents & ~(POLLIN|POLLOUT|POLLERR|POLLHUP|POLLNVAL)) { in ngx_poll_process_events()
356 if (revents & (POLLERR|POLLHUP|POLLNVAL)) { in ngx_poll_process_events()
H A Dngx_win32_poll_module.c333 if (revents & ~(POLLIN|POLLOUT|POLLERR|POLLHUP|POLLNVAL)) { in ngx_poll_process_events()
366 if (revents & (POLLERR|POLLHUP|POLLNVAL)) { in ngx_poll_process_events()
/f-stack/dpdk/lib/librte_vhost/
H A Dfd_man.c22 #define FDPOLLERR (POLLERR | POLLHUP | POLLNVAL)
/f-stack/app/redis-5.0.5/src/
H A Dae.c496 if (pfd.revents & POLLERR) retmask |= AE_WRITABLE; in aeWait()
/f-stack/freebsd/kern/
H A Dsys_generic.c1249 POLLRDNORM | POLLHUP | POLLERR,
1250 POLLWRNORM | POLLHUP | POLLERR,
1251 POLLRDBAND | POLLERR
H A Dkern_event.c2046 return POLLERR; in kqueue_poll()
/f-stack/freebsd/net/
H A Dnetmap_user.h554 if ((prd.revents == POLLERR) || (prd.revents == STATUS_TIMEOUT)) { in win_nm_poll()