Home
last modified time | relevance | path

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

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