Home
last modified time | relevance | path

Searched refs:SIMPLEREPORT_SETVALUE (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.61.3/iokit/IOKit/
H A DIOReportMacros.h112 #define SIMPLEREPORT_SETVALUE(simp_buf, new_value) \ macro
/xnu-10002.61.3/iokit/Kernel/
H A DIOPMrootDomain.cpp9829 SIMPLEREPORT_SETVALUE(buf, sleepCnt);
9831 SIMPLEREPORT_SETVALUE(buf, darkWakeCnt);
9833 SIMPLEREPORT_SETVALUE(buf, displayWakeCnt);
H A DIOServicePM.cpp7443 SIMPLEREPORT_SETVALUE(buf, ((bits & 0xff) << 8) | ((StateOrder(fMaxPowerState) & 0xf) << 4) | in updateSimplePowerReport()