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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpms.c577 pmsDef *newpd, *oldAlt; local
682 if(!(newpd = (pmsDef *)kalloc(newsize))) { /* Get memory for the whole thing */
686 bzero((void *)newpd, newsize); /* Make it pretty */
704 altDpmsTab = newpd; /* Point to the new table */
717 nanoseconds_to_absolutetime(nlimit * 1000ULL, &newpd[i].pmsLimit); /* Convert microseconds to nanoseconds and then to ticks */
720 newpd[i].sf.pmsSetFunc = pmsFuncTab[setf]; /* Replace the index with the function address */
722 newpd[i].pmsStepID = pd[i].pmsStepID; /* Set the step ID */
723 newpd[i].pmsSetCmd = pd[i].pmsSetCmd; /* Set the hardware selector ID */
724 newpd[i].pmsDown = pd[i].pmsDown; /* Set the downward step */
725 newpd[
[all...]

Completed in 22 milliseconds