| /Zephyr-latest/tests/net/socket/socketpair/src/ | 
| D | poll.c | 27 	struct zsock_pollfd fds[1];  in test_socketpair_poll_timeout_common()  local96 	struct zsock_pollfd fds[1];  in ZTEST_F()  local
 126 	struct zsock_pollfd fds[1];  in ZTEST_F()  local
 172 	struct zsock_pollfd fds[2];  in ZTEST_USER_F()  local
 245 	struct zsock_pollfd fds[1];  in ZTEST_F()  local
 301 	struct zsock_pollfd fds[1];  in ZTEST_USER_F()  local
 351 	struct zsock_pollfd fds[1];  in ZTEST_USER_F()  local
 
 | 
| /Zephyr-latest/lib/os/zvfs/ | 
| D | zvfs_poll.c | 20 int zvfs_poll_internal(struct zvfs_pollfd *fds, int nfds, k_timeout_t timeout)  in zvfs_poll_internal()172 int z_impl_zvfs_poll(struct zvfs_pollfd *fds, int nfds, int poll_timeout)  in z_impl_zvfs_poll()
 186 static inline int z_vrfy_zvfs_poll(struct zvfs_pollfd *fds, int nfds, int timeout)  in z_vrfy_zvfs_poll()
 
 | 
| /Zephyr-latest/tests/posix/headers/src/ | 
| D | sys_select_h.c | 22 	fd_set fds = {0};  in ZTEST()  local
 | 
| /Zephyr-latest/samples/net/sockets/socketpair/src/ | 
| D | main.c | 163 static void setup_poll(const struct context *ctx, struct pollfd *fds, size_t n)  in setup_poll()172 static int handle_poll_events(const struct context *ctx, struct pollfd *fds, size_t n,  in handle_poll_events()
 228 	struct pollfd fds[NUM_SOCKETPAIRS] = {};  in main()  local
 
 | 
| /Zephyr-latest/tests/modules/thrift/ThriftTest/src/ | 
| D | context.hpp | 27 	std::array<int, CLIENT + 1> fds;  member
 | 
| /Zephyr-latest/subsys/net/lib/tftp/ | 
| D | tftp_client.c | 58 	struct zsock_pollfd fds = {  in send_data()  local206 		struct zsock_pollfd fds = {  in send_request()  local
 341 		struct zsock_pollfd fds = {  in tftp_get()  local
 
 | 
| /Zephyr-latest/tests/posix/eventfd/src/ | 
| D | blocking.c | 109 	struct zsock_pollfd fds[] = {  in ZTEST_F()  local144 	struct zsock_pollfd fds[] = {  in ZTEST_F()  local
 
 | 
| /Zephyr-latest/tests/net/lib/coap_client/src/ | 
| D | stubs.c | 37 int z_impl_zvfs_poll(struct zvfs_pollfd *fds, int nfds, int poll_timeout)  in z_impl_zvfs_poll()
 | 
| /Zephyr-latest/include/zephyr/net/ | 
| D | sntp.h | 47 		struct zsock_pollfd fds[1];  member
 | 
| D | dns_resolve.h | 202 	struct zsock_pollfd *fds;  member361 	struct zsock_pollfd fds[DNS_RESOLVER_MAX_POLL];  member
 440 	struct zsock_pollfd fds[1];  member
 
 | 
| /Zephyr-latest/tests/net/socket/tls_configurations/src/ | 
| D | main.c | 61 static struct pollfd fds[1];  variable
 | 
| /Zephyr-latest/include/zephyr/shell/ | 
| D | shell_telnet.h | 43 	struct zsock_pollfd fds[SHELL_TELNET_POLLFD_COUNT];  member
 | 
| D | shell_websocket.h | 42 	struct zsock_pollfd fds[1];  member
 | 
| D | shell_mqtt.h | 73 	struct zsock_pollfd fds[1];  member
 | 
| /Zephyr-latest/tests/net/socket/tls/src/ | 
| D | main.c | 360 	struct zsock_pollfd fds[1];  in test_prepare_dtls_connection()  local1549 	struct zsock_pollfd fds[1];  in ZTEST()  local
 1584 	struct zsock_pollfd fds[1];  in ZTEST()  local
 1618 	struct zsock_pollfd fds[1];  in ZTEST()  local
 1663 	struct zsock_pollfd fds[1];  in ZTEST()  local
 1684 	struct zsock_pollfd fds[1];  in ZTEST()  local
 1712 	struct zsock_pollfd fds[1];  in ZTEST()  local
 1745 	struct zsock_pollfd fds[1];  in ZTEST()  local
 1782 	struct zsock_pollfd fds[1];  in ZTEST()  local
 
 | 
| /Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/ | 
| D | stubs.c | 126 int z_impl_zvfs_poll(struct zvfs_pollfd *fds, int nfds, int poll_timeout)  in z_impl_zvfs_poll()
 | 
| /Zephyr-latest/subsys/net/lib/sockets/ | 
| D | sockets_service.c | 54 				       struct zsock_pollfd *fds, int len,  in z_impl_net_socket_service_register()
 | 
| /Zephyr-latest/subsys/net/lib/zperf/ | 
| D | zperf_tcp_receiver.c | 39 static struct zsock_pollfd fds[SOCK_ID_MAX];  variable
 | 
| /Zephyr-latest/tests/drivers/modem/modem_socket/src/ | 
| D | main.c | 90 	int fds[ARRAY_SIZE(sockets)];  in test_modem_get_put_all()  local
 | 
| /Zephyr-latest/samples/net/sockets/echo_client/src/ | 
| D | echo-client.c | 72 static APP_BMEM struct pollfd fds[1 + 4];  variable
 | 
| /Zephyr-latest/lib/posix/options/ | 
| D | device_io.c | 79 int poll(struct pollfd *fds, int nfds, int timeout)  in poll()
 | 
| /Zephyr-latest/subsys/net/lib/websocket/ | 
| D | websocket.c | 457 static inline int websocket_poll_offload(struct zsock_pollfd *fds, int nfds,  in websocket_poll_offload()509 		struct zsock_pollfd *fds;  in websocket_ioctl_vmeth()  local
 897 	struct zsock_pollfd fds = {  in wait_rx()  local
 
 | 
| /Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/ | 
| D | mqtt_client.c | 30 static struct zsock_pollfd fds[1];  variable
 | 
| /Zephyr-latest/drivers/wifi/eswifi/ | 
| D | eswifi_socket_offload.c | 466 static int eswifi_socket_poll(struct zsock_pollfd *fds, int nfds, int msecs)  in eswifi_socket_poll()615 		struct zsock_pollfd *fds;  in eswifi_socket_ioctl()  local
 
 | 
| /Zephyr-latest/drivers/modem/ | 
| D | modem_socket.c | 265 int modem_socket_poll(struct modem_socket_config *cfg, struct zsock_pollfd *fds, int nfds,  in modem_socket_poll()
 |