Home
last modified time | relevance | path

Searched refs:POLLHUP (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dpoll.h78 #define POLLHUP 0x0010 macro
80 #define POLL_RETONLY (POLLERR | POLLHUP | POLLNVAL)
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DWebServer.c193 | POLLHUP; in PortAdd()
463 if ( 0 != ( events & POLLHUP )) { in PortWork()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_poll.py127 if flags & select.POLLHUP:
Dtest_asyncore.py131 (select.POLLHUP, 'closed'),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dasyncore.py113 if flags & (select.POLLHUP | select.POLLERR | select.POLLNVAL):
187 flags |= select.POLLERR | select.POLLHUP | select.POLLNVAL
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DDataSink.c142 PollFd[ Index ].events = POLLRDNORM | POLLHUP; in SocketAccept()
327 if ( 0 != ( PollFd[ Index ].revents & POLLHUP )) { in SocketPoll()
603 PollFd[ Index ].events = POLLRDNORM | POLLHUP; in SocketPoll()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
DTftpServer.c812 revents |= POLLHUP; in PortWork()
819 if ( 0 != ( revents & POLLHUP )) { in PortWork()
1923 pTftpPort->events = POLLRDNORM | POLLHUP; in TftpServerSocket()
/device/generic/goldfish/fingerprint/
Dfingerprint.c725 disconnected = pfd.revents & (POLLERR | POLLHUP); in listenerFunction()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dselectmodule.c1793 PyModule_AddIntConstant(m, "POLLHUP", POLLHUP);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dselectmodule.c1793 PyModule_AddIntConstant(m, "POLLHUP", POLLHUP);
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DSocket.c3334 | POLLHUP in EslSocketPoll()
3442 | POLLHUP in EslSocketPoll()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dselectmodule.c1848 PyModule_AddIntConstant(m, "POLLHUP", POLLHUP);