Home | History | Annotate | Download | only in src

Lines Matching full:fileno

510         // check for fileno valid before using
511 int fileno=dc1394_capture_get_fileno(dcCam);
513 if (fileno>=0 && FD_ISSET(fileno, &dc1394.camFds))
514 FD_CLR(fileno, &dc1394.camFds);