Home
last modified time | relevance | path

Searched refs:POLLNVAL (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/sys/
H A Dpoll.h82 #define POLLNVAL 0x0020 /* requested events "invalid" */ macro
87 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_poll_module.c317 if (revents & POLLNVAL) { in ngx_poll_process_events()
323 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.c327 if (revents & POLLNVAL) { in ngx_poll_process_events()
333 if (revents & ~(POLLIN|POLLOUT|POLLERR|POLLHUP|POLLNVAL)) { in ngx_poll_process_events()
366 if (revents & (POLLERR|POLLHUP|POLLNVAL)) { in ngx_poll_process_events()
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()
/f-stack/dpdk/lib/librte_vhost/
H A Dfd_man.c22 #define FDPOLLERR (POLLERR | POLLHUP | POLLNVAL)
/f-stack/freebsd/kern/
H A Dsys_generic.c936 return (POLLNVAL); in poll_no_poll()
1582 fd->revents = POLLNVAL; in pollrescan()
1645 fds->revents = POLLNVAL; in pollscan()
H A Dvfs_default.c636 return (POLLNVAL);