Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dselect.c187 p->events |= POLLWRNORM; in pselect()
308 if (p->revents & POLLWRNORM) { in pselect()
331 (p->events & POLLWRNORM)) { in pselect()
/illumos-gate/usr/src/uts/common/sys/
H A Dpoll.h63 #define POLLWRNORM POLLOUT macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/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()
/illumos-gate/usr/src/uts/common/io/
H A Deventfd.c145 pollwakeup(&state->efd_pollhd, POLLWRNORM | POLLOUT); in eventfd_read()
229 revents |= POLLWRNORM | POLLOUT; in eventfd_poll()
H A Dtty_pty.c986 if (events & (POLLOUT|POLLWRNORM)) in ptcpoll()
987 *reventsp |= (events & (POLLOUT|POLLWRNORM)); in ptcpoll()
1025 if (events & (POLLOUT|POLLWRNORM)) { in ptcpoll()
1028 *reventsp |= (events & (POLLOUT|POLLWRNORM)); in ptcpoll()
H A Dtty_pts.c1013 pollwakeup(&ptcph, POLLOUT | POLLWRNORM); in ptcpollwakeup()
H A Dmem.c257 POLLWRNORM | POLLRDBAND | POLLWRBAND); in mmchpoll()
H A Dstream.c3555 pollwakeup(pl, POLLWRNORM); in strwakeq()
3585 pollwakeup(pl, POLLWRNORM); in strwakeq()
/illumos-gate/usr/src/lib/libc/port/sys/
H A Depoll.c176 ev |= POLLWRNORM; in epoll_ctl()
/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()
1829 if (events & POLLWRNORM) { in fifo_poll()
1831 retevents = POLLWRNORM; in fifo_poll()
1861 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()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_main.c755 if (port_associate(ev_port, PORT_SOURCE_FD, cli->cli_sd, POLLWRNORM, in handle_req()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Daf_rds.c244 mask |= (POLLOUT | POLLWRNORM); in rdsv3_poll()
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c869 return (POLLWRNORM); in __poll_event()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1794 #define ALLPOLL (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLWRNORM|POLLRDBAND|\ in strrput()
3040 pollwakeup(&stp->sd_pollist, POLLWRNORM); in strwsrv()
8323 ((events & (POLLOUT | POLLWRNORM | POLLWRBAND)) && in strpoll()
8333 } else if (events & (POLLWRNORM | POLLWRBAND)) { in strpoll()
8347 if (events & POLLWRNORM) { in strpoll()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c1571 pfd.events = POLLWRNORM; in write_vc()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c6402 if ((ev = (events & (POLLPRI|POLLOUT|POLLWRNORM))) != 0) { in prpoll()