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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpms.c95 for(i = 0; i < pmsMaxStates; i++) pmsCtls.pmsDefs[i] = &pmsDummy; /* Initialize the table to dummy steps */
246 * Delayed steps are a step down for accounting purposes.
327 * See if we are done chaining steps
371 for(i = 0; i < pmsMaxStates; i++) { /* Step through the steps and clear the statistics since we were parked */
575 uint32_t setf, steps, i, nstps; local
585 steps = pdsize / sizeof(pmsDef); /* Get the number of steps supplied */
587 if((steps >= pmsMaxStates) || (steps < pmsFree)) /* Complain if too big or too small */
595 for(i = 0; i < steps;
[all...]

Completed in 20 milliseconds