Home
last modified time | relevance | path

Searched refs:O_ERR (Results 1 – 8 of 8) sorted by relevance

/titanic_41/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 },
79 { T_UPSET, "engine", 0, check_engine, O_ERR },
[all …]
H A Deftread.c88 out(O_ERR, "%s: not a valid EFT (bad extension)", fname); in eftread_fopen()
93 out(O_ERR|O_SYS, "%s", fname); in eftread_fopen()
99 out(O_ERR, "%s: not a valid EFT (too short)", fname); in eftread_fopen()
118 out(O_ERR, "%s: not a valid EFT (bad magic)", fname); in eftread_fopen()
124 out(O_ERR, "%s is version %d.%d, " in eftread_fopen()
143 out(O_ERR, "%s: bad dictlen: %d", fname, hdr.dictlen); in eftread_fopen()
186 out(O_ERR, "%s: bad checksum (%x != %x)", fname, in eftread_fopen()
H A Dout.c169 if (Myname && flags & (O_DIE|O_ERR|O_WARN|O_PROG)) in vout()
175 } else if (flags & O_ERR) { in vout()
230 else if (flags & O_ERR) in vout()
H A Dout.h58 #define O_ERR 0x0002 /* O_PROG, stderr, bump exit code */ macro
H A Dtree.c579 outfl(O_ERR, file, line, "unknown class: %s", s); in tree_name()
597 outfl(O_ERR, file, line, in tree_iname()
729 outfl(O_ERR, file, line, in tree_timeval()
1157 outfl(O_ERR, file, line, in tree_decl()
1179 outfl(O_ERR, file, line, in tree_decl()
H A Desclex.c780 outfl(O_ERR|O_NONL, File, Line, "%s, tokens: ", s); in yyerror()
781 dumpline(O_ERR); in yyerror()
/titanic_41/usr/src/cmd/fm/eversholt/esc/common/
H A Descmain.c202 out(O_ERR, "no esc source files given"); in main()
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c1176 out(O_ERR, in arglist2argv()
1199 out(O_ERR, "call: arglist2argv: node type %s is unsupported", in arglist2argv()