/Zephyr-Core-3.7.0/tests/net/lib/coap_client/src/ |
D | stubs.c | 19 struct zsock_pollfd { struct 42 int z_impl_zsock_poll(struct zsock_pollfd *fds, int nfds, int poll_timeout) in z_impl_zsock_poll() argument
|
/Zephyr-Core-3.7.0/drivers/modem/ |
D | modem_socket.h | 80 int modem_socket_poll(struct modem_socket_config *cfg, struct zsock_pollfd *fds, int nfds, 82 int modem_socket_poll_update(struct modem_socket *sock, struct zsock_pollfd *pfd, 85 struct zsock_pollfd *pfd, struct k_poll_event **pev,
|
D | modem_socket.c | 265 int modem_socket_poll(struct modem_socket_config *cfg, struct zsock_pollfd *fds, int nfds, in modem_socket_poll() 342 struct zsock_pollfd *pfd, struct k_poll_event **pev, in modem_socket_poll_prepare() 369 int modem_socket_poll_update(struct modem_socket *sock, struct zsock_pollfd *pfd, in modem_socket_poll_update()
|
/Zephyr-Core-3.7.0/subsys/net/lib/sockets/ |
D | sockets_service.c | 32 struct zsock_pollfd events[CONFIG_NET_SOCKETS_POLL_MAX]; 54 struct zsock_pollfd *fds, int len, in z_impl_net_socket_service_register() 102 struct zsock_pollfd *pev, in find_svc_and_event() 139 static int call_work(struct zsock_pollfd *pev, struct k_work_q *work_q, in call_work() 156 static int trigger_work(struct zsock_pollfd *pev) in trigger_work()
|
D | socketpair.c | 752 struct zsock_pollfd *const pfd, in zsock_poll_prepare_ctx() 826 struct zsock_pollfd *const pfd, in zsock_poll_update_ctx() 915 struct zsock_pollfd *pfd; in spair_ioctl() 977 pfd = va_arg(args, struct zsock_pollfd *); in spair_ioctl() 986 pfd = va_arg(args, struct zsock_pollfd *); in spair_ioctl()
|
D | sockets_internal.h | 19 int zsock_poll_internal(struct zsock_pollfd *fds, int nfds, k_timeout_t timeout);
|
/Zephyr-Core-3.7.0/include/zephyr/net/ |
D | socket_poll.h | 28 struct zsock_pollfd { struct
|
D | socket_service.h | 45 struct zsock_pollfd event; 165 struct zsock_pollfd *fds, int len, void *user_data);
|
D | dns_resolve.h | 200 struct zsock_pollfd *fds; 218 struct zsock_pollfd fds[1]; 359 struct zsock_pollfd fds[DNS_RESOLVER_MAX_POLL];
|
D | sntp.h | 46 struct zsock_pollfd fds[1];
|
D | socket.h | 632 __syscall int zsock_poll(struct zsock_pollfd *fds, int nfds, int timeout); 868 #define pollfd zsock_pollfd 960 static inline int poll(struct zsock_pollfd *fds, int nfds, int timeout) in poll()
|
/Zephyr-Core-3.7.0/tests/net/socket/socketpair/src/ |
D | poll.c | 27 struct zsock_pollfd fds[1]; in test_socketpair_poll_timeout_common() 96 struct zsock_pollfd fds[1]; in ZTEST_F() 126 struct zsock_pollfd fds[1]; in ZTEST_F() 172 struct zsock_pollfd fds[2]; in ZTEST_USER_F() 245 struct zsock_pollfd fds[1]; in ZTEST_F() 301 struct zsock_pollfd fds[1]; in ZTEST_USER_F() 351 struct zsock_pollfd fds[1]; in ZTEST_USER_F()
|
/Zephyr-Core-3.7.0/include/zephyr/posix/ |
D | poll.h | 15 #define pollfd zsock_pollfd
|
/Zephyr-Core-3.7.0/lib/os/zvfs/ |
D | zvfs_eventfd.c | 51 struct zsock_pollfd *pfd, in zvfs_eventfd_poll_prepare() 85 struct zsock_pollfd *pfd, in zvfs_eventfd_poll_update() 259 struct zsock_pollfd *pfd; in zvfs_eventfd_ioctl_op() 263 pfd = va_arg(args, struct zsock_pollfd *); in zvfs_eventfd_ioctl_op() 271 struct zsock_pollfd *pfd; in zvfs_eventfd_ioctl_op() 274 pfd = va_arg(args, struct zsock_pollfd *); in zvfs_eventfd_ioctl_op()
|
/Zephyr-Core-3.7.0/tests/net/lib/lwm2m/lwm2m_engine/src/ |
D | stubs.c | 57 struct zsock_pollfd { struct 126 int z_impl_zsock_poll(struct zsock_pollfd *fds, int nfds, int poll_timeout) in z_impl_zsock_poll()
|
/Zephyr-Core-3.7.0/include/zephyr/shell/ |
D | shell_telnet.h | 43 struct zsock_pollfd fds[SHELL_TELNET_POLLFD_COUNT];
|
D | shell_mqtt.h | 73 struct zsock_pollfd fds[1];
|
/Zephyr-Core-3.7.0/tests/posix/eventfd/src/ |
D | blocking.c | 109 struct zsock_pollfd fds[] = { in ZTEST_F() 144 struct zsock_pollfd fds[] = { in ZTEST_F()
|
/Zephyr-Core-3.7.0/subsys/net/lib/ptp/ |
D | clock.h | 96 struct zsock_pollfd *ptp_clock_poll_sockets(void);
|
D | ptp.c | 42 struct zsock_pollfd *fd; in ptp_thread()
|
/Zephyr-Core-3.7.0/tests/net/socket/poll/src/ |
D | main.c | 43 struct zsock_pollfd pollfds[2]; in ZTEST() 44 struct zsock_pollfd pollout[1]; in ZTEST() 186 struct zsock_pollfd pollout[1]; in ZTEST()
|
/Zephyr-Core-3.7.0/subsys/net/lib/tftp/ |
D | tftp_client.c | 58 struct zsock_pollfd fds = { in send_data() 206 struct zsock_pollfd fds = { in send_request() 341 struct zsock_pollfd fds = { in tftp_get()
|
/Zephyr-Core-3.7.0/subsys/net/lib/mqtt_sn/ |
D | mqtt_sn_transport_udp.c | 119 struct zsock_pollfd pollfd = { in tp_udp_poll()
|
/Zephyr-Core-3.7.0/drivers/net/ |
D | nsos_sockets.c | 269 static int nsos_poll_prepare(struct nsos_socket *sock, struct zsock_pollfd *pfd, in nsos_poll_prepare() 306 static int nsos_poll_update(struct nsos_socket *sock, struct zsock_pollfd *pfd, in nsos_poll_update() 341 struct zsock_pollfd *pfd; in nsos_ioctl() 345 pfd = va_arg(args, struct zsock_pollfd *); in nsos_ioctl() 353 struct zsock_pollfd *pfd; in nsos_ioctl() 356 pfd = va_arg(args, struct zsock_pollfd *); in nsos_ioctl() 500 struct zsock_pollfd pfd = { in nsos_wait_for_poll()
|
/Zephyr-Core-3.7.0/subsys/net/lib/zperf/ |
D | zperf_tcp_receiver.c | 39 static struct zsock_pollfd fds[SOCK_ID_MAX]; 246 static int tcp_bind_listen_connection(struct zsock_pollfd *pollfd, in tcp_bind_listen_connection()
|