Searched refs:removeInterruptStatistics (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptEventSource.cpp200 provider->removeInterruptStatistics(reserved->statistics->interruptIndex);
H A DIOService.cpp5938 IOReturn IOService::removeInterruptStatistics(int source) function in class:IOService
5956 panic("removeInterruptStatistics called for index %d, which was never registered", source);
5969 panic("removeInterruptStatistics called for empty index %d", source);
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1115 /*! @function removeInterruptStatistics
1119 IOReturn removeInterruptStatistics(int source);

Completed in 148 milliseconds