Searched defs:trap_type (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachsystm.h140 uint_t trap_type; member in struct:panic_trap_info
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachsystm.h138 uint_t trap_type; member in struct:panic_trap_info
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachsystm.h98 uint_t trap_type; member in struct:panic_trap_info
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c115 static const char *trap_type[] = { variable
138 #define TRAP_TYPES (sizeof (trap_type) / sizeof (trap_type[0]))
199 trap_name = trap_type[type];
211 ti.trap_type = type & ~USER;
1705 printf("#%s %s\n", trap_type_mnemonic[type], trap_type[type]);
2277 showregs(tip->trap_type, tip->trap_regs, tip->trap_addr);
2284 if (tip->trap_type == T_DBLFLT)

Completed in 79 milliseconds