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);
2800 clock_sec_t secs; in powerChangeDone()
2803 clock_sec_t adjWakeTime; in powerChangeDone()
2892 clock_sec_t wake2DarkwakeSecs, darkwake2SleepSecs; in powerChangeDone()
2926 clock_sec_t secs = 0; in powerChangeDone()
4417 clock_sec_t secs; in recordRTCAlarm()
5403 clock_sec_t now_secs = gIOLastSleepTime.tv_sec; in evaluateSystemSleepPolicy()
5413 clock_sec_t elapsed = now_secs - _standbyTimerResetSeconds; in evaluateSystemSleepPolicy()
7527 IOPMConvertSecondsToCalendar(clock_sec_t secs, IOPMCalendarStruct * dt) in IOPMConvertSecondsToCalendar()
7530 clock_sec_t n, x, y, z; in IOPMConvertSecondsToCalendar()
7593 static clock_sec_t
7645 clock_sec_t nowsecs, wakesecs; in setWakeTime()
7707 clock_sec_t sec; in aotShouldExit()
11517 clock_sec_t tsec; in pmEventTimeStamp()