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

/freebsd-10-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c1377 struct pollfd hv_kvp_poll_fd[1]; local
1439 hv_kvp_poll_fd[0].fd = hv_kvp_dev_fd;
1440 hv_kvp_poll_fd[0].events = (POLLIN | POLLRDNORM);
1449 r = poll (hv_kvp_poll_fd, 1, INFTIM);
1452 r, hv_kvp_poll_fd[0].revents);

Completed in 156 milliseconds