Home
last modified time | relevance | path

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

/netbsd/sys/arch/x68k/dev/
H A Drtclock.c145 u_char hour1, hour2; in rtsettod() local
155 hour1 = dt->dt_hour / 10; in rtsettod()
170 RTC_WRITE(RTC_HOUR10, hour1); in rtsettod()
/netbsd/sys/arch/amiga/dev/
H A Da34kbbc.c121 dt->dt_hour = rt->hour1 * 10 + rt->hour2; in a34kugettod()
170 rt->hour1 = dt->dt_hour / 10; in a34kusettod()
H A Drtc.h49 u_int :28, hour1:4; /* 0x17 upper digit */
/netbsd/external/bsd/ntp/dist/kernel/sys/
H A Dtpro.h13 u_short hour1; /* hours * 1 */ member
/netbsd/external/bsd/ntp/dist/ntpd/
H A Drefclock_tpro.c173 tp->day100, tp->day10, tp->day1, tp->hour10, tp->hour1, in tpro_poll()
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dmktime.c169 ydhms_diff (long int year1, long int yday1, int hour1, int min1, int sec1, in ydhms_diff() argument
191 time_t hours = 24 * days + hour1 - hour0; in ydhms_diff()