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

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_timeout.c179 struct timespec tspec; local
188 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0)
190 now = (hrtime_t)tspec.tv_sec * (hrtime_t)NANOSEC + tspec.tv_nsec;
245 struct timespec tspec; local
252 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0)
254 current_time = (hrtime_t)tspec.tv_sec * (hrtime_t)NANOSEC +
255 tspec.tv_nsec;
310 struct timespec tspec; local
332 if (clock_gettime(CLOCK_REALTIME, &tspec) !
[all...]
H A Dsip_gids.c140 struct timespec tspec; local
152 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0)
154 time = (uint32_t)tspec.tv_nsec;
H A Dsip_itf.c588 struct timespec tspec; local
682 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0)
684 sip_hash_salt = tspec.tv_nsec;

Completed in 40 milliseconds