Searched refs:T_FAULT (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/intel/ia32/sys/ |
H A D | trap.h | 73 #define T_FAULT 0x200 macro
|
/titanic_50/usr/src/lib/libbc/inc/include/sun4/ |
H A D | trap.h | 119 #define T_FAULT 0x200 macro
|
/titanic_50/usr/src/uts/sparc/v7/sys/ |
H A D | machtrap.h | 116 #define T_FAULT 0x200 macro
|
/titanic_50/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: in nodesize() 288 case T_FAULT: in tree_free() 415 case T_FAULT: in tree_treecmp() 1097 ret = dodecl(T_FAULT, file, line, np, nvpairs, in tree_decl() 1315 lut_walk(Faults, (lut_cb)check_required_props, (void *)T_FAULT); in tree_report() 1328 lut_walk(Faults, (lut_cb)check_refcount, (void *)T_FAULT); in tree_report() 1329 lut_walk(Faults, (lut_cb)check_upset_engine, (void *)T_FAULT); in tree_report()
|
H A D | ptree.c | 73 case T_FAULT: in is_stmt() 358 case T_FAULT: in ptree() 531 case T_FAULT: return L_fault; in ptree_nodetype2str() 690 case T_FAULT: in ptree_type_pattern() 744 ptree_type_pattern(flags, T_FAULT, pat); in ptree_fault()
|
H A D | literals.h | 214 L_DECL(T_FAULT);
|
H A D | tree.h | 80 T_FAULT, /* fault declaration */ enumerator
|
/titanic_50/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | unix.c | 357 { T_FAULT, "fault" },
|
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eft_mdb.c | 708 case T_FAULT: /* fault declaration */ in eft_node()
|