Searched refs:T_ERROR (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | cat.c | 91 #define T_ERROR 1 macro 193 states[0] = sfvalue(ip) ? T_ERROR : T_EOF; in vcat() 199 states[0] = n ? T_ERROR : T_EOF; in vcat() 254 case T_ERROR: in vcat() 278 states[0] = sfvalue(ip) ? T_ERROR : T_EOF; in vcat() 284 states[0] = m ? T_ERROR : T_EOF; in vcat() 353 states[0] = sfvalue(ip) ? T_ERROR : T_EOF; in vcat() 360 states[0] = n ? T_ERROR : T_EOF; in vcat()
|
/titanic_41/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tiuser.h | 67 #define T_ERROR 0x0020 /* fatal error occurred */ macro
|
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | ptree.c | 76 case T_ERROR: in is_stmt() 361 case T_ERROR: in ptree() 534 case T_ERROR: return L_error; in ptree_nodetype2str() 699 case T_ERROR: in ptree_type_pattern() 762 ptree_type_pattern(flags, T_ERROR, pat); in ptree_error()
|
H A D | tree.c | 185 case T_ERROR: in nodesize() 291 case T_ERROR: in tree_free() 418 case T_ERROR: in tree_treecmp() 1124 ret = dodecl(T_ERROR, file, line, np, nvpairs, in tree_decl() 1317 lut_walk(Errors, (lut_cb)check_required_props, (void *)T_ERROR); in tree_report() 1333 lut_walk(Errors, (lut_cb)check_refcount, (void *)T_ERROR); in tree_report()
|
H A D | literals.h | 217 L_DECL(T_ERROR);
|
H A D | tree.h | 83 T_ERROR, /* error declaration */ enumerator
|
H A D | check.c | 93 { T_ERROR, "ASRU", 0, check_fru_asru, O_ERR }, 787 ASSERTeq(rhs->t, T_ERROR, ptree_nodetype2str); in check_cycle()
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eft_mdb.c | 741 case T_ERROR: /* error declaration */ in eft_node()
|