Home
last modified time | relevance | path

Searched refs:seconds2 (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/rtc/
H A Drtc02.c43 long delta, seconds1, seconds2; in rtc_tm_cmp() local
80 seconds2 = (read_tm->tm_hour * 3600) + (read_tm->tm_min * 60) + read_tm->tm_sec; in rtc_tm_cmp()
82 delta = seconds2 - seconds1; in rtc_tm_cmp()
85 tst_res(TFAIL, "seconds1 is %ld, seconds2 is %ld", seconds1, seconds2); in rtc_tm_cmp()

Completed in 1 milliseconds