Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Drtc.c110 static void configure_rtc_base_datetime(const char *startdate) in configure_rtc_base_datetime() argument
115 if (sscanf(startdate, "%d-%d-%dT%d:%d:%d", &tm.tm_year, &tm.tm_mon, in configure_rtc_base_datetime()
118 } else if (sscanf(startdate, "%d-%d-%d", in configure_rtc_base_datetime()