Lines Matching refs:tm_sec
43 sec = time->tm_sec; in alarm_mkdaysec()
68 wkalarm.tm_sec = alarm->wktime.tm_sec; in alarm_set()
85 alarm->wktime.tm_sec = wkalarm.tm_sec; in alarm_set()
132 alarm->wktime.tm_sec = now->tm_sec + 1; in alarm_wakeup()
133 if (alarm->wktime.tm_sec > 59) in alarm_wakeup()
135 alarm->wktime.tm_sec = 0; in alarm_wakeup()
153 if (alarm->wktime.tm_sec == now->tm_sec) in alarm_wakeup()
172 (alarm->wktime.tm_sec == now->tm_sec)) in alarm_wakeup()
383 if ((setup->tm_sec > 59) || (setup->tm_sec < 0)) in alarm_setup()
384 setup->tm_sec = now.tm_sec; in alarm_setup()
396 alarm->wktime.tm_sec = now.tm_sec + 1; in alarm_setup()
397 if (alarm->wktime.tm_sec > 59) in alarm_setup()
399 alarm->wktime.tm_sec = 0; in alarm_setup()
507 if ((setup->tm_hour == 23) && (setup->tm_min == 59) && (setup->tm_sec == 59)) in alarm_setup()
513 setup->tm_sec = 60 - RT_ALARM_DELAY; in alarm_setup()
808 alarm->wktime.tm_hour, alarm->wktime.tm_min, alarm->wktime.tm_sec, in rt_alarm_dump()