Home
last modified time | relevance | path

Searched refs:T_FAULT (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dtrap.h77 #define T_FAULT 0x200 macro
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c70 { 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 Dtree.c198 case T_FAULT: in nodesize()
304 case T_FAULT: in tree_free()
431 case T_FAULT: in tree_treecmp()
1113 ret = dodecl(T_FAULT, file, line, np, nvpairs, in tree_decl()
1331 lut_walk(Faults, (lut_cb)check_required_props, (void *)T_FAULT); in tree_report()
1344 lut_walk(Faults, (lut_cb)check_refcount, (void *)T_FAULT); in tree_report()
1345 lut_walk(Faults, (lut_cb)check_upset_engine, (void *)T_FAULT); in tree_report()
H A Dptree.c71 case T_FAULT: in is_stmt()
356 case T_FAULT: in ptree()
529 case T_FAULT: return L_fault; in ptree_nodetype2str()
688 case T_FAULT: in ptree_type_pattern()
742 ptree_type_pattern(flags, T_FAULT, pat); in ptree_fault()
H A Dliterals.h214 L_DECL(T_FAULT);
H A Dtree.h78 T_FAULT, /* fault declaration */ enumerator
/illumos-gate/usr/src/uts/sparc/v7/sys/
H A Dmachtrap.h116 #define T_FAULT 0x200 macro
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c359 { T_FAULT, "fault" },
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c710 case T_FAULT: /* fault declaration */ in eft_node()