Home
last modified time | relevance | path

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

/Documentation/lguest/
Dlguest.c561 unsigned int maxfd = devices.max_infd; in waker() local
565 if (waker_fds.pipe[0] > maxfd) in waker()
566 maxfd = waker_fds.pipe[0]; in waker()
569 select(maxfd+1, &rfds, NULL, NULL, NULL); in waker()