Searched refs:nstep (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DpmsCPU.c42 static void pmsCPURemote(uint32_t nstep);
276 void pmsCPURun(uint32_t nstep) { argument
278 pmsRunLocal(nstep); /* If we aren't parking (we are already parked), transition ourselves */
279 (void)cpu_broadcast(&pmsBroadcastWait, pmsCPURemote, nstep); /* Tell everyone else to do it too */
292 static void pmsCPURemote(uint32_t nstep) { argument
294 pmsRunLocal(nstep); /* Go set the step */
H A Dpms.c264 pmsSetStep(uint32_t nstep, int dir) argument
281 if((nstep == pmsParked) || ((uint32_t)pmsCtls.pmsDefs[nstep]->pmsSetCmd == pmsParkIt)) { /* Are we parking? */
291 pnstate = pmsCtls.pmsDefs[nstep]; /* Point to the state definition */
293 pp->pms.pmsState = nstep; /* Set the current to the next step */
336 nstep = pnstate->pmsNext; /* Chain on to the next */
346 pmsRunLocal(uint32_t nstep) argument
360 if(nstep == pmsStartUp) { /* Should we start up? */
362 nstep = pmsNormHigh; /* Change request to transition to normal high */
367 pmsSetStep(nstep,
391 uint32_t nstep = 0, result, presult; local
540 pmsRun(uint32_t nstep) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpms.h170 extern void pmsSetStep(uint32_t nstep, int dir);
171 extern void pmsRunLocal(uint32_t nstep);
178 extern void pmsCPURun(uint32_t nstep);
188 extern void pmsRun(uint32_t nstep);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A DpmCPU.c698 pmsRun(__unused uint32_t nstep) argument

Completed in 82 milliseconds