Searched refs:POLLWRNORM (Results 1 – 17 of 17) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | select.c | 187 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 D | poll.h | 63 #define POLLWRNORM POLLOUT macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | poll_solaris.c | 203 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 D | eventfd.c | 145 pollwakeup(&state->efd_pollhd, POLLWRNORM | POLLOUT); in eventfd_read() 225 revents |= POLLWRNORM | POLLOUT; in eventfd_poll()
|
H A D | tty_pty.c | 986 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 D | tty_pts.c | 1013 pollwakeup(&ptcph, POLLOUT | POLLWRNORM); in ptcpollwakeup()
|
H A D | mem.c | 257 POLLWRNORM | POLLRDBAND | POLLWRBAND); in mmchpoll()
|
H A D | stream.c | 3561 pollwakeup(pl, POLLWRNORM); in strwakeq() 3591 pollwakeup(pl, POLLWRNORM); in strwakeq()
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | epoll.c | 176 ev |= POLLWRNORM; in epoll_ctl()
|
/illumos-gate/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1803 ((events & (POLLWRNORM | POLLWRBAND)) && in fifo_poll() 1834 } else if (events & (POLLWRNORM | POLLWRBAND)) { in fifo_poll() 1835 if (events & POLLWRNORM) { in fifo_poll() 1837 retevents = POLLWRNORM; in fifo_poll() 1867 if (events & POLLWRNORM) in fifo_poll()
|
H A D | fifosubr.c | 1099 strpollwakeup(FTOV(fnp), POLLWRNORM); in fifo_fastturnoff() 1155 strpollwakeup(FTOV(fn_dest), POLLWRNORM); in fifo_wakewriter()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_main.c | 755 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 D | af_rds.c | 244 mask |= (POLLOUT | POLLWRNORM); in rdsv3_poll()
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib.c | 869 return (POLLWRNORM); in __poll_event()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | streamio.c | 1794 #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 D | svc_vc.c | 1571 pfd.events = POLLWRNORM; in write_vc()
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prvnops.c | 6402 if ((ev = (events & (POLLPRI|POLLOUT|POLLWRNORM))) != 0) { in prpoll()
|