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

/xnu-2782.1.97/iokit/IOKit/
H A DIOKernelReporters.h437 /*! @function IOReporter::handleSwapPrepare
444 ::handleSwapPrepare() is responsible for allocating appropriately-
452 virtual IOReturn handleSwapPrepare(int newNChannels);
1232 /*! @function IOStateReporter::handleSwapPrepare
1243 virtual IOReturn handleSwapPrepare(int newNChannels);
/xnu-2782.1.97/iokit/Kernel/
H A DIOReporter.cpp303 if ((kerr = handleSwapPrepare(newNChannels))) {
418 IOReporter::handleSwapPrepare(int newNChannels) function in class:IOReporter
427 //IORLOG("IOReporter::handleSwapPrepare");
H A DIOStateReporter.cpp115 IOStateReporter::handleSwapPrepare(int newNChannels) function in class:IOStateReporter
120 //IORLOG("handleSwapPrepare (state) _nChannels before = %u", _nChannels);
146 res = super::handleSwapPrepare(newNChannels);

Completed in 23 milliseconds