Home
last modified time | relevance | path

Searched refs:POLLIN (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/tests/posix/eventfd/src/
D_main.c39 event = POLLIN; in eventfd_poll_unset_common()
46 event = POLLIN; in eventfd_poll_unset_common()
49 zassert_equal(event, POLLIN, "POLLIN not set"); in eventfd_poll_unset_common()
60 event = POLLIN; in eventfd_poll_unset_common()
71 event = POLLIN; in eventfd_poll_set_common()
79 event = POLLIN; in eventfd_poll_set_common()
Dioctl.c25 event = POLLIN; in ZTEST_F()
66 event = POLLIN; in ZTEST_F()
Dblocking.c46 event = POLLIN; in ZTEST_F()
57 pfd.events = POLLIN; in ZTEST_F()
/Zephyr-latest/modules/thrift/src/thrift/server/
DTFDServer.cpp58 .events = POLLIN, in read_virt()
63 .events = POLLIN, in read_virt()
90 if (pollfds[0].revents & POLLIN) { in read_virt()
102 __ASSERT_NO_MSG(pollfds[1].revents & POLLIN); in read_virt()
/Zephyr-latest/samples/net/sockets/echo_client/src/
Decho-client.c89 fds[nfds].events = POLLIN; in prepare_fds()
94 fds[nfds].events = POLLIN; in prepare_fds()
100 fds[nfds].events = POLLIN; in prepare_fds()
106 fds[nfds].events = POLLIN; in prepare_fds()
112 fds[nfds].events = POLLIN; in prepare_fds()
/Zephyr-latest/include/zephyr/posix/
Dpoll.h19 #define POLLIN ZSOCK_POLLIN macro
/Zephyr-latest/tests/posix/headers/src/
Dpoll_h.c28 zassert_not_equal(-1, POLLIN); in ZTEST()
/Zephyr-latest/subsys/modem/backends/
Dmodem_backend_tty.c32 pd.events = POLLIN; in modem_backend_tty_routine()
44 if (pd.revents & POLLIN) { in modem_backend_tty_routine()
/Zephyr-latest/samples/net/sockets/echo_async/src/
Dsocket_echo.c94 pollfds[i].events = POLLIN; in pollfds_add()
196 if (!(pollfds[i].revents & POLLIN)) { in main()
/Zephyr-latest/samples/net/sockets/echo_service/src/
Dmain.c202 sockfd_udp[0].events = POLLIN; in main()
231 sockfd_tcp[0].events = POLLIN; in main()
/Zephyr-latest/samples/net/sockets/socketpair/src/
Dmain.c167 fds[i].events = POLLIN; in setup_poll()
190 } else if ((fds[i].revents & POLLIN) != 0) { in handle_poll_events()
/Zephyr-latest/tests/net/socket/tls_configurations/src/
Dmain.c136 fds[0].events = POLLIN; in create_socket()
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/
Dmain.c375 fds.events = POLLIN; in aws_client_loop()
381 if (fds.revents & POLLIN) { in aws_client_loop()
/Zephyr-latest/drivers/serial/
Duart_native_tty_bottom.c180 struct pollfd pfd = { .fd = fd, .events = POLLIN }; in native_tty_poll_bottom()
/Zephyr-latest/samples/net/sockets/http_server/src/
Dws.c125 cfg->fds[0].events = POLLIN; in ws_echo_handler()
/Zephyr-latest/drivers/bluetooth/hci/
Duserchan.c184 struct pollfd pollfd = { .fd = fd, .events = POLLIN }; in uc_ready()
/Zephyr-latest/samples/net/cloud/mqtt_azure/src/
Dmain.c95 fds[0].events = POLLIN; in prepare_fds()
/Zephyr-latest/samples/net/mqtt_publisher/src/
Dmain.c120 fds[0].events = POLLIN; in prepare_fds()
/Zephyr-latest/samples/net/sockets/coap_client/src/
Dcoap-client.c53 fds[nfds].events = POLLIN; in prepare_fds()
/Zephyr-latest/drivers/net/
Dnsos_adapt.c861 MAP_POLL_EPOLL(POLLIN, EPOLLIN); in nsos_poll_to_epoll_events()
873 MAP_POLL_EPOLL(EPOLLIN, POLLIN); in nsos_epoll_to_poll_events()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py943 p.register(in_fp, select.POLLIN)