Home
last modified time | relevance | path

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

/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 },
79 { T_UPSET, "engine", 0, check_engine, O_ERR },
[all …]
H A Deftread.c86 out(O_ERR, "%s: not a valid EFT (bad extension)", fname); in eftread_fopen()
91 out(O_ERR|O_SYS, "%s", fname); in eftread_fopen()
97 out(O_ERR, "%s: not a valid EFT (too short)", fname); in eftread_fopen()
116 out(O_ERR, "%s: not a valid EFT (bad magic)", fname); in eftread_fopen()
122 out(O_ERR, "%s is version %d.%d, " in eftread_fopen()
141 out(O_ERR, "%s: bad dictlen: %d", fname, hdr.dictlen); in eftread_fopen()
184 out(O_ERR, "%s: bad checksum (%x != %x)", fname, in eftread_fopen()
H A Dout.c167 if (Myname && flags & (O_DIE|O_ERR|O_WARN|O_PROG)) in vout()
173 } else if (flags & O_ERR) { in vout()
228 else if (flags & O_ERR) in vout()
H A Dout.h56 #define O_ERR 0x0002 /* O_PROG, stderr, bump exit code */ macro
H A Dtree.c595 outfl(O_ERR, file, line, "unknown class: %s", s); in tree_name()
613 outfl(O_ERR, file, line, in tree_iname()
745 outfl(O_ERR, file, line, in tree_timeval()
1173 outfl(O_ERR, file, line, in tree_decl()
1195 outfl(O_ERR, file, line, in tree_decl()
H A Desclex.c786 outfl(O_ERR|O_NONL, File, Line, "%s, tokens: ", s); in yyerror()
787 dumpline(O_ERR); in yyerror()
/illumos-gate/usr/src/cmd/fm/eversholt/esc/common/
H A Descmain.c201 out(O_ERR, "no esc source files given"); in main()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c1178 out(O_ERR, in arglist2argv()
1201 out(O_ERR, "call: arglist2argv: node type %s is unsupported", in arglist2argv()