Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dpoll.h65 #define POLLWRBAND 0x0100 /* out-of-band data is writeable */ macro
/titanic_50/usr/src/lib/libshell/common/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()
/titanic_50/usr/src/lib/libc/port/sys/
H A Depoll.c157 ev |= POLLWRBAND; in epoll_ctl()
/titanic_50/usr/src/uts/common/fs/
H A Dfs_subr.c428 if (events & POLLWRBAND) in fs_poll()
429 *reventsp |= POLLWRBAND; in fs_poll()
/titanic_50/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1789 ((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()
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c908 if (events & POLLWRBAND) in fop_poll()
909 *reventsp |= POLLWRBAND; in fop_poll()
/titanic_50/usr/src/uts/common/io/
H A Ddevpoll.c262 short mask = POLLRDHUP | POLLWRBAND; in dp_pcache_poll()
442 ((revent & POLLWRBAND) ? in dp_pcache_poll()
H A Dmem.c207 POLLWRNORM | POLLRDBAND | POLLWRBAND); in mmchpoll()
/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c1726 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()
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/
H A Daf_rds.c233 mask |= (POLLIN | POLLRDNORM | POLLWRBAND); in rdsv3_poll()
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dsvc.c201 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
419 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL))) { in svc_add_input()
/titanic_50/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c873 return (POLLRDBAND | POLLPRI | POLLWRBAND); in __poll_event()
/titanic_50/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c1088 events &= ~(POLLOUT|POLLWRBAND); in sosdp_poll()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c932 *reventsp |= POLLWRBAND & events; in so_poll()
H A Dsocktpi.c6210 events &= ~(POLLOUT|POLLWRBAND); in sotpi_poll()
/titanic_50/usr/src/uts/common/syscall/
H A Dpoll.c71 | POLLRDBAND | POLLWRBAND | POLLHUP | POLLERR | POLLNVAL)
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c2024 POLLRDNORM|POLLRDBAND|POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
2049 if (arg & POLLWRBAND) in pollevent()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c5787 if ((ev & POLLWRBAND) && !ufsvfsp->vfs_fs->fs_ronly && in ufs_poll()
5789 *revp |= POLLWRBAND; in ufs_poll()