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

/xnu-2782.1.97/iokit/IOKit/
H A DIOReportMacros.h213 #define STATEREPORT_BUFSIZE(nstates) \ macro
221 * void* buffer - ptr to STATEREPORT_BUFSIZE(nstates) bytes
235 if ((bufSize) >= STATEREPORT_BUFSIZE(nstates)) { \
/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp6550 reportSize = STATEREPORT_BUFSIZE(fNumberOfPowerStates);
6585 IOFree(fReportBuf, STATEREPORT_BUFSIZE(fNumberOfPowerStates));

Completed in 37 milliseconds