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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpms.h67 /* Note: pmsSetFuncInd is an index into a table of function pointers and pmsSetFunc is the address
73 pmsSetFunc_t pmsSetFunc; /* Function used to set platform power state */ member in union:pmsDef::sf
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpms.c297 if((uint32_t)pnstate->sf.pmsSetFunc) pnstate->sf.pmsSetFunc(pnstate->pmsSetCmd, cpu, pmsPlatformData); /* Tell the platform to set power mode */
720 newpd[i].sf.pmsSetFunc = pmsFuncTab[setf]; /* Replace the index with the function address */

Completed in 22 milliseconds