Searched refs:POLLERR (Results 1 - 25 of 34) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dpoll.h77 #define POLLERR 0x0008 macro
80 #define POLL_RETONLY (POLLERR | POLLHUP | POLLNVAL)
/vbox/src/VBox/NetworkServices/NAT/
H A Dwinpoll.h35 # define POLLERR 0x0001 macro
H A DRTWinPoll.cpp129 revents |= POLLERR; \
140 Assert((revents & ~(pFds[i].events | POLLHUP | POLLERR)) == 0);
H A Dpxdns.c774 if (revents & ~(POLLIN|POLLERR)) {
779 if (revents & POLLERR) {
H A Dpxudp.c730 if (revents & ~(POLLIN|POLLERR)) {
740 if (revents & POLLERR) {
H A Dproxy_pollmgr.c284 if (revents & (POLLERR | POLLHUP)) {
H A Dpxtcp.c1116 * Solaris and NetBSD don't report either POLLERR or POLLHUP when
1123 # define CONNECT_CHECK_ERROR (POLLERR | POLLHUP)
1144 if ((revents & (POLLERR | POLLHUP)) /* we were told it's failed */
1151 if ((revents & (POLLERR | POLLHUP))
1679 if (revents & POLLERR) {
/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),
H A DUSBProxyServiceLinux.cpp329 PollFds[1].events = POLLIN | POLLERR | POLLHUP;
/vbox/src/VBox/Devices/Network/
H A DDrvVDE.cpp324 aFDs[1].events = POLLIN | POLLPRI | POLLERR | POLLHUP;
399 if (aFDs[1].revents & (POLLHUP | POLLERR | POLLNVAL))
H A DDrvTAP.cpp351 aFDs[1].events = POLLIN | POLLPRI | POLLERR | POLLHUP;
428 if (aFDs[1].revents & (POLLHUP | POLLERR | POLLNVAL))
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_unixos.h103 #define _PR_UNIX_POLL_ERR POLLERR
557 #define POLLERR 0x0008 /* fd has error condition */ macro
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dport.h294 #define POLLERR 0x08 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dport.h298 #define POLLERR 0x08 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dport.h294 #define POLLERR 0x08 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dport.h303 #define POLLERR 0x08 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dport.h294 #define POLLERR 0x08 macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxwrap.c437 * The output events POLLERR and POLLHUP are never turned on.
524 pfd->revents |= POLLERR;
H A Dunix_errors.c792 else if (err & POLLERR)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dport.h294 #define POLLERR 0x08 macro
/vbox/src/VBox/Runtime/r3/
H A Dpoll.cpp409 if (pThis->paPollFds[i].revents & (POLLERR | POLLHUP | POLLNVAL
837 pThis->paPollFds[i].events |= POLLERR;
1098 pThis->paPollFds[i].events |= POLLERR;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Console/
H A DdaConsole.c472 RdyMask = POLLERR; // Not one of the standard streams
/vbox/src/VBox/Devices/Parallel/
H A DDrvHostParallel.cpp810 aFDs[1].events = POLLIN | POLLERR | POLLHUP;
823 if (aFDs[1].revents & (POLLHUP | POLLERR | POLLNVAL))
/vbox/src/VBox/Devices/Serial/
H A DDrvHostSerial.cpp691 aFDs[1].events = POLLIN | POLLERR | POLLHUP;
716 if (aFDs[1].revents & (POLLHUP | POLLERR | POLLNVAL))
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.c3236 | POLLERR
3295 DetectedEvents |= POLLERR | POLLIN | POLLRDNORM | POLLRDBAND;
3318 DetectedEvents |= POLLERR;
3327 | POLLERR

Completed in 112 milliseconds

12