Home | History | Annotate | Download | only in src

Lines Matching refs:FD_SET

177   fd_set *r;
184 log_Printf(LogERROR, "DoLoop: Cannot create fd_set\n");
188 FD_SET(dev->cs, r);
248 ng_RemoveFromSet(struct physical *p, fd_set *r, fd_set *w, fd_set *e)
353 ng_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
363 FD_SET(dev->cs, r);
379 ng_IsSet(struct fdescriptor *d, const fd_set *fdset)
393 const fd_set *fdset)