Home
last modified time | relevance | path

Searched refs:pDt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_tsyncpci.c779 void ApplyTimeOffset(DoyTimeObj* pDt, int off) in ApplyTimeOffset() argument
785 SecTimeFromDoyTime(&st, pDt); in ApplyTimeOffset()
791 DoyTimeFromSecTime(pDt, &st); in ApplyTimeOffset()
828 pSt->seconds += pDt->second; in SecTimeFromDoyTime()
831 pSt->ns = pDt->ns; in SecTimeFromDoyTime()
901 pDt->year = yrs + TSYNC_TIME_BASE_YEAR; in DoyTimeFromSecTime()
902 pDt->doy = doys; in DoyTimeFromSecTime()
903 pDt->hour = hrs; in DoyTimeFromSecTime()
904 pDt->minute = mins; in DoyTimeFromSecTime()
905 pDt->second = (unsigned int)secs; in DoyTimeFromSecTime()
[all …]