Home
last modified time | relevance | path

Searched defs:nfds (Results 1 – 25 of 31) sorted by relevance

12

/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()
Dzvfs_select.c75 int z_impl_zvfs_select(int nfds, struct zvfs_fd_set *ZRESTRICT readfds, in z_impl_zvfs_select()
219 static int z_vrfy_zvfs_select(int nfds, struct zvfs_fd_set *ZRESTRICT readfds, in z_vrfy_zvfs_select()
/Zephyr-latest/lib/posix/options/
Ddevice_io.c79 int poll(struct pollfd *fds, int nfds, int timeout) in poll()
96 int pselect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, in pselect()
122 int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) in select()
/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/
Dsocket_select.h49 static inline int zsock_select(int nfds, zsock_fd_set *readfds, zsock_fd_set *writefds, in zsock_select()
Dsntp.h48 int nfds; member
Dsocket.h598 static inline int zsock_poll(struct zsock_pollfd *fds, int nfds, int timeout) in zsock_poll()
/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()
Dmain.c114 int nfds = lwm2m_sock_nfds(); in ZTEST() local
/Zephyr-latest/samples/net/sockets/echo_client/src/
Decho-client.c73 static APP_BMEM int nfds; variable
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/
Dmqtt_client.c31 static int nfds; 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()
616 int nfds; 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()
Dsimcom-sim7080.c561 static int offload_poll(struct zsock_pollfd *fds, int nfds, int msecs) in offload_poll()
605 int nfds, timeout; in offload_ioctl() local
/Zephyr-latest/include/zephyr/shell/
Dshell_mqtt.h74 int nfds; member
/Zephyr-latest/samples/net/cloud/mqtt_azure/src/
Dmain.c39 static int nfds; variable
/Zephyr-latest/samples/net/mqtt_publisher/src/
Dmain.c55 static APP_BMEM int nfds; variable
/Zephyr-latest/samples/net/sockets/coap_client/src/
Dcoap-client.c30 static int nfds; 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()
510 int nfds; in websocket_ioctl_vmeth() local
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink_sockets.c559 static int simplelink_poll(struct zsock_pollfd *fds, int nfds, int msecs) in simplelink_poll()
1191 int nfds; in simplelink_ioctl() local
/Zephyr-latest/subsys/net/lib/http/
Dhttp_client.c486 int nfds = 1; in http_wait_data() local
/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub.c72 int nfds; member
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c568 int nfds = 0; in handle_poll() local
/Zephyr-latest/subsys/tracing/ctf/
Dctf_top.c569 void sys_trace_socket_poll_enter(const struct zsock_pollfd *fds, int nfds, int timeout) in sys_trace_socket_poll_enter()
578 void sys_trace_socket_poll_exit(const struct zsock_pollfd *fds, int nfds, int ret) in sys_trace_socket_poll_exit()
Dctf_top.h571 static inline void ctf_top_socket_poll_enter(uint32_t fds, uint32_t nfds, int32_t timeout) in ctf_top_socket_poll_enter()
581 static inline void ctf_top_socket_poll_exit(uint32_t fds, int nfds, int ret) in ctf_top_socket_poll_exit()

12