Searched refs:POLLNVAL (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dpoll.h79 #define POLLNVAL 0x0020 // Invalid parameter in POLL call macro
80 #define POLL_RETONLY (POLLERR | POLLHUP | POLLNVAL)
/vbox/src/VBox/NetworkServices/NAT/
H A Dwinpoll.h37 # define POLLNVAL 0x0004 macro
H A DRTWinPoll.cpp112 pFds[i].revents = POLLNVAL;
H A Dproxy_pollmgr.c279 if (revents & POLLNVAL) {
H A Dpxtcp.c1109 if (revents & POLLNVAL) {
1674 if (revents & POLLNVAL) {
/vbox/src/VBox/Main/src-server/linux/
H A DHostDnsServiceLinux.cpp137 AssertMsgReturn( ((polls[0].revents & (POLLERR|POLLNVAL)) == 0)
138 && ((polls[1].revents & (POLLERR|POLLNVAL)) == 0),
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_unixos.h104 #define _PR_UNIX_POLL_NVAL POLLNVAL
559 #define POLLNVAL 0x0020 /* invalid pollfd entry */ macro
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dport.h296 #define POLLNVAL 0x20 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dport.h300 #define POLLNVAL 0x20 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dport.h296 #define POLLNVAL 0x20 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dport.h305 #define POLLNVAL 0x20 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dport.h296 #define POLLNVAL 0x20 macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxwrap.c438 * POLLNVAL may be turned on.
527 pfd->revents |= POLLNVAL;
H A Dunix_errors.c788 if (err & POLLNVAL)
H A Duxpoll.c265 if (syspoll[index].revents & POLLNVAL)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dport.h296 #define POLLNVAL 0x20 macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Console/
H A DdaConsole.c448 return POLLNVAL; // Looks like a bad filp pointer
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.c112 * DO_CHECK_FD_SET is used in dumping events on socket, including POLLNVAL.
113 * gcc warns about attempts to log POLLNVAL so construction in a last to lines
114 * used to catch POLLNVAL while logging and return false in case of error while
122 && ( N_(fdset ## _poll) == POLLNVAL \
123 || !(polls[(so)->so_poll_index].revents & POLLNVAL)))
140 # define nval_poll (POLLNVAL)
/vbox/src/VBox/Devices/Network/
H A DDrvVDE.cpp399 if (aFDs[1].revents & (POLLHUP | POLLERR | POLLNVAL))
H A DDrvTAP.cpp428 if (aFDs[1].revents & (POLLHUP | POLLERR | POLLNVAL))
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c636 if ((revents & POLLNVAL) /* busted in all cases */
641 if (POLLNVAL & revents) op->syserrno = EBADF;
691 if ((revents & POLLNVAL) /* busted in all cases */
696 if (POLLNVAL & revents) op->syserrno = EBADF;
3975 if (syspoll[index].revents & POLLNVAL)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.c3238 | POLLNVAL
3243 DetectedEvents |= POLLNVAL;
3329 | POLLNVAL );
/vbox/src/VBox/Devices/Parallel/
H A DDrvHostParallel.cpp823 if (aFDs[1].revents & (POLLHUP | POLLERR | POLLNVAL))
/vbox/src/VBox/Devices/Serial/
H A DDrvHostSerial.cpp627 #if defined(RT_OS_DARWIN) /* poll is broken on x86 darwin, returns POLLNVAL. */
716 if (aFDs[1].revents & (POLLHUP | POLLERR | POLLNVAL))
/vbox/src/VBox/Runtime/r3/
H A Dpoll.cpp409 if (pThis->paPollFds[i].revents & (POLLERR | POLLHUP | POLLNVAL

Completed in 116 milliseconds

12