Searched refs:AST_CHUD_ALL (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dast.h41 #define AST_PPC_CHUD_ALL AST_CHUD_ALL
H A Dtrap.c147 if(*myast & AST_CHUD_ALL) {
151 *myast &= ~AST_CHUD_ALL;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dast.c106 if(*myast & AST_CHUD_ALL) {
114 *myast &= ~AST_CHUD_ALL;
H A Dast.h119 #define AST_CHUD_ALL (AST_CHUD_URGENT|AST_CHUD) macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dtrap.c356 if (*myast & AST_CHUD_ALL)
359 *myast &= ~AST_CHUD_ALL;
995 if (*myast & AST_CHUD_ALL) {
999 *myast &= ~AST_CHUD_ALL;

Completed in 87 milliseconds