Home
last modified time | relevance | path

Searched refs:POLLWRBAND (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpoll.h65 #define POLLWRBAND 0x0100 /* out-of-band data is writeable */ macro
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_fssub.c250 if (events & POLLWRBAND) in fs_poll()
251 *reventsp |= POLLWRBAND; in fs_poll()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dpoll_solaris.c204 if (strstr(str, "POLLWRBAND")) events |= POLLWRBAND; in poll_strtoevents()
226 if (events & POLLWRBAND) s=mystpcpy(s, "POLLWRBAND|"); in poll_eventstostr()
/illumos-gate/usr/src/lib/libc/port/sys/
H A Depoll.c179 ev |= POLLWRBAND; in epoll_ctl()
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c452 if (events & POLLWRBAND) in fs_poll()
453 *reventsp |= POLLWRBAND; in fs_poll()
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1797 ((events & (POLLWRNORM | POLLWRBAND)) && in fifo_poll()
1828 } else if (events & (POLLWRNORM | POLLWRBAND)) { in fifo_poll()
1839 if (events & POLLWRBAND) in fifo_poll()
1840 retevents |= POLLWRBAND; in fifo_poll()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c1132 if (events & POLLWRBAND) in fop_poll()
1133 *reventsp |= POLLWRBAND; in fop_poll()
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c256 const short mask = POLLRDHUP | POLLWRBAND; in dp_pcache_poll()
504 ((revent & POLLWRBAND) ? in dp_pcache_poll()
H A Dmem.c257 POLLWRNORM | POLLRDBAND | POLLWRBAND); in mmchpoll()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1795 POLLWRBAND) in strrput()
3077 pollwakeup(&stp->sd_pollist, POLLWRBAND); in strwsrv()
8323 ((events & (POLLOUT | POLLWRNORM | POLLWRBAND)) && in strpoll()
8333 } else if (events & (POLLWRNORM | POLLWRBAND)) { in strpoll()
8368 if (! (events & POLLWRBAND)) { in strpoll()
8383 if (events & POLLWRBAND) { in strpoll()
8390 retevents |= POLLWRBAND; in strpoll()
8394 retevents |= POLLWRBAND; in strpoll()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c204 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
422 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL))) { in svc_add_input()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Daf_rds.c233 mask |= (POLLIN | POLLRDNORM | POLLWRBAND); in rdsv3_poll()
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c871 return (POLLRDBAND | POLLPRI | POLLWRBAND); in __poll_event()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c1089 events &= ~(POLLOUT|POLLWRBAND); in sosdp_poll()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c900 *reventsp |= POLLWRBAND & events; in so_poll()
H A Dsocktpi.c6143 events &= ~(POLLOUT|POLLWRBAND); in sotpi_poll()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c1953 POLLRDNORM|POLLRDBAND|POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
1978 if (arg & POLLWRBAND) in pollevent()
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c71 | POLLRDBAND | POLLWRBAND | POLLHUP | POLLERR | POLLNVAL)
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c5658 if ((ev & POLLWRBAND) && !ufsvfsp->vfs_fs->fs_ronly && in ufs_poll()
5660 *revp |= POLLWRBAND; in ufs_poll()