Searched refs:POLLWRBAND (Results 1 – 18 of 18) sorted by relevance
65 #define POLLWRBAND 0x0100 /* out-of-band data is writeable */ macro
204 if (strstr(str, "POLLWRBAND")) events |= POLLWRBAND; in poll_strtoevents()226 if (events & POLLWRBAND) s=mystpcpy(s, "POLLWRBAND|"); in poll_eventstostr()
157 ev |= POLLWRBAND; in epoll_ctl()
428 if (events & POLLWRBAND) in fs_poll()429 *reventsp |= POLLWRBAND; in fs_poll()
1789 ((events & (POLLWRNORM | POLLWRBAND)) && in fifo_poll()1820 } else if (events & (POLLWRNORM | POLLWRBAND)) { in fifo_poll()1831 if (events & POLLWRBAND) in fifo_poll()1832 retevents |= POLLWRBAND; in fifo_poll()
908 if (events & POLLWRBAND) in fop_poll()909 *reventsp |= POLLWRBAND; in fop_poll()
262 short mask = POLLRDHUP | POLLWRBAND; in dp_pcache_poll()442 ((revent & POLLWRBAND) ? in dp_pcache_poll()
207 POLLWRNORM | POLLRDBAND | POLLWRBAND); in mmchpoll()
1726 POLLWRBAND) in strrput()2988 pollwakeup(&stp->sd_pollist, POLLWRBAND); in strwsrv()8202 ((events & (POLLOUT | POLLWRNORM | POLLWRBAND)) && in strpoll()8212 } else if (events & (POLLWRNORM | POLLWRBAND)) { in strpoll()8247 if (! (events & POLLWRBAND)) { in strpoll()8262 if (events & POLLWRBAND) { in strpoll()8269 retevents |= POLLWRBAND; in strpoll()8273 retevents |= POLLWRBAND; in strpoll()
233 mask |= (POLLIN | POLLRDNORM | POLLWRBAND); in rdsv3_poll()
201 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)419 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL))) { in svc_add_input()
873 return (POLLRDBAND | POLLPRI | POLLWRBAND); in __poll_event()
1088 events &= ~(POLLOUT|POLLWRBAND); in sosdp_poll()
932 *reventsp |= POLLWRBAND & events; in so_poll()
6210 events &= ~(POLLOUT|POLLWRBAND); in sotpi_poll()
71 | POLLRDBAND | POLLWRBAND | POLLHUP | POLLERR | POLLNVAL)
2024 POLLRDNORM|POLLRDBAND|POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)2049 if (arg & POLLWRBAND) in pollevent()
5787 if ((ev & POLLWRBAND) && !ufsvfsp->vfs_fs->fs_ronly && in ufs_poll()5789 *revp |= POLLWRBAND; in ufs_poll()