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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpms.h155 #define pmsSetFuncMax 32 macro
156 extern pmsSetFunc_t pmsFuncTab[pmsSetFuncMax];
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DpmsCPU.c174 pmsSetFunc_t pmsDfltFunc[pmsSetFuncMax]; /* List of functions for the external power control to use */
176 for(i = 0; i < pmsSetFuncMax; i++) pmsDfltFunc[i] = NULL; /* Clear this */
H A Dpms.c71 pmsSetFunc_t pmsFuncTab[pmsSetFuncMax] = {NULL}; /* This is the function index table */
616 if(pd[i].sf.pmsSetFuncInd >= pmsSetFuncMax) {
708 for(i = 0; i < pmsSetFuncMax; i++) pmsFuncTab[i] = functab[i]; /* Copy in the new table */

Completed in 1013 milliseconds