Searched defs:poll_drv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/vntsd/
H A Dvntsd.c330 struct pollfd poll_drv[1]; local
564 bzero(poll_drv, sizeof (poll_drv));
566 poll_drv[0].fd = vntsdp->ctrl_fd;
567 poll_drv[0].events = POLLIN;
569 if (poll(poll_drv, 1, -1) == -1) {
581 poll_drv[0].revents);

Completed in 44 milliseconds