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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmachine_cpu.h45 typedef void (*broadcastFunc) (uint32_t); typedef
47 int32_t cpu_broadcast(uint32_t *, broadcastFunc, uint32_t);
H A Dcpu.c588 broadcastFunc xfunc;
686 xfunc = (broadcastFunc)holdParm1; /* Do this since I can't seem to figure C out */
1160 cpu_broadcast(uint32_t *synch, broadcastFunc func, uint32_t parm)
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Ddtrace_isa.c92 typedef void (*broadcastFunc) (uint32_t); typedef
94 int32_t cpu_broadcast(uint32_t *, broadcastFunc, uint32_t); /* osfmk/ppc/machine_cpu.h */

Completed in 39 milliseconds