Home
last modified time | relevance | path

Searched defs:trap_types (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/arch/i386/i386/
H A Dtrap.c91 int trap_types = sizeof trap_type / sizeof trap_type[0]; variable
/openbsd-src/sys/arch/amd64/amd64/
H A Dtrap.c127 const int trap_types = nitems(trap_type); variable
/openbsd-src/sys/arch/hppa/hppa/
H A Dtrap.c99 int trap_types = sizeof(trap_type)/sizeof(trap_type[0]); variable
/openbsd-src/sys/arch/m88k/m88k/
H A Dtrap.c103 const int trap_types = sizeof trap_type / sizeof trap_type[0]; variable