HomeSort by: relevance | last modified time | path
    Searched defs:astpending (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/sun2/sun2/
trap.c 140 volatile int astpending; variable
450 astpending = 0;
  /src/sys/arch/sun3/sun3/
trap.c 149 volatile int astpending; variable
464 astpending = 0;
  /src/sys/arch/m68k/m68k/
m68k_trap.c 62 volatile int astpending; variable
  /src/sys/arch/mips/mips/
trap.c 756 u_int astpending; local
758 while ((astpending = l->l_md.md_astpending) != 0) {
  /src/sys/arch/usermode/usermode/
trap.c 98 int astpending = 0; variable
194 astpending = 0;
196 } while (astpending);
  /src/sys/arch/amiga/amiga/
trap.c 140 volatile int astpending; variable
693 astpending = 0;

Completed in 21 milliseconds