Searched refs:tm_hour (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | rtc.c | 582 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 D | time.h | 43 int tm_hour; /* hours */ member
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | time.c | 67 tbuf.tm_hour = rem / SECS_PER_HOUR; in gmtime()
|
/xen-4.10.0-shim-comet/tools/libs/toollog/ |
A D | xtl_logger_stdio.c | 66 lt->tm_hour, lt->tm_min, lt->tm_sec, in stdiostream_vmessage()
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | console.c | 709 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 D | logging.ml | 130 tm.Unix.tm_hour tm.Unix.tm_min tm.Unix.tm_sec
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_core.c | 156 tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec, in trace_io()
|
Completed in 12 milliseconds