Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c108 pc_rtc_offset.day_alrm = fadt->DayAlarm; in pc_tod_set_rtc_offsets()
118 pc_rtc_offset.century = fadt->Century; in pc_tod_set_rtc_offsets()
122 pc_rtc_offset.loaded = ok; in pc_tod_set_rtc_offsets()
240 int day_alrm = pc_rtc_offset.day_alrm; in todpc_setalarm()
241 int mon_alrm = pc_rtc_offset.mon_alrm; in todpc_setalarm()
361 day_alrm = pc_rtc_offset.day_alrm; in todpc_rtcget()
362 mon_alrm = pc_rtc_offset.mon_alrm; in todpc_rtcget()
363 if (pc_rtc_offset.century != 0) { in todpc_rtcget()
364 century = pc_rtc_offset.century; in todpc_rtcget()
430 if (pc_rtc_offset.century != 0) { in todpc_rtcput()
[all …]