Home
last modified time | relevance | path

Searched refs:zvfs_fd_set (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/lib/os/zvfs/
Dzvfs_select.c27 void ZVFS_FD_ZERO(struct zvfs_fd_set *set) in ZVFS_FD_ZERO()
36 int ZVFS_FD_ISSET(int fd, struct zvfs_fd_set *set) in ZVFS_FD_ISSET()
49 void ZVFS_FD_CLR(int fd, struct zvfs_fd_set *set) in ZVFS_FD_CLR()
62 void ZVFS_FD_SET(int fd, struct zvfs_fd_set *set) in ZVFS_FD_SET()
75 int z_impl_zvfs_select(int nfds, struct zvfs_fd_set *ZRESTRICT readfds, in z_impl_zvfs_select()
76 struct zvfs_fd_set *ZRESTRICT writefds, in z_impl_zvfs_select()
77 struct zvfs_fd_set *ZRESTRICT exceptfds, in z_impl_zvfs_select()
87 for (i = 0; i < STRUCT_MEMBER_ARRAY_SIZE(struct zvfs_fd_set, bitset); i++) { in z_impl_zvfs_select()
219 static int z_vrfy_zvfs_select(int nfds, struct zvfs_fd_set *ZRESTRICT readfds, in z_vrfy_zvfs_select()
220 struct zvfs_fd_set *ZRESTRICT writefds, in z_vrfy_zvfs_select()
[all …]
/Zephyr-latest/include/zephyr/sys/
Dfdtable.h226 struct zvfs_fd_set { struct
231 #define ZVFS_FD_SETSIZE (sizeof(((struct zvfs_fd_set *)0)->bitset) * 8)
233 void ZVFS_FD_CLR(int fd, struct zvfs_fd_set *fdset);
234 int ZVFS_FD_ISSET(int fd, struct zvfs_fd_set *fdset);
235 void ZVFS_FD_SET(int fd, struct zvfs_fd_set *fdset);
236 void ZVFS_FD_ZERO(struct zvfs_fd_set *fdset);
238 __syscall int zvfs_select(int nfds, struct zvfs_fd_set *ZRESTRICT readfds,
239 struct zvfs_fd_set *ZRESTRICT writefds,
240 struct zvfs_fd_set *ZRESTRICT errorfds,
/Zephyr-latest/lib/posix/options/
Ddevice_io.c24 void FD_CLR(int fd, struct zvfs_fd_set *fdset) in FD_CLR()
29 int FD_ISSET(int fd, struct zvfs_fd_set *fdset) in FD_ISSET()
34 void FD_SET(int fd, struct zvfs_fd_set *fdset) in FD_SET()
/Zephyr-latest/include/zephyr/posix/sys/
Dselect.h18 typedef struct zvfs_fd_set fd_set;
/Zephyr-latest/include/zephyr/net/
Dsocket_select.h33 typedef struct zvfs_fd_set zsock_fd_set;