Searched refs:POLLOUT (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dpoll.h68 #define POLLOUT 0x0004 macro
70 #define POLLWRNORM POLLOUT
/vbox/src/VBox/NetworkServices/NAT/
H A Dwinpoll.h32 # define POLLOUT (POLLWRNORM) macro
H A DRTWinPoll.cpp67 * POLLOUT Normal data may be written without blocking. This is equivalent
71 if (pollEvents & POLLOUT)
136 WSA_TO_POLL(FD_WRITE, POLLOUT);
137 WSA_TO_POLL(FD_CONNECT, POLLOUT);
H A Dpxtcp.c73 # define HAVE_TCP_POLLHUP (POLLIN|POLLOUT) /* reported when both directions are closed */
236 #if !(HAVE_TCP_POLLHUP & POLLOUT)
296 #if !(HAVE_TCP_POLLHUP & POLLOUT)
322 #if !(HAVE_TCP_POLLHUP & POLLOUT)
456 * and failed, it now requests us to poll the socket for POLLOUT and
474 pxtcp->events |= POLLOUT;
510 #if !(HAVE_TCP_POLLHUP & POLLOUT)
541 #endif /* !(HAVE_TCP_POLLHUP & POLLOUT) */
1048 pxtcp->events = POLLOUT;
1117 * connect(2) fails, just POLLOUT
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd_alsa.c89 if (f->events & POLLOUT)
91 if (f->fd > *n && (f->events & (POLLIN | POLLOUT)))
111 if (f->events & POLLOUT)
113 if (f->fd > *n && (f->events & (POLLIN | POLLOUT)))
137 f->revents |= POLLOUT;
145 if (revents & POLLOUT)
161 f->revents |= POLLOUT;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxwrap.c432 * POLLOUT, POLLWRNORM ===> writable
448 if (pfd->events & (POLLOUT
504 if (pfd->events & POLLOUT) {
505 pfd->revents |= POLLOUT;
H A Duxpoll.c142 syspoll[index].events |= POLLOUT;
154 syspoll[index].events |= POLLOUT;
248 if (syspoll[index].revents & POLLOUT)
H A Dunix.c392 pfd.events = POLLOUT;
654 pfd.events = POLLOUT;
685 pfd.events = POLLOUT;
3642 * POLLOUT, POLLWRNORM ===> writable
3655 if (events & (POLLOUT | POLLWRNORM)) {
3690 if (filedes[i].events & POLLOUT) {
3691 filedes[i].revents |= POLLOUT;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Utility/
H A DDevGenisis.c40 return ((POLLIN | POLLRDNORM | POLLOUT) & Events);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c468 if (op->event & POLLOUT) {
495 if ((op->event & POLLOUT) && FD_ISSET(op->arg1.osfd, &wr))
496 revents |= POLLOUT;
521 if (op->event & POLLOUT) {
552 if ((op->event & POLLOUT) && FD_ISSET(op->arg1.osfd, &wr))
553 revents |= POLLOUT;
637 || ((events & POLLOUT) && (revents & POLLHUP)))
692 || ((events & POLLOUT) && (revents & POLLHUP)))
1365 op.event = POLLOUT | POLLPRI;
1458 op.event = POLLOUT | POLLPR
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_unixos.h101 #define _PR_UNIX_POLL_WRITE POLLOUT
549 #define POLLOUT 0x0004 /* fd is writeable (won't block) */ macro
551 #define POLLWRNORM POLLOUT
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/UefiShell/
H A DdaShell.c581 (POLLOUT) The file system is ready for output.
608 retval = POLLOUT;
612 retval = (POLLIN | POLLRDNORM | POLLOUT);
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dport.h293 #define POLLOUT 0x04 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dport.h297 #define POLLOUT 0x04 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dport.h293 #define POLLOUT 0x04 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dport.h302 #define POLLOUT 0x04 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dport.h293 #define POLLOUT 0x04 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dport.h293 #define POLLOUT 0x04 macro
/vbox/src/VBox/Runtime/r3/
H A Dpoll.cpp398 if (pThis->paPollFds[i].revents & (POLLOUT
835 pThis->paPollFds[i].events |= POLLOUT;
1096 pThis->paPollFds[i].events |= POLLOUT;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Console/
H A DdaConsole.c428 (POLLOUT) The device is ready for output - always set on stdout and stderr.
469 RdyMask = POLLOUT;
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-freebsd.c371 return (fEvents & (POLLHUP|POLLIN|POLLRDNORM|POLLOUT|POLLWRNORM));
/vbox/src/VBox/Runtime/r3/posix/
H A Dpipe-posix.cpp632 PollFd.events |= POLLOUT;
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.c133 # define writefds_poll (POLLOUT)
985 * POLLERR, POLLHUP, and POLLOUT.
993 /* Solaris and NetBSD report plain POLLOUT even on error */
994 else if (CHECK_FD_SET(so, NetworkEvents, writefds)) /* POLLOUT */
996 revents = POLLOUT;
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h1996 #define PR_POLL_WRITE POLLOUT
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.c3235 | POLLOUT | POLLWRNORM
3267 DetectedEvents |= POLLOUT | POLLWRNORM;

Completed in 273 milliseconds

12