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

/xnu-2782.1.97/iokit/IOKit/
H A DIOReportMacros.h110 #define SIMPLEREPORT_SETVALUE(simp_buf, new_value) \ macro
138 * void* simp_buf - Ptr to memory updated by SIMPLEREPORT_SETVALUE()
/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp7073 SIMPLEREPORT_SETVALUE(buf, sleepCnt);
7075 SIMPLEREPORT_SETVALUE(buf, darkWakeCnt);
7077 SIMPLEREPORT_SETVALUE(buf, displayWakeCnt);
H A DIOServicePM.cpp6719 SIMPLEREPORT_SETVALUE(buf, ((bits & 0xff) << 8) | ((StateOrder(fMaxPowerState) & 0xf) << 4) |

Completed in 55 milliseconds