Searched refs:zvfs_pollfd (Results 1 – 7 of 7) sorted by relevance
| /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() 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()
|
| D | zvfs_select.c | 25 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/ |
| D | stubs.c | 18 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/ |
| D | socket_poll.h | 37 #define zsock_pollfd zvfs_pollfd
|
| /Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/ |
| D | stubs.c | 57 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/ |
| D | fdtable.h | 239 struct zvfs_pollfd { struct 245 __syscall int zvfs_poll(struct zvfs_pollfd *fds, int nfds, int poll_timeout); argument
|
| /Zephyr-latest/subsys/tracing/ctf/ |
| D | tracing_ctf.h | 540 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);
|