Searched refs:tm_sec (Results 1 – 7 of 7) sorted by relevance
/xen/xen/include/xen/ |
A D | time.h | 41 int tm_sec; /* seconds */ member
|
/xen/xen/common/ |
A D | time.c | 70 tbuf.tm_sec = rem % 60; in gmtime()
|
/xen/xen/arch/x86/hvm/ |
A D | rtc.c | 583 tm->tm_hour, tm->tm_min, tm->tm_sec); in rtc_set_time() 585 tm->tm_sec = from_bcd(s, s->hw.cmos_data[RTC_SECONDS]); in rtc_set_time() 594 tm->tm_hour, tm->tm_min, tm->tm_sec); in rtc_set_time() 610 s->hw.cmos_data[RTC_SECONDS] = to_bcd(s, tm->tm_sec); in rtc_copy_date()
|
/xen/tools/libs/toollog/ |
A D | xtl_logger_stdio.c | 66 lt->tm_hour, lt->tm_min, lt->tm_sec, in stdiostream_vmessage()
|
/xen/xen/drivers/char/ |
A D | console.c | 848 tm.tm_hour, tm.tm_min, tm.tm_sec); in printk_start_of_line() 856 tm.tm_hour, tm.tm_min, tm.tm_sec, nsec / 1000000); in printk_start_of_line()
|
/xen/tools/ocaml/xenstored/ |
A D | logging.ml | 130 tm.Unix.tm_hour tm.Unix.tm_min tm.Unix.tm_sec
|
/xen/tools/xenstore/ |
A D | xenstored_core.c | 160 tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec, in trace_io()
|
Completed in 13 milliseconds