Searched refs:O_ERR (Results 1 – 8 of 8) sorted by relevance
/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 }, 79 { T_UPSET, "engine", 0, check_engine, O_ERR }, [all …]
|
H A D | eftread.c | 88 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 D | out.c | 169 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 D | out.h | 58 #define O_ERR 0x0002 /* O_PROG, stderr, bump exit code */ macro
|
H A D | tree.c | 579 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 D | esclex.c | 780 outfl(O_ERR|O_NONL, File, Line, "%s, tokens: ", s); in yyerror() 781 dumpline(O_ERR); in yyerror()
|
/titanic_50/usr/src/cmd/fm/eversholt/esc/common/ |
H A D | escmain.c | 202 out(O_ERR, "no esc source files given"); in main()
|
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | platform.c | 1176 out(O_ERR, in arglist2argv() 1199 out(O_ERR, "call: arglist2argv: node type %s is unsupported", in arglist2argv()
|