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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DpmsCPU.c48 .pmsStepID = pmsIdle, /* Unique identifier to this step */
56 .pmsStepID = pmsNorm, /* Unique identifier to this step */
64 .pmsStepID = pmsNormHigh, /* Unique identifier to this step */
72 .pmsStepID = pmsBoost, /* Unique identifier to this step */
80 .pmsStepID = pmsLow, /* Unique identifier to this step */
88 .pmsStepID = pmsHigh, /* Unique identifier to this step */
96 .pmsStepID = pmsPrepCng, /* Unique identifier to this step */
104 .pmsStepID = pmsPrepSleep, /* Unique identifier to this step */
112 .pmsStepID = pmsOverTemp, /* Unique identifier to this step */
H A Dpms.c58 .pmsStepID = pmsMaxStates - 1, /* Use the very last ID number for the dummy */
322 pmsCtls.pmsStats[cpu][pcstate->pmsStepID].stTime[dir] += dur; /* Accumulate the total time in the old step */
323 pmsCtls.pmsStats[cpu][pcstate->pmsStepID].stCnt[dir] += 1; /* Count transitions */
597 if(xdsply) kprintf(" %6d %6d %6d %08X %6d %20lld\n", pd[i].pmsStepID, pd[i].pmsDown,
611 if(pd[i].pmsStepID != i) {
612 if(xdsply) kprintf("error step %3d: step ID does not match (%d)\n", i, pd[i].pmsStepID);
722 newpd[i].pmsStepID = pd[i].pmsStepID; /* Set the step ID */
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpms.h48 uint32_t pmsStepID; /* Unique ID for this step */ member in struct:pmsDef

Completed in 16 milliseconds