Searched refs:POLLERR (Results 1 – 15 of 15) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | poll.h | 77 #define POLLERR 0x0008 macro 80 #define POLL_RETONLY (POLLERR | POLLHUP | POLLNVAL)
|
/device/linaro/hikey/wpan/uim/ |
D | uim.c | 532 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/ |
D | hdmi_cec.c | 281 { 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/ |
D | asyncore.py | 113 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/ |
D | daConsole.c | 690 RdyMask = POLLERR; // Not one of the standard streams in da_ConPoll()
|
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/ |
D | pcm.c | 1154 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/ |
D | daShell.c | 616 retval = POLLERR; in da_ShellPoll()
|
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/ |
D | Socket.c | 3333 | 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/ |
D | test_asyncore.py | 130 (select.POLLERR, 'closed'),
|
/device/generic/goldfish/fingerprint/ |
D | fingerprint.c | 746 disconnected = pfd.revents & (POLLERR | POLLHUP); in listenerFunction()
|
/device/google/contexthub/sensorhal/ |
D | hubconnection.cpp | 1507 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/ |
D | wifi_hal.cpp | 481 } else if (pfd[0].revents & POLLERR) { in wifi_event_loop()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | selectmodule.c | 1792 PyModule_AddIntConstant(m, "POLLERR", POLLERR);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | selectmodule.c | 1792 PyModule_AddIntConstant(m, "POLLERR", POLLERR);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | selectmodule.c | 1847 PyModule_AddIntConstant(m, "POLLERR", POLLERR);
|