Lines Matching refs:tv
2042 struct timeval tv; in osl_connectSocketTo() local
2112 tv.tv_sec= pTimeout->Seconds; in osl_connectSocketTo()
2113 tv.tv_usec= pTimeout->Nanosec / 1000L; in osl_connectSocketTo()
2121 (pTimeout) ? &tv : 0); in osl_connectSocketTo()
2571 struct timeval tv; in __osl_socket_poll() local
2586 tv.tv_sec = pTimeout->Seconds; in __osl_socket_poll()
2587 tv.tv_usec = pTimeout->Nanosec / 1000; in __osl_socket_poll()
2595 (pTimeout) ? &tv : NULL); in __osl_socket_poll()
3030 struct timeval tv; in osl_demultiplexSocketEvents() local
3038 tv.tv_sec = pTimeout->Seconds; in osl_demultiplexSocketEvents()
3039 tv.tv_usec = pTimeout->Nanosec / 1000L; in osl_demultiplexSocketEvents()
3061 pTimeout ? &tv : 0); in osl_demultiplexSocketEvents()