Home | Sort by: relevance | last modified time | path |
/src/sys/arch/sun2/sun2/ | |
trap.c | 140 volatile int astpending; variable in typeref:typename:volatile int 450 astpending = 0; |
/src/sys/arch/sun3/sun3/ | |
trap.c | 149 volatile int astpending; variable in typeref:typename:volatile int 464 astpending = 0; |
/src/sys/arch/usermode/usermode/ | |
trap.c | 98 int astpending = 0; variable in typeref:typename:int 194 astpending = 0; 196 } while (astpending); |
/src/sys/arch/mips/mips/ | |
trap.c | 756 u_int astpending; local in function:ast 758 while ((astpending = l->l_md.md_astpending) != 0) { |
/src/sys/arch/m68k/m68k/ | |
m68k_trap.c | 62 volatile int astpending; variable in typeref:typename:volatile int |
/src/sys/arch/amiga/amiga/ | |
trap.c | 140 volatile int astpending; variable in typeref:typename:volatile int 693 astpending = 0; |