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

/xnu-2422.115.4/iokit/Kernel/
H A DIOServicePM.cpp6591 size_t reportSize; local
6610 reportSize = STATEREPORT_BUFSIZE(fNumberOfPowerStates);
6611 fReportBuf = IOMalloc(reportSize);
6616 memset(fReportBuf, 0, reportSize);
6618 STATEREPORT_INIT(fNumberOfPowerStates, fReportBuf, reportSize,

Completed in 63 milliseconds