Home
last modified time | relevance | path

Searched refs:FD_SET (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/posix/headers/src/
Dsys_select_h.c30 FD_SET(0, &fds); in ZTEST()
/Zephyr-latest/include/zephyr/posix/sys/
Dselect.h27 void FD_SET(int fd, fd_set *fdset);
/Zephyr-latest/drivers/ethernet/
Deth_native_posix_adapt.c102 FD_SET(fd, &rset); in eth_wait_data()
/Zephyr-latest/drivers/can/
Dcan_native_linux_adapt.c99 FD_SET(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.c34 void FD_SET(int fd, struct zvfs_fd_set *fdset) in FD_SET() function
/Zephyr-latest/drivers/serial/
Duart_native_ptty_bottom.c57 FD_SET(in_f, &readfds); in np_uart_stdin_poll_in_bottom()
/Zephyr-latest/samples/net/sockets/echo_async_select/src/
Dsocket_echo_select.c81 FD_SET(fd, &readfds); in pollfds_add()
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst134 FD_SET(),yes