Searched refs:day_of_week (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_clock.c | 88 #define day_of_week(days) (((days) + 4) % 7) macro 254 ct->dow = day_of_week(days); in clock_ts_to_ct()
|
/freebsd/contrib/dialog/ |
H A D | calendar.c | 243 day_of_week(int y, int m, int d) in day_of_week() function 277 dow = day_of_week(year, month, day); in iso_week() 278 new_year_dow = day_of_week(year, 1, 1); in iso_week()
|
/freebsd/sys/amd64/vmm/io/ |
H A D | vrtc.c | 61 uint8_t day_of_week; member 254 rtc->day_of_week = rtcset(rtc, ct.dow + 1); in secs_to_rtc() 1043 SNAPSHOT_VAR_OR_LEAVE(vrtc->rtcdev.day_of_week, meta, ret, done); in vrtc_snapshot()
|