Lines Matching refs:fd_set
182 /* commonly an fd_set represents 256 FDs */
184 typedef struct { uint32_t fd32[FD_SETSIZE/32]; } fd_set;
1660 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout)
1665 fd_set *r, *w, *e;
2134 int select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout)
2450 void FD_ZERO(fd_set *set)
2456 void FD_SET(int fd, fd_set *set)