Home
last modified time | relevance | path

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

/sys/dev/x86/
Drtc.c71 tm.wday = RTC_ReadReg(RTC_WEEKDAY); in RTC_ReadTime()
85 tm.wday = BCD_TO_BIN(tm.wday); in RTC_ReadTime()
97 tm.wday -= 1; in RTC_ReadTime()
/sys/include/
Dktime.h14 int wday; member
/sys/kern/
Dktime.c132 tm->wday = (days + 3) % 7; in KTime_FromEpoch()
221 dayOfWeek[tm.wday], months[tm.month], in Debug_Date()