Searched refs:hv_kvp_poll_fd (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c1368 struct pollfd hv_kvp_poll_fd[1]; local
1430 hv_kvp_poll_fd[0].fd = hv_kvp_dev_fd;
1431 hv_kvp_poll_fd[0].events = (POLLIN | POLLRDNORM);
1440 r = poll (hv_kvp_poll_fd, 1, 100);
1443 r, hv_kvp_poll_fd[0].revents);

Completed in 104 milliseconds