Home
last modified time | relevance | path

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

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