Lines Matching refs:clock_sec_t
243 static int IOPMConvertSecondsToCalendar(clock_sec_t secs, IOPMCalendarStruct * dt);
244 static clock_sec_t IOPMConvertCalendarToSeconds(const IOPMCalendarStruct * dt);
2805 clock_sec_t secs; in powerChangeDone()
2808 clock_sec_t adjWakeTime; in powerChangeDone()
2897 clock_sec_t wake2DarkwakeSecs, darkwake2SleepSecs; in powerChangeDone()
2942 clock_sec_t secs = 0; in powerChangeDone()
4439 clock_sec_t secs; in recordRTCAlarm()
5425 clock_sec_t now_secs = gIOLastSleepTime.tv_sec; in evaluateSystemSleepPolicy()
5435 clock_sec_t elapsed = now_secs - _standbyTimerResetSeconds; in evaluateSystemSleepPolicy()
7595 IOPMConvertSecondsToCalendar(clock_sec_t secs, IOPMCalendarStruct * dt) in IOPMConvertSecondsToCalendar()
7598 clock_sec_t n, x, y, z; in IOPMConvertSecondsToCalendar()
7661 static clock_sec_t
7713 clock_sec_t nowsecs, wakesecs; in setWakeTime()
7775 clock_sec_t sec; in aotShouldExit()
11663 clock_sec_t tsec; in pmEventTimeStamp()