Searched refs:POLLWRBAND (Results 1 – 16 of 16) sorted by relevance
61 #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()
400 if (events & POLLWRBAND) in fs_poll()401 *reventsp |= POLLWRBAND; in fs_poll()
1784 ((events & (POLLWRNORM | POLLWRBAND)) && in fifo_poll()1815 } else if (events & (POLLWRNORM | POLLWRBAND)) { in fifo_poll()1826 if (events & POLLWRBAND) in fifo_poll()1827 retevents |= POLLWRBAND; in fifo_poll()
905 if (events & POLLWRBAND) in fop_poll()906 *reventsp |= POLLWRBAND; in fop_poll()
1725 POLLWRBAND) in strrput()2987 pollwakeup(&stp->sd_pollist, POLLWRBAND); in strwsrv()8201 ((events & (POLLOUT | POLLWRNORM | POLLWRBAND)) && in strpoll()8211 } else if (events & (POLLWRNORM | POLLWRBAND)) { in strpoll()8237 if (! (events & POLLWRBAND)) { in strpoll()8247 if (events & POLLWRBAND) { in strpoll()8254 retevents |= POLLWRBAND; in strpoll()8258 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()
207 POLLWRNORM | POLLRDBAND | POLLWRBAND); in mmchpoll()
1088 events &= ~(POLLOUT|POLLWRBAND); in sosdp_poll()
931 *reventsp |= POLLWRBAND & events; in so_poll()
6206 events &= ~(POLLOUT|POLLWRBAND); in sotpi_poll()
70 | POLLRDBAND | POLLWRBAND | POLLHUP | POLLERR | POLLNVAL)
2008 POLLRDNORM|POLLRDBAND|POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)2033 if (arg & POLLWRBAND) in pollevent()
5787 if ((ev & POLLWRBAND) && !ufsvfsp->vfs_fs->fs_ronly && in ufs_poll()5789 *revp |= POLLWRBAND; in ufs_poll()