Home
last modified time | relevance | path

Searched refs:rtc_tm_to_secs (Results 1 – 6 of 6) sorted by relevance

/haiku/headers/private/kernel/
H A Dreal_time_clock.h33 uint32 rtc_tm_to_secs(const struct tm *t);
/haiku/src/system/kernel/arch/sparc/
H A Darch_platform.cpp214 return rtc_tm_to_secs(&t); in GetHardwareRTC()
/haiku/src/system/kernel/arch/x86/
H A Darch_real_time_clock.cpp152 return rtc_tm_to_secs(&t); in cmos_to_secs()
/haiku/src/system/kernel/
H A Dreal_time_clock.cpp179 rtc_tm_to_secs(const struct tm *tm) in rtc_tm_to_secs() function
/haiku/src/system/kernel/arch/m68k/
H A Darch_real_time_clock.cpp138 return rtc_tm_to_secs(&t); in cmos_to_secs()
/haiku/src/system/kernel/arch/ppc/
H A Darch_platform.cpp214 return rtc_tm_to_secs(&t); in GetHardwareRTC()