Searched refs:POLLERR (Results 1 – 25 of 30) sorted by relevance
12
78 #define POLLERR 0x0008 /* some poll error occurred */ macro85 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
44 #define POLLERR 0x0008 macro
107 fds[i].revents |= POLLERR; in poll()
91 #define POLLERR 8 macro
291 if (pollfd[0].revents & POLLERR) { in main()296 if (pollfd[1].revents & POLLERR) { in main()
1134 if (pfd.revents & POLLERR) { in sender_body()1251 if (i > 0 && !(pfd.revents & POLLERR)) in receiver_body()1286 if (pfd.revents & POLLERR) { in receiver_body()
2317 return POLLERR; in netmap_poll()2321 return POLLERR; in netmap_poll()2328 return POLLERR; in netmap_poll()2409 revents |= POLLERR; in netmap_poll()2412 revents |= POLLERR; in netmap_poll()2470 revents |= POLLERR; in netmap_poll()
213 if (fd.revents & POLLERR) in main()
265 mask = POLLERR; in evtchn_poll()
219 if ((pfd.revents & POLLERR) != 0) in child_spawn()
211 rv |= POLLERR; in get_event()233 if (event & POLLERR) in get_revent()
57 if (event & POLLERR) in get_revent()
54 if (event & POLLERR) in get_revent()
192 (((rds).revents & (POLLERR | POLLHUP | POLLNVAL)) != 0)
680 error_mask = POLLHUP | POLLERR | POLLNVAL; in handle_file_event()691 if (error_mask_returned & POLLERR) in handle_file_event()
353 max_pollfd_map, POLLIN | POLLERR | in eloop_sock_table_dispatch()362 max_pollfd_map, POLLERR | POLLHUP); in eloop_sock_table_dispatch()
314 fds[i].events = POLLERR | POLLHUP | in whois()
186 if (what & (POLLHUP|POLLERR)) in poll_dispatch()
870 fds[0].events = POLLIN | POLLOUT | POLLERR; in poll_status()879 *exception = (fds[0].revents & POLLERR) ? 1 : 0; in poll_status()
961 pfd.events = POLLIN | POLLERR; in fetch_read()1097 pfd.events = POLLOUT | POLLERR; in fetch_writev()
1151 POLLRDNORM | POLLHUP | POLLERR,1152 POLLWRNORM | POLLHUP | POLLERR,1153 POLLRDBAND | POLLERR
94 # define poll_except (POLLERR | POLLHUP)
395 pollfd.events = POLLIN | POLLERR | POLLHUP; in try_file_ops()
144 revents |= POLLERR; in ipmi_poll()
874 if (pfd[n].revents & (POLLERR|POLLNVAL)) { in readwrite()