/titanic_50/usr/src/uts/common/sys/ |
H A D | poll.h | 61 #define POLLOUT 0x0004 /* fd is writeable (won't block) */ macro 63 #define POLLWRNORM POLLOUT
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | socknotify.c | 83 pollwakeup(&so->so_poll_list, POLLOUT); in so_notify_connected() 153 pollev = (pollev | POLLHUP) & ~POLLOUT; in so_notify_disconnected() 180 pollwakeup(&so->so_poll_list, POLLOUT); in so_notify_writable() 235 pollwakeup(&so->so_poll_list, POLLOUT|POLLIN|POLLRDNORM); in so_notify_error() 399 *pollev |= POLLOUT; in i_so_notify_last_tx()
|
H A D | sockstr.c | 1619 pollwakeup(&stp->sd_pollist, POLLOUT); in strsock_discon_ind() 2195 *pollwakeups = POLLOUT; in strsock_proto() 2215 *pollwakeups = POLLOUT; in strsock_proto() 2244 *pollwakeups = POLLOUT; in strsock_proto() 2361 *pollwakeups = POLLOUT; in strsock_proto() 2495 *pollwakeups = POLLIN | POLLRDNORM | POLLOUT; in strsock_proto()
|
/titanic_50/usr/src/cmd/lp/lib/msgs/ |
H A D | streamio.c | 62 fds.events = POLLOUT; in Putmsg() 71 if (!(fds.revents & POLLOUT)) { in Putmsg()
|
H A D | mlisten.c | 256 PollFdList[x].events |= POLLOUT; in mlisten() 375 if (fdp->revents & POLLOUT) { in mlisten() 480 if (fdp->revents & POLLOUT) in mlisten()
|
/titanic_50/usr/src/lib/libc/port/sys/ |
H A D | epoll.c | 35 #if EPOLLOUT != POLLOUT 36 #error value of EPOLLOUT does not match value of POLLOUT
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | atomicio.c | 52 pfd.events = f == read ? POLLIN : POLLOUT; in atomicio()
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | poll_solaris.c | 202 if (strstr(str, "POLLOUT")) events |= POLLOUT; in poll_strtoevents() 224 if (events & POLLOUT) s=mystpcpy(s, "POLLOUT|"); in poll_eventstostr()
|
/titanic_50/usr/src/lib/libast/common/sfio/ |
H A D | sfpoll.c | 119 fds[m].events |= POLLOUT; 145 { if(fds[m].revents&POLLOUT)
|
/titanic_50/usr/src/uts/common/io/ |
H A D | eventfd.c | 133 pollwakeup(&state->efd_pollhd, POLLWRNORM | POLLOUT); in eventfd_read() 205 revents |= POLLWRNORM | POLLOUT; in eventfd_poll()
|
H A D | tty_pty.c | 1003 if (events & (POLLOUT|POLLWRNORM)) in ptcpoll() 1004 *reventsp |= (events & (POLLOUT|POLLWRNORM)); in ptcpoll() 1042 if (events & (POLLOUT|POLLWRNORM)) { in ptcpoll() 1045 *reventsp |= (events & (POLLOUT|POLLWRNORM)); in ptcpoll()
|
H A D | random.c | 326 *reventsp = events & (POLLOUT | POLLIN | POLLRDNORM); in rnd_chpoll()
|
/titanic_50/usr/src/uts/common/fs/portfs/ |
H A D | port_vnops.c | 298 levents |= POLLOUT; in port_poll() 304 portq->portq_flags |= events & POLLOUT ? PORTQ_POLLOUT : 0; in port_poll()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | syncloop.c | 469 pfd.events = POLLIN|POLLOUT; in many_packets() 476 if (pfd.revents & POLLOUT) { in many_packets()
|
/titanic_50/usr/src/uts/common/inet/sockmods/ |
H A D | socksdp.c | 1088 events &= ~(POLLOUT|POLLWRBAND); in sosdp_poll() 1095 ((POLLIN|POLLRDNORM|POLLOUT) & origevents) != 0) { in sosdp_poll() 1096 *reventsp = (POLLIN|POLLRDNORM|POLLOUT) & origevents; in sosdp_poll() 1110 *reventsp |= POLLOUT & events; in sosdp_poll()
|
/titanic_50/usr/src/cmd/vscan/vscand/ |
H A D | vs_eng.c | 769 pfd.events = POLLOUT; in nbio_connect() 779 (!(pfd.revents & POLLOUT))) { in nbio_connect()
|
/titanic_50/usr/src/cmd/cvcd/sparc/sun4u/starcat/ |
H A D | cvcd.c | 613 pfds[NETWORK_PFD].events |= POLLOUT; 617 pfds[REDIR_PFD].events |= POLLOUT;
|
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | evtchn_dev.c | 455 if (ev & POLLOUT) in evtchndrv_poll() 456 mask |= POLLOUT; in evtchndrv_poll()
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | fs_subr.c | 426 if (events & POLLOUT) in fs_poll() 427 *reventsp |= POLLOUT; in fs_poll()
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vldc.c | 286 pollevents |= POLLOUT; in i_vldc_cb() 318 pollevents |= POLLOUT; in i_vldc_cb() 1706 if (events & POLLOUT) in vldc_chpoll() 1707 *reventsp |= POLLOUT; in vldc_chpoll()
|
/titanic_50/usr/src/cmd/sendmail/libmilter/ |
H A D | libmilter.h | 175 # define MI_POLL_WR_FLAGS (POLLOUT)
|
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vop.c | 906 if (events & POLLOUT) in fop_poll() 907 *reventsp |= POLLOUT; in fop_poll()
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | os-ip.c | 803 &iosp->ios_status.ios_osinfo, POLLOUT )) { 906 &iosp->ios_status.ios_osinfo, POLLOUT )) { 1018 &iosp->ios_status.ios_osinfo, ~POLLOUT );
|
/titanic_50/usr/src/cmd/fm/modules/common/ip-transport/ |
H A D | ip.c | 458 pfd.events = POLLOUT; in ip_xprt_thread() 471 if (pfd.revents & POLLOUT) { in ip_xprt_thread()
|
/titanic_50/usr/src/lib/auditd_plugins/remote/ |
H A D | transport.c | 527 fds.events = POLLOUT; in connect_timeout() 562 fds.events = POLLOUT; in send_timeout()
|