Lines Matching refs:th_offset
110 struct bintime th_offset; /* bin (up)time at windup */ member
131 .th_offset = { .sec = 1, .frac = 0 },
487 *bt = th->th_offset; in binuptime()
558 *bt = th->th_offset; in getbinuptime()
574 bintime2timespec(&th->th_offset, tsp); in getnanouptime()
590 bintime2timeval(&th->th_offset, tvp); in getmicrouptime()
607 *bt = th->th_offset; in getbintime()
950 bintime_addx(&th->th_offset, th->th_scale * delta); in tc_windup()
974 bt = th->th_offset; in tc_windup()
1046 setrealuptime(th->th_microtime.tv_sec, th->th_offset.sec); in tc_windup()
1329 bt = pps->capth->th_offset; in pps_ref_event()