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

/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp4216 if (fReportBuf) {
4218 STATEREPORT_SETSTATE(fReportBuf, fCurrentPowerState, ts);
4279 if (fReportBuf) {
4281 STATEREPORT_SETSTATE(fReportBuf, fCurrentPowerState, ts);
6545 if (fReportBuf)
6551 fReportBuf = IOMalloc(reportSize);
6552 if (!fReportBuf) {
6556 memset(fReportBuf, 0, reportSize);
6558 STATEREPORT_INIT(fNumberOfPowerStates, fReportBuf, reportSize,
6571 STATEREPORT_SETSTATEID(fReportBuf,
[all...]
H A DIOServicePMPrivate.h438 #define fReportBuf pwrMgt->ReportBuf macro

Completed in 100 milliseconds