Home
last modified time | relevance | path

Searched refs:FD_ISSET (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/posix/headers/src/
Dsys_select_h.c29 FD_ISSET(0, &fds); in ZTEST()
/Zephyr-latest/include/zephyr/posix/sys/
Dselect.h26 int FD_ISSET(int fd, fd_set *fdset);
/Zephyr-latest/drivers/ethernet/
Deth_native_posix_adapt.c111 if (FD_ISSET(fd, &rset)) { in eth_wait_data()
/Zephyr-latest/drivers/can/
Dcan_native_linux_adapt.c108 if (FD_ISSET(fd, &rset)) { in linux_socketcan_poll_data()
/Zephyr-latest/lib/posix/options/
DKconfig.device_io15 Group such as FD_CLR(), FD_ISSET(), FD_SET(), FD_ZERO(), close(), fdopen(), fileno(), open(),
Ddevice_io.c29 int FD_ISSET(int fd, struct zvfs_fd_set *fdset) in FD_ISSET() function
/Zephyr-latest/samples/net/sockets/echo_async_select/src/
Dsocket_echo_select.c177 if (!FD_ISSET(i, &workfds)) {
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst133 FD_ISSET(),yes