Home
last modified time | relevance | path

Searched refs:ZVFS_FD_ISSET (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dsocket_select.h90 return ZVFS_FD_ISSET(fd, set); in ZSOCK_FD_ISSET()
/Zephyr-latest/include/zephyr/sys/
Dfdtable.h234 int ZVFS_FD_ISSET(int fd, struct zvfs_fd_set *fdset);
/Zephyr-latest/lib/posix/options/
Ddevice_io.c31 return ZVFS_FD_ISSET(fd, fdset); in FD_ISSET()
/Zephyr-latest/lib/os/zvfs/
Dzvfs_select.c36 int ZVFS_FD_ISSET(int fd, struct zvfs_fd_set *set) in ZVFS_FD_ISSET() function