Home
last modified time | relevance | path

Searched defs:fds (Results 1 – 25 of 54) sorted by relevance

123

/Zephyr-latest/tests/net/socket/socketpair/src/
Dpoll.c27 struct zsock_pollfd fds[1]; in test_socketpair_poll_timeout_common() local
96 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/
Dzvfs_poll.c20 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/
Dsys_select_h.c22 fd_set fds = {0}; in ZTEST() local
/Zephyr-latest/samples/net/sockets/socketpair/src/
Dmain.c163 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/
Dcontext.hpp27 std::array<int, CLIENT + 1> fds; member
/Zephyr-latest/subsys/net/lib/tftp/
Dtftp_client.c58 struct zsock_pollfd fds = { in send_data() local
206 struct zsock_pollfd fds = { in send_request() local
341 struct zsock_pollfd fds = { in tftp_get() local
/Zephyr-latest/tests/posix/eventfd/src/
Dblocking.c109 struct zsock_pollfd fds[] = { in ZTEST_F() local
144 struct zsock_pollfd fds[] = { in ZTEST_F() local
/Zephyr-latest/tests/net/lib/coap_client/src/
Dstubs.c37 int z_impl_zvfs_poll(struct zvfs_pollfd *fds, int nfds, int poll_timeout) in z_impl_zvfs_poll()
/Zephyr-latest/include/zephyr/net/
Dsntp.h46 struct zsock_pollfd fds[1]; member
Ddns_resolve.h200 struct zsock_pollfd *fds; member
220 struct zsock_pollfd fds[1]; member
366 struct zsock_pollfd fds[DNS_RESOLVER_MAX_POLL]; member
/Zephyr-latest/tests/net/socket/tls_configurations/src/
Dmain.c61 static struct pollfd fds[1]; variable
/Zephyr-latest/include/zephyr/shell/
Dshell_telnet.h43 struct zsock_pollfd fds[SHELL_TELNET_POLLFD_COUNT]; member
Dshell_websocket.h42 struct zsock_pollfd fds[1]; member
Dshell_mqtt.h73 struct zsock_pollfd fds[1]; member
/Zephyr-latest/tests/net/socket/tls/src/
Dmain.c360 struct zsock_pollfd fds[1]; in test_prepare_dtls_connection() local
1549 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/
Dstubs.c126 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/
Dsockets_service.c54 struct zsock_pollfd *fds, int len, in z_impl_net_socket_service_register()
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_tcp_receiver.c39 static struct zsock_pollfd fds[SOCK_ID_MAX]; variable
/Zephyr-latest/lib/posix/options/
Ddevice_io.c79 int poll(struct pollfd *fds, int nfds, int timeout) in poll()
/Zephyr-latest/samples/net/sockets/echo_client/src/
Decho-client.c72 static APP_BMEM struct pollfd fds[1 + 4]; variable
/Zephyr-latest/subsys/net/lib/websocket/
Dwebsocket.c457 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/
Dmqtt_client.c30 static struct zsock_pollfd fds[1]; variable
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_socket_offload.c466 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/
Dmodem_socket.c265 int modem_socket_poll(struct modem_socket_config *cfg, struct zsock_pollfd *fds, int nfds, in modem_socket_poll()
/Zephyr-latest/samples/net/cloud/mqtt_azure/src/
Dmain.c38 static struct pollfd fds[1]; variable

123