Searched refs:T_FAULT (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/intel/ia32/sys/ |
H A D | trap.h | 73 #define T_FAULT 0x200 macro
|
/illumos-gate/usr/src/lib/libbc/inc/include/sun4/ |
H A D | trap.h | 119 #define T_FAULT 0x200 macro
|
/illumos-gate/usr/src/uts/sparc/v7/sys/ |
H A D | machtrap.h | 116 #define T_FAULT 0x200 macro
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | check.c | 70 { T_FAULT, "FITrate", 0, check_num_func, O_ERR }, 71 { T_FAULT, "FRU", 0, check_fru_asru, O_ERR }, 72 { T_FAULT, "ASRU", 0, check_fru_asru, O_ERR }, 73 { T_FAULT, "message", 0, check_num_func, O_ERR }, 74 { T_FAULT, "retire", 0, check_num_func, O_ERR }, 75 { T_FAULT, "response", 0, check_num_func, O_ERR }, 76 { T_FAULT, "action", 0, check_action, O_ERR }, 77 { T_FAULT, "count", 0, check_count, O_ERR }, 78 { T_FAULT, "engine", 0, check_engine, O_ERR },
|
H A D | tree.c | 182 case T_FAULT: 288 case T_FAULT: 415 case T_FAULT: 1097 ret = dodecl(T_FAULT, file, line, np, nvpairs, 1315 lut_walk(Faults, (lut_cb)check_required_props, (void *)T_FAULT); 1328 lut_walk(Faults, (lut_cb)check_refcount, (void *)T_FAULT); 1329 lut_walk(Faults, (lut_cb)check_upset_engine, (void *)T_FAULT);
|
H A D | ptree.c | 73 case T_FAULT: 358 case T_FAULT: 531 case T_FAULT: return L_fault; 690 case T_FAULT: 744 ptree_type_pattern(flags, T_FAULT, pat);
|
H A D | literals.h | 214 L_DECL(T_FAULT); variable
|
H A D | tree.h | 80 T_FAULT, /* fault declaration */ enumerator in enum:node::nodetype 208 * T_FAULT
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eft_mdb.c | 708 case T_FAULT: /* fault declaration */
|
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | unix.c | 357 { T_FAULT, "fault" },
|
Completed in 114 milliseconds