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

  /src/sys/arch/luna68k/luna68k/
trap.c 102 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable in typeref:typename:int
282 if ((u_int)type < trap_types)
  /src/sys/arch/mac68k/mac68k/
trap.c 104 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable in typeref:typename:int
294 if ((u_int)type < trap_types)
  /src/sys/arch/atari/atari/
trap.c 113 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable in typeref:typename:int
291 if ((u_int)type < trap_types)
  /src/sys/arch/cesfic/cesfic/
trap.c 114 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable in typeref:typename:int
315 if ((u_int)type < trap_types)
  /src/sys/arch/hp300/hp300/
trap.c 110 const int trap_types = sizeof trap_type / sizeof trap_type[0]; variable in typeref:typename:const int
311 if ((u_int)type < trap_types)
  /src/sys/arch/mvme68k/mvme68k/
trap.c 110 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable in typeref:typename:int
336 if ((u_int)type < trap_types)
  /src/sys/arch/news68k/news68k/
trap.c 103 const int trap_types = sizeof trap_type / sizeof trap_type[0]; variable in typeref:typename:const int
304 if ((u_int)type < trap_types)
  /src/sys/arch/next68k/next68k/
trap.c 118 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable in typeref:typename:int
322 if ((u_int)type < trap_types)
  /src/sys/arch/sun2/sun2/
trap.c 162 u_int trap_types = sizeof(trap_type) / sizeof(trap_type[0]); variable in typeref:typename:u_int
303 if ((u_int)type < trap_types)
610 if ((0 <= type) && (type < trap_types))
  /src/sys/arch/sun3/sun3/
trap.c 171 u_int trap_types = sizeof(trap_type) / sizeof(trap_type[0]); variable in typeref:typename:u_int
310 if ((u_int)type < trap_types)
625 if ((0 <= type) && (type < trap_types))
  /src/sys/arch/x68k/x68k/
trap.c 111 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable in typeref:typename:int
314 if ((u_int)type < trap_types)
  /src/sys/arch/virt68k/virt68k/
trap.c 110 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable in typeref:typename:int
336 if ((u_int)type < trap_types)
  /src/sys/arch/amiga/amiga/
trap.c 158 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable in typeref:typename:int
240 if ((u_int)type < trap_types)

Completed in 83 milliseconds