Lines Matching refs:sec
159 ct->hour > 23 || ct->min > 59 || ct->sec > 59 || year < 1970 || in clock_ct_to_ts()
186 ct->sec; in clock_ct_to_ts()
214 !validbcd(bct->min) || !validbcd(bct->sec)) { in clock_bcd_to_ts()
219 bct->hour, bct->min, bct->sec); in clock_bcd_to_ts()
228 ct.sec = FROMBCD(bct->sec); in clock_bcd_to_ts()
280 ct->sec = rsec; in clock_ts_to_ct()
300 KASSERT(ct->sec >= 0 && ct->sec <= 60, in clock_ts_to_ct()
301 ("seconds %d not in 0-60", ct->sec)); in clock_ts_to_ct()
327 bct->sec = TOBCD(ct.sec); in clock_ts_to_bcd()
341 bct->hour, bct->min, bct->sec, in clock_print_bcd()
346 bct->hour, bct->min, bct->sec); in clock_print_bcd()
359 ct->hour, ct->min, ct->sec, in clock_print_ct()
364 ct->hour, ct->min, ct->sec); in clock_print_ct()