Searched refs:tspec (Results 1 – 6 of 6) sorted by relevance
181 struct timespec tspec; in sip_timeout() local190 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_timeout()192 now = (hrtime_t)tspec.tv_sec * (hrtime_t)NANOSEC + tspec.tv_nsec; in sip_timeout()247 struct timespec tspec; in sip_schedule_to_functions() local254 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_schedule_to_functions()256 current_time = (hrtime_t)tspec.tv_sec * (hrtime_t)NANOSEC + in sip_schedule_to_functions()257 tspec.tv_nsec; in sip_schedule_to_functions()312 struct timespec tspec; in sip_timer_thr() local334 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_timer_thr()336 current_time = (hrtime_t)tspec.tv_sec * (hrtime_t)NANOSEC + in sip_timer_thr()[all …]
143 struct timespec tspec; in sip_guid() local155 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_guid()157 time = (uint32_t)tspec.tv_nsec; in sip_guid()
588 struct timespec tspec; in sip_stack_init() local682 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_stack_init()684 sip_hash_salt = tspec.tv_nsec; in sip_stack_init()
42 tspec=0107 tspec=1143 if [ $filter -eq 1 -a $tspec -eq 1 ] ; then148 if [ $tspec -eq 1 -a \( $twospec -eq 1 -o $pspec -eq 1 \) ] ; then
324 int tspec = 0; /* Tab spec pointer */ in cnvtspec() local545 tspec = sitabspec; in cnvtspec()549 tspec = readspec(siline); in cnvtspec()550 sitabspec = tspec; in cnvtspec()562 tspec = readspec(work); in cnvtspec()565 return (tspec); in cnvtspec()
72 struct timespec tspec; in nsleep() local74 tspec.tv_sec = seconds; in nsleep()75 tspec.tv_nsec = 0; in nsleep()77 return (nanosleep(&tspec, NULL)); in nsleep()