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

/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvrtc.c168 rtcset(struct rtcdev *rtc, int val) function
221 rtc->sec = rtcset(rtc, ct.sec);
222 rtc->min = rtcset(rtc, ct.min);
246 rtc->hour = rtcset(rtc, hour);
251 rtc->day_of_week = rtcset(rtc, ct.dow + 1);
252 rtc->day_of_month = rtcset(rtc, ct.day);
253 rtc->month = rtcset(rtc, ct.mon);
254 rtc->year = rtcset(rtc, ct.year % 100);
255 rtc->century = rtcset(rtc, ct.year / 100);

Completed in 108 milliseconds