Lines Matching refs:exceptfds
77 struct zvfs_fd_set *ZRESTRICT exceptfds, in z_impl_zvfs_select() argument
100 if (exceptfds != NULL) { in z_impl_zvfs_select()
101 except_mask = exceptfds->bitset[i]; in z_impl_zvfs_select()
160 if (exceptfds != NULL) { in z_impl_zvfs_select()
161 ZVFS_FD_ZERO(exceptfds); in z_impl_zvfs_select()
201 if (exceptfds != NULL) { in z_impl_zvfs_select()
202 ZVFS_FD_SET(fd, exceptfds); in z_impl_zvfs_select()
221 struct zvfs_fd_set *ZRESTRICT exceptfds, in z_vrfy_zvfs_select() argument
247 if (exceptfds) { in z_vrfy_zvfs_select()
249 k_usermode_alloc_from_copy((void *)exceptfds, sizeof(struct zvfs_fd_set)); in z_vrfy_zvfs_select()
278 k_usermode_to_copy((void *)exceptfds, exceptfds_copy, in z_vrfy_zvfs_select()