Searched refs:utc_offset (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/sys/dev/tws/
H A Dtws_services.h136 #define TWS_LOCAL_TIME (time_second - utc_offset())
H A Dtws_hdm.c530 TWS_TRACE_DEBUG(sc, "utc_offset", utc_offset(), 0);
/freebsd-12-stable/sys/sys/
H A Dclock.h60 int utc_offset(void);
/freebsd-12-stable/sys/dev/twa/
H A Dtw_osl_inline.h267 (time_second - utc_offset())
/freebsd-12-stable/tools/test/gpioevents/
H A Dgpioevents.c56 static struct timespec utc_offset; variable in typeref:struct:timespec
159 timespecsub(&utctime, &monotime, &utc_offset);
170 if (!timespecisset(&utc_offset)) {
173 timespecadd(&utc_offset, &ts, &ts);
/freebsd-12-stable/sys/kern/
H A Dsubr_rtc.c147 ts.tv_sec -= utc_offset();
308 ts->tv_sec += utc_offset();
H A Dsubr_fattime.c148 t1 -= utc_offset();
254 tsp->tv_sec += utc_offset();
H A Dsubr_clock.c386 utc_offset(void) function
/freebsd-12-stable/sys/dev/efidev/
H A Defirtc.c165 ts->tv_sec -= utc_offset();
/freebsd-12-stable/sys/dev/iicbus/
H A Disl12xx.c294 ts->tv_sec -= utc_offset();
H A Drtc8583.c258 ts->tv_sec -= utc_offset();
H A Dnxprtc.c802 ts->tv_sec += utc_offset();
838 ts->tv_sec -= utc_offset();
H A Dds1307.c381 ts->tv_sec -= utc_offset();
H A Dds13rtc.c420 ts->tv_sec -= utc_offset();
H A Dds3231.c550 ts->tv_sec -= utc_offset();
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_ripencc.c355 unsigned char *dim_mode, short *utc_offset, double *bias, double *drift,
2855 short *utc_offset,
2877 *utc_offset = bGetShort(&buf[16]);
4476 utc_offset, local
4505 &utc_offset,
4531 pbuf += sprintf(pbuf, "\nUTC offset: %2d", utc_offset);
2847 rpt_0x8F0B( TSIPPKT *rpt, unsigned short *event, double *tow, unsigned char *date, unsigned char *month, short *year, unsigned char *dim_mode, short *utc_offset, double *bias, double *drift, float *bias_unc, float *dr_unc, double *lat, double *lon, double *alt, char sv_id[8] ) argument

Completed in 220 milliseconds