| /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()
 
 | 
| D | zvfs_select.c | 75 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/ | 
| D | device_io.c | 79 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/ | 
| 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 | socket_select.h | 49 static inline int zsock_select(int nfds, zsock_fd_set *readfds, zsock_fd_set *writefds,  in zsock_select()
 | 
| D | sntp.h | 48 		int nfds;  member
 | 
| D | socket.h | 598 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/ | 
| D | stubs.c | 126 int z_impl_zvfs_poll(struct zvfs_pollfd *fds, int nfds, int poll_timeout)  in z_impl_zvfs_poll()
 | 
| D | main.c | 114 	int nfds = lwm2m_sock_nfds();  in ZTEST()  local
 | 
| /Zephyr-latest/samples/net/sockets/echo_client/src/ | 
| D | echo-client.c | 73 static APP_BMEM int nfds;  variable
 | 
| /Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/ | 
| D | mqtt_client.c | 31 static int nfds;  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()616 		int nfds;  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()
 | 
| D | simcom-sim7080.c | 561 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/ | 
| D | shell_mqtt.h | 74 	int nfds;  member
 | 
| /Zephyr-latest/samples/net/cloud/mqtt_azure/src/ | 
| D | main.c | 39 static int nfds;  variable
 | 
| /Zephyr-latest/samples/net/mqtt_publisher/src/ | 
| D | main.c | 55 static APP_BMEM int nfds;  variable
 | 
| /Zephyr-latest/samples/net/sockets/coap_client/src/ | 
| D | coap-client.c | 30 static int nfds;  variable
 | 
| /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()510 		int nfds;  in websocket_ioctl_vmeth()  local
 
 | 
| /Zephyr-latest/drivers/wifi/simplelink/ | 
| D | simplelink_sockets.c | 559 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/ | 
| D | http_client.c | 486 	int nfds = 1;  in http_wait_data()  local
 | 
| /Zephyr-latest/subsys/mgmt/updatehub/ | 
| D | updatehub.c | 72 	int nfds;  member
 | 
| /Zephyr-latest/subsys/net/lib/coap/ | 
| D | coap_client.c | 568 	int nfds = 0;  in handle_poll()  local
 | 
| /Zephyr-latest/subsys/tracing/ctf/ | 
| D | ctf_top.c | 569 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()
 
 | 
| D | ctf_top.h | 571 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()
 
 |