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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpms.h69 * a table of function addresses that gets passed as a parameter to pmsBuild. When pmsBuild
187 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/ppc/
H A DpmsCPU.c179 ret = pmsBuild((pmsDef *)&pmsDefault, sizeof(pmsDefault), pmsDfltFunc, 0, (pmsQueryFunc_t)0); /* Configure the default stepper */
H A Dpms.c511 kret = pmsBuild(ndefs, reqsize, NULL, 0, NULL); /* Go build and replace the tables. Make sure we keep the old platform stuff */
572 kern_return_t pmsBuild(pmsDef *pd, uint32_t pdsize, pmsSetFunc_t *functab, uint32_t platformData, pmsQueryFunc_t queryFunc) { function
668 if(xdsply) kprintf("Experimental locked, ignoring driver pmsBuild\n");
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A DpmCPU.c703 pmsBuild(__unused pmsDef *pd, __unused uint32_t pdsize, function

Completed in 36 milliseconds