| /OK3568_Linux_fs/kernel/drivers/staging/fieldbus/Documentation/ABI/ |
| H A D | fieldbus-dev-cdev | 16 Clears POLLERR | POLLPRI from the file descriptor. 23 POLLERR | POLLPRI will be set on the file descriptor.
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | func-poll.rst | 53 function succeeds, but sets the ``POLLERR`` flag in the ``revents`` 57 :c:func:`poll()` function succeeds and sets the ``POLLERR`` flag in 68 capturing. When that fails it returns a ``POLLERR`` as above. Otherwise 75 streaming. When that fails it returns a ``POLLERR`` as above. Otherwise
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | fdarray.c | 128 FDA_ADD(1, 2, POLLERR, 2); in test__fdarray__add() 146 FDA_CHECK(1, 2, POLLERR); in test__fdarray__add()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | poll.h | 47 #define POLLERR 0x008 /* Error condition. */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | poll.h | 47 #define POLLERR 0x008 /* Error condition. */ macro
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | hciattach_h4.c | 63 p[0].events = POLLERR | POLLHUP | POLLIN; in start_xfer_wait() 84 if (p[0].revents & (POLLERR | POLLHUP)) { in start_xfer_wait()
|
| H A D | hciattach.c | 554 p.events = POLLERR | POLLHUP; in main() 584 if (p.revents & (POLLERR | POLLHUP)) { in main()
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | GobiNetCM.c | 167 if (revents & (POLLERR | POLLHUP | POLLNVAL)) { in GobiNetThread() 173 if (revents & (POLLERR | POLLHUP | POLLNVAL)) in GobiNetThread()
|
| H A D | atc.c | 138 if (revents & (POLLERR | POLLHUP | POLLNVAL)) { in atc_read_thread() 141 if (revents & (POLLERR | POLLHUP | POLLNVAL)) in atc_read_thread()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | poll.h | 9 #define POLLERR 0x0008 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | poll.h | 9 #define POLLERR 0x0008 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | poll.h | 9 #define POLLERR 0x0008 macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | version_compat_defs.h | 38 #define EPOLLERR POLLERR
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | xserver_poll.h | 38 #define POLLERR 0x08 macro
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/ |
| H A D | libsync.h | 72 if (fds.revents & (POLLERR | POLLNVAL)) { in sync_wait()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_ai.cpp | 99 pollFds[0].events = (POLLPRI | POLLIN | POLLERR | POLLNVAL | POLLHUP); in test_ai_poll_event() 103 if (ret > 0 && (pollFds[0].revents & (POLLERR | POLLNVAL | POLLHUP))) { in test_ai_poll_event()
|
| H A D | test_mpi_aenc.cpp | 101 pollFds[0].events = (POLLPRI | POLLIN | POLLERR | POLLNVAL | POLLHUP); in test_aenc_poll_event() 105 if (ret > 0 && (pollFds[0].revents & (POLLERR | POLLNVAL | POLLHUP))) { in test_aenc_poll_event()
|
| H A D | test_mpi_vdec.cpp | 175 pollFds[0].events = (POLLPRI | POLLIN | POLLERR | POLLNVAL | POLLHUP); in mpi_vdec_poll_event() 178 if (ret > 0 && (pollFds[0].revents & (POLLERR | POLLNVAL | POLLHUP))) { in mpi_vdec_poll_event()
|
| /OK3568_Linux_fs/external/linux-rga/core/ |
| H A D | rga_sync.cpp | 107 if (fds.revents & (POLLERR | POLLNVAL)) { in rga_sync_wait()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | psock_tpacket.c | 233 pfd.events = POLLIN | POLLERR; in walk_v1_v2_rx() 412 pfd.events = POLLOUT | POLLERR; in walk_tx() 594 pfd.events = POLLIN | POLLERR; in walk_v3_rx()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/sync/ |
| H A D | sync.c | 63 fds.events = POLLIN | POLLERR; in sync_wait()
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | u_boot_spawn.py | 70 …self.poll.register(self.fd, select.POLLIN | select.POLLPRI | select.POLLERR | select.POLLHUP | sel…
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/ |
| H A D | request-func-poll.rst | 51 set the ``POLLERR`` flag in ``revents``.
|
| /OK3568_Linux_fs/kernel/Documentation/accounting/ |
| H A D | psi.rst | 160 if (fds.revents & POLLERR) { 161 printf("got POLLERR, event source is gone\n");
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | link_local.c | 237 if (fds[0].revents & POLLERR) { in link_local_receive_arp()
|