Searched refs:POLLRDBAND (Results 1 – 19 of 19) sorted by relevance
41 #ifndef POLLRDBAND42 #define POLLRDBAND 0x0080 macro
66 #define POLLRDBAND 0x0080 /* OOB/Urgent readable data */ macro85 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
40 #define EPOLLRDBAND POLLRDBAND
67 #define POLLRDBAND 0x0080
131 #if !defined(POLLRDBAND)132 # define POLLRDBAND 0x0080 macro
424 POLLWRNORM, and POLLRDBAND - the latter using exceptfds.
51 pfd[0].events = ev = POLLIN | POLLRDNORM | POLLRDBAND | in __ssp_real()
558 bits |= POLLRDBAND; in linux_to_bsd_poll_events()613 if (bev & POLLRDBAND) in bsd_to_linux_poll_events()
168 POLLRDBAND | POLLWRBAND), in sleep_poll()
118 case POLLRDBAND: in poll_event_to_str()
81 # define poll_in (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)
332 POLLRDNORM | POLLRDBAND; in rpc_broadcast_exp()
690 fds[c].events = (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI | in voss_httpd_server()
1488 const int xsetflags = POLLRDBAND; in ftp_poll()
1075 #define MASKVAL (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)
4500 if (events & (POLLPRI | POLLRDBAND))4503 revents |= events & (POLLPRI | POLLRDBAND);4515 (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND | POLLRDHUP)) {
1530 (POLLIN | POLLINIGNEOF | POLLPRI | POLLRDNORM | POLLRDBAND); in pipe_poll()
1372 POLLRDBAND | POLLERR
650 X(POLLHUP) X(POLLNVAL) X(POLLRDNORM) X(POLLRDBAND)