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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_timeout.c181 struct timespec tspec; local
190 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0)
192 now = (hrtime_t)tspec.tv_sec * (hrtime_t)NANOSEC + tspec.tv_nsec;
247 struct timespec tspec; local
254 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0)
256 current_time = (hrtime_t)tspec.tv_sec * (hrtime_t)NANOSEC +
257 tspec.tv_nsec;
312 struct timespec tspec; local
334 if (clock_gettime(CLOCK_REALTIME, &tspec) !
[all...]
H A Dsip_gids.c143 struct timespec tspec; local
155 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0)
157 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;
/illumos-gate/usr/src/cmd/vgrind/
H A Dvgrind.ksh42 tspec=0
107 tspec=1
143 if [ $filter -eq 1 -a $tspec -eq 1 ] ; then
148 if [ $tspec -eq 1 -a \( $twospec -eq 1 -o $pspec -eq 1 \) ] ; then
/illumos-gate/usr/src/cmd/newform/
H A Dnewform.c324 int tspec = 0; /* Tab spec pointer */ local
545 tspec = sitabspec;
549 tspec = readspec(siline);
550 sitabspec = tspec;
562 tspec = readspec(work);
565 return (tspec);
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c72 struct timespec tspec; local
74 tspec.tv_sec = seconds;
75 tspec.tv_nsec = 0;
77 return (nanosleep(&tspec, NULL));

Completed in 65 milliseconds