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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DpmsCPU.c50 .sf.pmsSetFuncInd = 0, /* Dummy platform set function */
58 .sf.pmsSetFuncInd = 0, /* Dummy platform set function */
66 .sf.pmsSetFuncInd = 0, /* Dummy platform set function */
74 .sf.pmsSetFuncInd = 0, /* Dummy platform set function */
82 .sf.pmsSetFuncInd = 0, /* Dummy platform set function */
90 .sf.pmsSetFuncInd = 0, /* Dummy platform set function */
98 .sf.pmsSetFuncInd = 0, /* Dummy platform set function */
106 .sf.pmsSetFuncInd = 0, /* Dummy platform set function */
114 .sf.pmsSetFuncInd = 0, /* Dummy platform set function */
H A Dpms.c60 .sf.pmsSetFuncInd = 0, /* No platform call for this one */
599 pd[i].sf.pmsSetFuncInd, pd[i].pmsLimit);
616 if(pd[i].sf.pmsSetFuncInd >= pmsSetFuncMax) {
617 if(xdsply) kprintf("error step %3d: function invalid (%d)\n", i, pd[i].sf.pmsSetFuncInd);
719 setf = pd[i].sf.pmsSetFuncInd; /* Make convienient */
/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
74 uint32_t pmsSetFuncInd; /* Index to function in function table */ member in union:pmsDef::sf

Completed in 112 milliseconds