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

/opensolaris-onvv-gate/usr/src/lib/libldap4/ber/
H A Dio.c198 struct pollfd poll_tab[1]; local
199 poll_tab[0].fd = sb->sb_sd;
200 poll_tab[0].events = POLLIN;
201 poll_tab[0].revents = 0;
202 if ( poll(poll_tab, 1, 10000) <= 0) {

Completed in 97 milliseconds