Home
last modified time | relevance | path

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

/Documentation/lguest/
Dlguest.c102 int max_infd; member
529 if (fd > devices.max_infd) in add_device_fd()
530 devices.max_infd = fd; in add_device_fd()
561 unsigned int maxfd = devices.max_infd; in waker()
1087 num = select(devices.max_infd+1, &fds, NULL, NULL, &poll); in handle_input()
1920 devices.max_infd = -1; in main()