Home
last modified time | relevance | path

Searched refs:STATEREPORT_BUFSIZE (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.61.3/iokit/IOKit/
H A DIOReportMacros.h220 #define STATEREPORT_BUFSIZE(nstates) \ macro
243 if ((bufSize) >= STATEREPORT_BUFSIZE(nstates)) { \
/xnu-10002.61.3/iokit/Kernel/
H A DIOServicePM.cpp619 IOFreeData(fReportBuf, STATEREPORT_BUFSIZE(fNumberOfPowerStates)); in PMfree()
7259 reportSize = STATEREPORT_BUFSIZE(fNumberOfPowerStates); in configurePowerStatesReport()
7295 IOFreeData(fReportBuf, STATEREPORT_BUFSIZE(fNumberOfPowerStates)); in configurePowerStatesReport()