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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpms.c574 int newsize, cstp, oldAltSize, xdsply; local
650 cstp = i; /* Set starting point */
653 if(pd[cstp].pmsSetCmd == pmsParkIt) break; /* Parking always terminates a chain so no endless loop here */
654 if(pd[cstp].pmsSetCmd == pmsDelay) break; /* Delayed steps always terminate a chain so no endless loop here */
655 if((pd[cstp].pmsLimit != 0) && ((pd[cstp].pmsSetCmd & pmsSync) != pmsSync)) break; /* If time limit is not 0 and not synchrouous, no endless loop */
656 if(pd[cstp].pmsNext == pmsParked) break; /* If the next step is parked, no endless loop */
658 cstp = pd[cstp].pmsNext; /* Chain to the next */

Completed in 75 milliseconds