Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dfdarray.c42 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 D0001-Add-listen-action-for-a-tcp-socket.patch12 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 Dpoll.h48 #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 Dpoll.h48 #define POLLHUP 0x010 /* Hung up. */ macro
/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach_h4.c63 p[0].events = POLLERR | POLLHUP | POLLIN; in start_xfer_wait()
84 if (p[0].revents & (POLLERR | POLLHUP)) { in start_xfer_wait()
H A Dhciattach.c554 p.events = POLLERR | POLLHUP; in main()
584 if (p.revents & (POLLERR | POLLHUP)) { in main()
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DGobiNetCM.c167 if (revents & (POLLERR | POLLHUP | POLLNVAL)) { in GobiNetThread()
173 if (revents & (POLLERR | POLLHUP | POLLNVAL)) in GobiNetThread()
H A DQmiWwanCM.c368 if (revents & (POLLERR | POLLHUP | POLLNVAL)) { in QmiWwanThread()
374 if (revents & (POLLHUP | POLLNVAL)) //EC20 bug, Can get POLLERR in QmiWwanThread()
H A Datc.c138 if (revents & (POLLERR | POLLHUP | POLLNVAL)) { in atc_read_thread()
141 if (revents & (POLLERR | POLLHUP | POLLNVAL)) in atc_read_thread()
H A Dmain.c390 if (revents & (POLLERR | POLLHUP | POLLNVAL)) { in qmi_main()
394 if (revents & POLLHUP) in qmi_main()
H A Dquectel-mbim-proxy.c304 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 Dpoll.h10 #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 Dpoll.h10 #define POLLHUP 0x0010 macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dpoll.h10 #define POLLHUP 0x0010 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dversion_compat_defs.h34 #define EPOLLHUP POLLHUP
/OK3568_Linux_fs/external/xserver/include/
H A Dxserver_poll.h39 #define POLLHUP 0x10 macro
/OK3568_Linux_fs/kernel/samples/uhid/
H A Duhid-example.c441 if (pfds[0].revents & POLLHUP) { in main()
445 if (pfds[1].revents & POLLHUP) { in main()
/OK3568_Linux_fs/external/xserver/test/bigreq/
H A Drequest-length.c78 if (pfd.revents & POLLHUP) { in main()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_ai.cpp99 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 Dtest_mpi_aenc.cpp101 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 Dtest_mpi_vdec.cpp175 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 Dne_ioctl_sample.c207 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 Dsocket_server.cpp381 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 Du_boot_spawn.py70 …gister(self.fd, select.POLLIN | select.POLLPRI | select.POLLERR | select.POLLHUP | select.POLLNVAL)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py701 self.errorevents = select.POLLERR | select.POLLHUP | select.POLLNVAL
802 elif select.POLLHUP == event:

12