Searched refs:FD_ISSET (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/posix/headers/src/ |
D | sys_select_h.c | 29 FD_ISSET(0, &fds); in ZTEST()
|
/Zephyr-latest/include/zephyr/posix/sys/ |
D | select.h | 26 int FD_ISSET(int fd, fd_set *fdset);
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_native_posix_adapt.c | 111 if (FD_ISSET(fd, &rset)) { in eth_wait_data()
|
/Zephyr-latest/drivers/can/ |
D | can_native_linux_adapt.c | 108 if (FD_ISSET(fd, &rset)) { in linux_socketcan_poll_data()
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.device_io | 15 Group such as FD_CLR(), FD_ISSET(), FD_SET(), FD_ZERO(), close(), fdopen(), fileno(), open(),
|
D | device_io.c | 29 int FD_ISSET(int fd, struct zvfs_fd_set *fdset) in FD_ISSET() function
|
/Zephyr-latest/samples/net/sockets/echo_async_select/src/ |
D | socket_echo_select.c | 177 if (!FD_ISSET(i, &workfds)) {
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 133 FD_ISSET(),yes
|