Home
last modified time | relevance | path

Searched refs:POLLWRNORM (Results 1 – 16 of 16) sorted by relevance

/titanic_44/usr/src/lib/libc/port/gen/
H A Dselect.c123 p->events |= POLLWRNORM; in pselect()
241 if (p->revents & POLLWRNORM) { in pselect()
264 (p->events & POLLWRNORM)) { in pselect()
H A Dselect_large_fdset.c156 p->events |= POLLWRNORM; in pselect_large_fdset()
290 if (p->revents & POLLWRNORM) { in pselect_large_fdset()
313 (p->events & POLLWRNORM)) { in pselect_large_fdset()
/titanic_44/usr/src/uts/common/sys/
H A Dpoll.h59 #define POLLWRNORM POLLOUT macro
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dpoll_solaris.c203 if (strstr(str, "POLLWRNORM")) events |= POLLWRNORM; in poll_strtoevents()
225 if (events & POLLWRNORM) s=mystpcpy(s, "POLLWRNORM|"); in poll_eventstostr()
/titanic_44/usr/src/uts/common/io/
H A Dtty_pty.c999 if (events & (POLLOUT|POLLWRNORM)) in ptcpoll()
1000 *reventsp |= (events & (POLLOUT|POLLWRNORM)); in ptcpoll()
1038 if (events & (POLLOUT|POLLWRNORM)) { in ptcpoll()
1041 *reventsp |= (events & (POLLOUT|POLLWRNORM)); in ptcpoll()
H A Dtty_pts.c1011 pollwakeup(&ptcph, POLLOUT | POLLWRNORM); in ptcpollwakeup()
H A Dmem.c207 POLLWRNORM | POLLRDBAND | POLLWRBAND); in mmchpoll()
H A Dstream.c3574 pollwakeup(pl, POLLWRNORM); in strwakeq()
3604 pollwakeup(pl, POLLWRNORM); in strwakeq()
/titanic_44/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1784 ((events & (POLLWRNORM | POLLWRBAND)) && in fifo_poll()
1815 } else if (events & (POLLWRNORM | POLLWRBAND)) { in fifo_poll()
1816 if (events & POLLWRNORM) { in fifo_poll()
1818 retevents = POLLWRNORM; in fifo_poll()
1849 if (events & POLLWRNORM) in fifo_poll()
H A Dfifosubr.c1115 strpollwakeup(FTOV(fnp), POLLWRNORM); in fifo_fastturnoff()
1171 strpollwakeup(FTOV(fn_dest), POLLWRNORM); in fifo_wakewriter()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_main.c754 if (port_associate(ev_port, PORT_SOURCE_FD, cli->cli_sd, POLLWRNORM, in handle_req()
/titanic_44/usr/src/uts/common/io/ib/clients/rdsv3/
H A Daf_rds.c244 mask |= (POLLOUT | POLLWRNORM); in rdsv3_poll()
/titanic_44/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c871 return (POLLWRNORM); in __poll_event()
/titanic_44/usr/src/uts/common/os/
H A Dstreamio.c1724 #define ALLPOLL (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLWRNORM|POLLRDBAND|\ in strrput()
2950 pollwakeup(&stp->sd_pollist, POLLWRNORM); in strwsrv()
8201 ((events & (POLLOUT | POLLWRNORM | POLLWRBAND)) && in strpoll()
8211 } else if (events & (POLLWRNORM | POLLWRBAND)) { in strpoll()
8221 if (events & POLLWRNORM) { in strpoll()
/titanic_44/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c1571 pfd.events = POLLWRNORM; in write_vc()
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprvnops.c5994 if ((ev = (events & (POLLPRI|POLLOUT|POLLWRNORM))) != 0) { in prpoll()