Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/posix/sys/
Dselect.h16 #define FD_SETSIZE ZVFS_FD_SETSIZE
/Zephyr-latest/include/zephyr/net/
Dsocket_select.h61 #define ZSOCK_FD_SETSIZE ZVFS_FD_SETSIZE
/Zephyr-latest/lib/os/zvfs/
Dzvfs_select.c40 if (fd < 0 || fd >= ZVFS_FD_SETSIZE) { in ZVFS_FD_ISSET()
53 if (fd < 0 || fd >= ZVFS_FD_SETSIZE) { in ZVFS_FD_CLR()
66 if (fd < 0 || fd >= ZVFS_FD_SETSIZE) { in ZVFS_FD_SET()
/Zephyr-latest/include/zephyr/sys/
Dfdtable.h231 #define ZVFS_FD_SETSIZE (sizeof(((struct zvfs_fd_set *)0)->bitset) * 8) macro