Home
last modified time | relevance | path

Searched refs:zvfs_pollfd (Results 1 – 7 of 7) sorted by relevance

/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()
25 struct zvfs_pollfd *pfd; 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()
188 struct zvfs_pollfd *fds_copy; in z_vrfy_zvfs_poll()
193 if (size_mul_overflow(nfds, sizeof(struct zvfs_pollfd), &fds_size)) { in z_vrfy_zvfs_poll()
Dzvfs_select.c25 int zvfs_poll_internal(struct zvfs_pollfd *fds, int nfds, k_timeout_t timeout);
80 struct zvfs_pollfd pfds[CONFIG_ZVFS_POLL_MAX]; in z_impl_zvfs_select()
/Zephyr-latest/tests/net/lib/coap_client/src/
Dstubs.c18 struct zvfs_pollfd { struct
37 int z_impl_zvfs_poll(struct zvfs_pollfd *fds, int nfds, int poll_timeout) in z_impl_zvfs_poll() argument
/Zephyr-latest/include/zephyr/net/
Dsocket_poll.h37 #define zsock_pollfd zvfs_pollfd
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/
Dstubs.c57 struct zvfs_pollfd { struct
126 int z_impl_zvfs_poll(struct zvfs_pollfd *fds, int nfds, int poll_timeout) in z_impl_zvfs_poll()
/Zephyr-latest/include/zephyr/sys/
Dfdtable.h239 struct zvfs_pollfd { struct
245 __syscall int zvfs_poll(struct zvfs_pollfd *fds, int nfds, int poll_timeout); argument
/Zephyr-latest/subsys/tracing/ctf/
Dtracing_ctf.h540 struct zvfs_pollfd;
571 void sys_trace_socket_poll_enter(const struct zvfs_pollfd *fds, int nfds, int timeout);
572 void sys_trace_socket_poll_exit(const struct zvfs_pollfd *fds, int nfds, int ret);