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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpms.c572 kern_return_t pmsBuild(pmsDef *pd, uint32_t pdsize, pmsSetFunc_t *functab, uint32_t platformData, pmsQueryFunc_t queryFunc) { argument
590 if((uint32_t)functab && (uint32_t)functab[0]) /* Verify that if they supplied a new function table, entry 0 is 0 */
667 if((pmsExperimental & 4) && (pmsInstalled) && ((uint32_t)functab != 0)) { /* If we are already initted and experimental is locked in, and we are doing first */
707 if((uint32_t)functab) { /* Did we get a new function table? */
708 for(i = 0; i < pmsSetFuncMax; i++) pmsFuncTab[i] = functab[i]; /* Copy in the new table */
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpms.h187 extern kern_return_t pmsBuild(pmsDef *pd, uint32_t pdsize, pmsSetFunc_t *functab, uint32_t platformData, pmsQueryFunc_t queryFunc);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A DpmCPU.c704 __unused pmsSetFunc_t *functab,
703 pmsBuild(__unused pmsDef *pd, __unused uint32_t pdsize, __unused pmsSetFunc_t *functab, __unused uint32_t platformData, __unused pmsQueryFunc_t queryFunc) argument

Completed in 21 milliseconds