| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | fdarray.c | 42 nr_fds = fdarray__filter(fda, POLLHUP, NULL, NULL); in test__fdarray__filter() 49 fdarray__init_revents(fda, POLLHUP); in test__fdarray__filter() 50 nr_fds = fdarray__filter(fda, POLLHUP, NULL, NULL); in test__fdarray__filter() 57 fdarray__init_revents(fda, POLLHUP); in test__fdarray__filter() 62 nr_fds = fdarray__filter(fda, POLLHUP, NULL, NULL); in test__fdarray__filter() 69 fdarray__init_revents(fda, POLLHUP); in test__fdarray__filter() 75 nr_fds = fdarray__filter(fda, POLLHUP, NULL, NULL); in test__fdarray__filter() 132 FDA_ADD(2, 35, POLLHUP, 3); in test__fdarray__add() 147 FDA_CHECK(2, 35, POLLHUP); in test__fdarray__add()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/ |
| H A D | 0001-Add-listen-action-for-a-tcp-socket.patch | 12 4, 2000) = 2 ([{fd=4, revents=POLLHUP},{fd=6, revents=POLLHUP}])
|
| /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 | 48 #define POLLHUP 0x010 /* Hung up. */ 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 | 48 #define POLLHUP 0x010 /* Hung up. */ 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 | QmiWwanCM.c | 368 if (revents & (POLLERR | POLLHUP | POLLNVAL)) { in QmiWwanThread() 374 if (revents & (POLLHUP | POLLNVAL)) //EC20 bug, Can get POLLERR in QmiWwanThread()
|
| 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()
|
| H A D | main.c | 390 if (revents & (POLLERR | POLLHUP | POLLNVAL)) { in qmi_main() 394 if (revents & POLLHUP) in qmi_main()
|
| H A D | quectel-mbim-proxy.c | 304 if (revents & (POLLERR | POLLHUP | POLLNVAL)) { in proxy_loop()
|
| /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 | 10 #define POLLHUP 0x0010 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 | 10 #define POLLHUP 0x0010 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | poll.h | 10 #define POLLHUP 0x0010 macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | version_compat_defs.h | 34 #define EPOLLHUP POLLHUP
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | xserver_poll.h | 39 #define POLLHUP 0x10 macro
|
| /OK3568_Linux_fs/kernel/samples/uhid/ |
| H A D | uhid-example.c | 441 if (pfds[0].revents & POLLHUP) { in main() 445 if (pfds[1].revents & POLLHUP) { in main()
|
| /OK3568_Linux_fs/external/xserver/test/bigreq/ |
| H A D | request-length.c | 78 if (pfd.revents & POLLHUP) { in main()
|
| /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/kernel/samples/nitro_enclaves/ |
| H A D | ne_ioctl_sample.c | 207 fds[0].events = POLLIN | POLLERR | POLLHUP; in ne_poll_enclave_fd() 231 if (fds[0].revents & POLLHUP) { in ne_poll_enclave_fd()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ipc_server/ |
| H A D | socket_server.cpp | 381 poll_fds[0].events = (POLLIN | POLLOUT | POLLHUP); in poll_event() 397 if (ret > 0 && (poll_fds[0].revents & (POLLERR | POLLNVAL | POLLHUP))) { in poll_event()
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | u_boot_spawn.py | 70 …gister(self.fd, select.POLLIN | select.POLLPRI | select.POLLERR | select.POLLHUP | select.POLLNVAL)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | qemurunner.py | 701 self.errorevents = select.POLLERR | select.POLLHUP | select.POLLNVAL 802 elif select.POLLHUP == event:
|