Searched refs:sf (Results 1 - 8 of 8) 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 */
297 if((uint32_t)pnstate->sf.pmsSetFunc) pnstate->sf.pmsSetFunc(pnstate->pmsSetCmd, cpu, pmsPlatformData); /* Tell the platform to set power mode */
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 */
720 newpd[i].sf.pmsSetFunc = pmsFuncTab[setf]; /* Replace the index with the function address */
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/ppc/
H A Dpseudo_inst.h293 #define ARITH_INST(op, op3, sf) \
294 .macro op ## 32 ## sf @\
301 op##sf $0,$1,$2 @\
303 op##sf $0,$1,$2 @\
308 op3##sf $0,$1,at @\
314 op3##sf $0,$1,at @\
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_shutdown.c200 struct sd_filterargs * sf = (struct sd_filterargs *)args; local
201 int delayterm = sf-> delayterm;
202 int shutdownstate = sf->shutdownstate;
238 struct sd_filterargs * sf = (struct sd_filterargs *)args; local
239 int delayterm = sf-> delayterm;
240 int shutdownstate = sf->shutdownstate;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpms.h72 union sf { union in struct:pmsDef
75 } sf; member in struct:pmsDef
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dthread.h134 void *sf; member in struct:pcb
H A Dpcb.c1665 if (pcb->sf == NULL) {
1666 pcb->sf = zalloc(iss_zone);
1667 if (pcb->sf == NULL)
1674 sf64 = (x86_sframe64_t *) pcb->sf;
1693 sfc32 = (x86_sframe_compat32_t *)pcb->sf;
1711 sf32 = (x86_sframe32_t *) pcb->sf;
1765 if (pcb->sf != 0) {
1766 zfree(iss_zone, pcb->sf);
1767 pcb->sf = 0;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/orig/
H A Ddb_print.c388 #include <kern/sf.h>

Completed in 47 milliseconds