Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Drtc.c582 tm->tm_hour, tm->tm_min, tm->tm_sec); in rtc_set_time()
586 tm->tm_hour = convert_hour(s, s->hw.cmos_data[RTC_HOURS]); in rtc_set_time()
593 tm->tm_hour, tm->tm_min, tm->tm_sec); in rtc_set_time()
614 s->hw.cmos_data[RTC_HOURS] = to_bcd(s, tm->tm_hour); in rtc_copy_date()
619 int h = (tm->tm_hour % 12) ? tm->tm_hour % 12 : 12; in rtc_copy_date()
621 if ( tm->tm_hour >= 12 ) in rtc_copy_date()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dtime.h43 int tm_hour; /* hours */ member
/xen-4.10.0-shim-comet/xen/common/
A Dtime.c67 tbuf.tm_hour = rem / SECS_PER_HOUR; in gmtime()
/xen-4.10.0-shim-comet/tools/libs/toollog/
A Dxtl_logger_stdio.c66 lt->tm_hour, lt->tm_min, lt->tm_sec, in stdiostream_vmessage()
/xen-4.10.0-shim-comet/xen/drivers/char/
A Dconsole.c709 tm.tm_hour, tm.tm_min, tm.tm_sec); in printk_start_of_line()
714 tm.tm_hour, tm.tm_min, tm.tm_sec, nsec / 1000000); in printk_start_of_line()
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dlogging.ml130 tm.Unix.tm_hour tm.Unix.tm_min tm.Unix.tm_sec
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxenstored_core.c156 tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec, in trace_io()

Completed in 12 milliseconds