Lines Matching refs:clock_sec_t
239 static int IOPMConvertSecondsToCalendar(clock_sec_t secs, IOPMCalendarStruct * dt);
240 static clock_sec_t IOPMConvertCalendarToSeconds(const IOPMCalendarStruct * dt);
2755 clock_sec_t secs; in powerChangeDone()
2758 clock_sec_t adjWakeTime; in powerChangeDone()
2847 clock_sec_t wake2DarkwakeSecs, darkwake2SleepSecs; in powerChangeDone()
2881 clock_sec_t secs = 0; in powerChangeDone()
4368 clock_sec_t secs; in recordRTCAlarm()
5354 clock_sec_t now_secs = gIOLastSleepTime.tv_sec; in evaluateSystemSleepPolicy()
5364 clock_sec_t elapsed = now_secs - _standbyTimerResetSeconds; in evaluateSystemSleepPolicy()
7471 IOPMConvertSecondsToCalendar(clock_sec_t secs, IOPMCalendarStruct * dt) in IOPMConvertSecondsToCalendar()
7474 clock_sec_t n, x, y, z; in IOPMConvertSecondsToCalendar()
7537 static clock_sec_t
7589 clock_sec_t nowsecs, wakesecs; in setWakeTime()
7647 clock_sec_t sec; in aotShouldExit()
11447 clock_sec_t tsec; in pmEventTimeStamp()