Lines Matching refs:tv
2065 struct timeval tv; in osl_connectSocketTo() local
2135 tv.tv_sec= pTimeout->Seconds; in osl_connectSocketTo()
2136 tv.tv_usec= pTimeout->Nanosec / 1000L; in osl_connectSocketTo()
2144 (pTimeout) ? &tv : 0); in osl_connectSocketTo()
2606 struct timeval tv; in __osl_socket_poll() local
2618 tv.tv_sec = pTimeout->Seconds; in __osl_socket_poll()
2619 tv.tv_usec = pTimeout->Nanosec / 1000; in __osl_socket_poll()
2627 (pTimeout) ? &tv : NULL); in __osl_socket_poll()
3060 struct timeval tv; in osl_demultiplexSocketEvents() local
3068 tv.tv_sec = pTimeout->Seconds; in osl_demultiplexSocketEvents()
3069 tv.tv_usec = pTimeout->Nanosec / 1000L; in osl_demultiplexSocketEvents()
3091 pTimeout ? &tv : 0); in osl_demultiplexSocketEvents()