Searched refs:enaNotifyEM (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A DDiagnostics.h100 #define enaNotifyEM 0x00000080 macro
H A Dgenassym.c461 DECLARE("enaNotifyEM", enaNotifyEM);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DDiagnostics.h98 #define enaNotifyEM 0x00000080 macro
H A DDiagnostics.c276 * The bottom bit of the parameter is used to set the control bit, enaNotifyEM.
283 dgWork.dgFlags = (temp & ~enaNotifyEM) | temp2; /* Set the flag */
H A Dgenassym.c1161 DECLARE("enaNotifyEM", enaNotifyEM);
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_cpu_ppc.c1155 dgWork.dgFlags |= enaNotifyEM;
1157 dgWork.dgFlags &= ~enaNotifyEM;

Completed in 44 milliseconds