Searched defs:tm (Results 1 – 9 of 9) sorted by relevance
40 struct tm { struct41 int tm_sec; /* seconds */ argument42 int tm_min; /* minutes */ argument43 int tm_hour; /* hours */ argument44 int tm_mday; /* day of the month */ argument45 int tm_mon; /* month */ argument46 int tm_year; /* year */ argument47 int tm_wday; /* day of the week */ argument48 int tm_yday; /* day in the year */ argument49 int tm_isdst; /* daylight saving time */ argument
576 struct tm *tm = &s->current_tm; in rtc_set_time() local606 const struct tm *tm = &s->current_tm; in rtc_copy_date() local
501 struct tm *tm, result; in libxl__arch_domain_create() local
4805 static inline bool libxl__timer_mode_is_default(libxl_timer_mode *tm) in libxl__timer_mode_is_default()
491 struct tm tm; in preserve_domain() local
830 struct tm tm; in printk_start_of_line() local
49 tm : 1, /* bit 62 - VT-d transient-mapping hint in member
145 struct tm *tm; in trace_io() local
294 tm : 1, member
Completed in 49 milliseconds