Home
last modified time | relevance | path

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

/arch/m68k/sun3/
Dintersil.c51 todintersil->month = t->tm_mon; in sun3_hwclk()
61 t->tm_mon = todintersil->month; in sun3_hwclk()
/arch/m68k/sun3x/
Dtime.c54 h->month = bin2bcd(t->tm_mon); in sun3x_hwclk()
64 t->tm_mon = bcd2bin(h->month); in sun3x_hwclk()
Dtime.h15 volatile unsigned char month; member
/arch/m68k/include/asm/
Dintersil.h32 unsigned char month; member
Dapollohw.h47 unsigned char month, year; member
/arch/mips/include/asm/
Dm48t37.h27 volatile u8 month; member
/arch/m68k/apollo/
Dconfig.c224 t->tm_mon=rtc->month; in dn_dummy_hwclk()
233 rtc->month=t->tm_mon; in dn_dummy_hwclk()
/arch/alpha/include/asm/
Derr_common.h74 u8 month; member
/arch/alpha/kernel/
Derr_common.c173 timestamp->b.month, timestamp->b.day, in el_print_timestamp()
/arch/ia64/hp/sim/boot/
Dfw-emu.c95 tp->month = y + 1; in offtime()
/arch/x86/platform/efi/
Defi.c115 now->tv_sec = mktime(eft.year, eft.month, eft.day, eft.hour, in efi_get_time()
/arch/ia64/kernel/
Defi.c248 ts->tv_sec = mktime(tm.year, tm.month, tm.day, in STUB_GET_TIME()