Lines Matching refs:IOTimerEventSource
827 static IOTimerEventSource *
831 IOTimerEventSource *tes; in copyExclaveTimerEventSource()
845 tes = OSDynamicCast(IOTimerEventSource, obj); in copyExclaveTimerEventSource()
857 IOTimerEventSource *tes = NULL; in exclaveRegisterTimer()
858 IOTimerEventSource::Action action; in exclaveRegisterTimer()
868 action = OSMemberFunctionCast(IOTimerEventSource::Action, in exclaveRegisterTimer()
870 tes = IOTimerEventSource::timerEventSource(this, action); in exclaveRegisterTimer()
904 IOTimerEventSource *tes; in exclaveRemoveTimer()
946 IOTimerEventSource *tes; in exclaveEnableTimer()
981 IOTimerEventSource *tes; in exclaveTimerSetTimeout()
1012 IOTimerEventSource *tes; in exclaveTimerCancelTimeout()
1039 IOService::exclaveTimerFired(IOTimerEventSource *eventSource) in exclaveTimerFired()