Home
last modified time | relevance | path

Searched refs:POLLERR (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dpoll.h77 #define POLLERR 0x0008 macro
80 #define POLL_RETONLY (POLLERR | POLLHUP | POLLNVAL)
/device/linaro/hikey/wpan/uim/
Duim.c532 p.events = POLLERR | POLLPRI; in main()
537 UIM_DBG("poll broke due to event %d(PRI:%d/ERR:%d)\n", p.revents, POLLPRI, POLLERR); in main()
/device/amlogic/yukawa/hdmicec/
Dhdmi_cec.c281 { ctx->cec_fd, POLLERR, 0 }, in event_thread()
300 if (ufds[1].revents == POLLERR) { /* CEC Event */ in event_thread()
/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/StdLib/LibC/Uefi/Devices/Console/
DdaConsole.c690 RdyMask = POLLERR; // Not one of the standard streams in da_ConPoll()
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/
Dpcm.c1154 pfd.events = POLLOUT | POLLERR | POLLNVAL; in pcm_wait()
1171 if (pfd.revents & (POLLERR | POLLNVAL)) { in pcm_wait()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c616 retval = POLLERR; in da_ShellPoll()
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DSocket.c3333 | POLLERR in EslSocketPoll()
3408 DetectedEvents |= POLLERR | POLLIN | POLLRDNORM | POLLRDBAND; in EslSocketPoll()
3431 DetectedEvents |= POLLERR; in EslSocketPoll()
3441 | POLLERR in EslSocketPoll()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_asyncore.py130 (select.POLLERR, 'closed'),
/device/generic/goldfish/fingerprint/
Dfingerprint.c746 disconnected = pfd.revents & (POLLERR | POLLHUP); in listenerFunction()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp1507 if (mMagBiasPollIndex >= 0 && mPollFds[mMagBiasPollIndex].revents & POLLERR) { in threadLoop()
1519 if (mDoubleTouchPollIndex >= 0 && mPollFds[mDoubleTouchPollIndex].revents & POLLERR) { in threadLoop()
/device/linaro/poplar/wifi/wifi_hal/
Dwifi_hal.cpp481 } else if (pfd[0].revents & POLLERR) { in wifi_event_loop()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dselectmodule.c1792 PyModule_AddIntConstant(m, "POLLERR", POLLERR);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dselectmodule.c1792 PyModule_AddIntConstant(m, "POLLERR", POLLERR);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dselectmodule.c1847 PyModule_AddIntConstant(m, "POLLERR", POLLERR);