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

/freebsd-10.0-release/usr.sbin/bhyve/
H A Drtc.c104 } rtc_alarm; variable in typeref:struct:__anon11548
215 *eax = rtc_alarm.secs;
218 *eax = rtc_alarm.mins;
221 *eax = rtc_alarm.hours;
291 rtc_alarm.secs = *eax;
294 rtc_alarm.mins = *eax;
297 rtc_alarm.hours = *eax;

Completed in 62 milliseconds