Searched defs:zvfs_pollfd (Results 1 – 3 of 3) sorted by relevance
18 struct zvfs_pollfd { struct37 int z_impl_zvfs_poll(struct zvfs_pollfd *fds, int nfds, int poll_timeout) in z_impl_zvfs_poll() argument
57 struct zvfs_pollfd { struct58 int fd;59 short events;60 short revents;
218 struct zvfs_pollfd { struct224 __syscall int zvfs_poll(struct zvfs_pollfd *fds, int nfds, int poll_timeout); argument