Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dsocket_select.h105 ZVFS_FD_CLR(fd, set); in ZSOCK_FD_CLR()
/Zephyr-latest/include/zephyr/sys/
Dfdtable.h254 void ZVFS_FD_CLR(int fd, struct zvfs_fd_set *fdset);
/Zephyr-latest/lib/posix/options/
Ddevice_io.c26 return ZVFS_FD_CLR(fd, fdset); in FD_CLR()
/Zephyr-latest/lib/os/zvfs/
Dzvfs_select.c49 void ZVFS_FD_CLR(int fd, struct zvfs_fd_set *set) in ZVFS_FD_CLR() function