Searched refs:FD_SET (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/tests/posix/headers/src/ |
D | sys_select_h.c | 30 FD_SET(0, &fds); in ZTEST()
|
/Zephyr-latest/include/zephyr/posix/sys/ |
D | select.h | 27 void FD_SET(int fd, fd_set *fdset);
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_native_posix_adapt.c | 102 FD_SET(fd, &rset); in eth_wait_data()
|
/Zephyr-latest/drivers/can/ |
D | can_native_linux_adapt.c | 99 FD_SET(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 | 34 void FD_SET(int fd, struct zvfs_fd_set *fdset) in FD_SET() function
|
/Zephyr-latest/drivers/serial/ |
D | uart_native_ptty_bottom.c | 57 FD_SET(in_f, &readfds); in np_uart_stdin_poll_in_bottom()
|
/Zephyr-latest/samples/net/sockets/echo_async_select/src/ |
D | socket_echo_select.c | 81 FD_SET(fd, &readfds); in pollfds_add()
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 134 FD_SET(),yes
|