Searched defs:my_tm (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp117 /** @todo Replace struct my_tm with RTTIME. */
118 struct my_tm struct
136 struct my_tm current_tm;
283 struct my_tm *tm = &pThis->current_tm;
587 static void rtc_next_second(struct my_tm *tm)
664 const struct my_tm *tm = &pThis->current_tm;
978 static void rtc_set_date(PRTCSTATE pThis, const struct my_tm *tm)
1006 struct my_tm Tm;

Completed in 35 milliseconds