Lines Matching full:time
29 * qemu_get_timedate: Get the current RTC time
30 * @tm: struct tm to fill in with RTC time
31 * @offset: offset in seconds to adjust the RTC time by before
34 * This function fills in @tm with the current RTC time, as adjusted
35 * by @offset (for example, if @offset is 3600 then the returned time/date
36 * will be one hour further ahead than the current RTC time).
39 * to find the time/date value that they should return to the guest
49 * @tm: struct tm containing the date/time to compare against
51 * Returns the difference in seconds between the RTC clock time
52 * and the date/time specified in @tm. For example, if @tm specifies
53 * a timestamp one hour further ahead than the current RTC time