Searched refs:POLLWRNORM (Results 1 – 16 of 16) sorted by relevance
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | select.c | 123 p->events |= POLLWRNORM; in pselect() 241 if (p->revents & POLLWRNORM) { in pselect() 264 (p->events & POLLWRNORM)) { in pselect()
|
H A D | select_large_fdset.c | 156 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 D | poll.h | 59 #define POLLWRNORM POLLOUT macro
|
/titanic_44/usr/src/lib/libshell/common/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()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | tty_pty.c | 999 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 D | tty_pts.c | 1011 pollwakeup(&ptcph, POLLOUT | POLLWRNORM); in ptcpollwakeup()
|
H A D | mem.c | 207 POLLWRNORM | POLLRDBAND | POLLWRBAND); in mmchpoll()
|
H A D | stream.c | 3574 pollwakeup(pl, POLLWRNORM); in strwakeq() 3604 pollwakeup(pl, POLLWRNORM); in strwakeq()
|
/titanic_44/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1784 ((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 D | fifosubr.c | 1115 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 D | ilbd_main.c | 754 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 D | af_rds.c | 244 mask |= (POLLOUT | POLLWRNORM); in rdsv3_poll()
|
/titanic_44/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib.c | 871 return (POLLWRNORM); in __poll_event()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | streamio.c | 1724 #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 D | svc_vc.c | 1571 pfd.events = POLLWRNORM; in write_vc()
|
/titanic_44/usr/src/uts/common/fs/proc/ |
H A D | prvnops.c | 5994 if ((ev = (events & (POLLPRI|POLLOUT|POLLWRNORM))) != 0) { in prpoll()
|