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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpms.h156 extern pmsSetFunc_t pmsFuncTab[pmsSetFuncMax];
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpms.c71 pmsSetFunc_t pmsFuncTab[pmsSetFuncMax] = {NULL}; /* This is the function index table */ variable
708 for(i = 0; i < pmsSetFuncMax; i++) pmsFuncTab[i] = functab[i]; /* Copy in the new table */
720 newpd[i].sf.pmsSetFunc = pmsFuncTab[setf]; /* Replace the index with the function address */

Completed in 15 milliseconds