Home
last modified time | relevance | path

Searched defs:zvfs_pollfd (Results 1 – 3 of 3) sorted by relevance

/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/tests/net/lib/lwm2m/lwm2m_engine/src/
Dstubs.c57 struct zvfs_pollfd { struct
58 int fd;
59 short events;
60 short revents;
/Zephyr-latest/include/zephyr/sys/
Dfdtable.h218 struct zvfs_pollfd { struct
224 __syscall int zvfs_poll(struct zvfs_pollfd *fds, int nfds, int poll_timeout); argument