Searched refs:errlog (Results 1 - 25 of 50) sorted by relevance

12

/illumos-gate/usr/src/tools/scripts/
H A Dprotocmp.terse.sh49 errlog=/tmp/protocmp.err.$$
51 protocmp $opts "$@" 2>$errlog |
92 if [ -s $errlog ]; then
94 cat $errlog
96 rm -f $errlog
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c34 #include "errlog.h"
106 errlog(BEGIN, "parse_versions(%s) {", fileName);
112 errlog(END, "} /* parse_versions */");
118 errlog(VERBOSE, "reading set file %s looking for architecture %s",
127 errlog(END, "} /* parse_versions */");
147 errlog(BEGIN, "arch() {");
149 errlog(END, "} /* arch */");
153 errlog(END, "} /* arch */");
157 errlog(END, "} /* arch */");
164 errlog(EN
[all...]
H A Dbucket.c37 #include "errlog.h"
69 errlog(BEGIN, "create_lists() {");
72 errlog(FATAL, "out of memory creating initial "
77 errlog(END, "}");
111 errlog(BEGIN, "add_parent(%s,%s,%d) {", version, after, weak);
130 errlog(WARNING, "set file: can't find version \"%s\","
133 errlog(END, "} /* add_parent */");
139 errlog(END, "} /* add_parent */");
155 errlog(BEGIN, "add_uncle(%s,%s,%d) {", version, after, weak);
173 errlog(WARNIN
[all...]
H A Dxlator.c132 errlog(STATUS, "Architecture set to \"%s\"", TargetArchStr);
137 errlog(STATUS, "Output will go into %s",
141 errlog(STATUS, "Using default output filename: %s",
170 errlog(TRACING, "xlator_startlib");
184 errlog(TRACING, "xlator_startfile");
206 errlog(TRACING, "xlator_start_if %s", value);
217 errlog(ERROR,
227 errlog(INPUT|ERROR,
235 errlog(INPUT|ERROR,
243 errlog(ERRO
[all...]
H A Dutil.c37 #include "errlog.h"
55 errlog(FATAL,
75 errlog(FATAL|PROGRAM, "programmer error: tried to add to "
88 errlog(FATAL|PROGRAM, "out of memory extending a "
152 errlog(VERBOSE,
195 errlog(FATAL|PROGRAM, "out of memory allocating a "
202 errlog(FATAL|PROGRAM, "out of memory reallocating"
H A Dxlator.h33 #include <errlog.h>
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Ddb.c43 #include "errlog.h"
74 errlog(BEGIN, "db_set_current_library() {");
78 errlog(END, "}");
84 errlog(BEGIN, "db_get_current_library() {"); errlog(END, "}");
91 errlog(BEGIN, "db_set_current_interface() {");
96 errlog(END, "}");
102 errlog(BEGIN, "db_get_current_interface() {"); errlog(END, "}");
110 errlog(BEGI
[all...]
H A Dsymtab.c37 #include "errlog.h"
121 errlog(BEGIN, "symtab_new_function() {");
134 errlog(END, "}");
147 errlog(BEGIN, "symtab_clear_function() {");
154 errlog(END, "}");
165 errlog(BEGIN, "symtab_clear_varargs() {");
167 errlog(END, "}");
177 errlog(BEGIN, "symtab_clear_includes() {");
179 errlog(END, "}");
186 errlog(BEGI
[all...]
H A Dbindings.c37 #include "errlog.h"
80 errlog(BEGIN, "need_bindings() {");
89 errlog(END, "}");
92 errlog(END, "}");
126 errlog(BEGIN, "generate_bindings() {");
127 errlog(TRACING, "exception=%s\n", exception ? exception : "NULL");
134 errlog(END, "}");
148 errlog(BEGIN, "bindings_exist() {");
149 errlog(END, "}");
171 errlog(BEGI
[all...]
H A Dio.c41 #include "errlog.h"
65 errlog(BEGIN, "open_code_file() {");
72 errlog(FATAL, "%s: %s", headfile_name, strerror(errno));
79 errlog(FATAL, "%s: %s", mapfile_name, strerror(errno));
85 errlog(FATAL, "out of memory creating a temp-file name");
89 errlog(FATAL, "%s: %s", body_file_name, strerror(errno));
93 errlog(FATAL, "unlink %s: %s", body_file_name, strerror(errno));
97 errlog(END, "}");
109 errlog(BEGIN, "abort_code_file() {");
113 errlog(FATA
[all...]
H A Dinterceptor.c47 #include "errlog.h"
75 errlog(BEGIN, "generate_interceptor() {");
80 errlog(WARNING|INPUT, "No prototype for interface, "
82 errlog(END, "}");
117 errlog(FATAL, "\"%s\", line %d: %s: %s",
142 errlog(END, "}");
170 errlog(BEGIN, "generate_i_declarations() {");
188 errlog(END, "}");
199 errlog(BEGIN, "generate_i_preamble() {");
214 errlog(EN
[all...]
H A Dtrace.c53 #include "errlog.h"
135 errlog(BEGIN, "xlator_init() {");
147 errlog(VERBOSE, "Keywords[] = {");
149 errlog(VERBOSE, " \"%s\", ", Keywords[i].key);
151 errlog(VERBOSE, " (char *) NULL");
152 errlog(VERBOSE, "};");
154 errlog(END, "}");
165 errlog(BEGIN, "xlator_startlib() ");
169 errlog(VERBOSE, "now in library \"%s\"", libname);
170 errlog(EN
[all...]
H A Dutil.c36 #include "errlog.h"
114 errlog(FATAL, "malloc ran out of space");
120 errlog(FATAL, "realloc ran out of space", "", 0);
137 errlog(BEGIN, "in_string_set( p = \"%s\", set = \"%s\") {", p, set);
150 errlog(VERBOSE, "return YES");
151 errlog(END, "}");
157 errlog(VERBOSE, "return NO");
158 errlog(END, "}");
215 errlog(BEGIN, "skipsep() {");
216 errlog(VERBOS
[all...]
H A Dprintfuncs.c40 #include "errlog.h"
59 errlog(BEGIN, "generate_printf");
65 errlog(TRACING, "arglist = '%s'", arglist);
99 errlog(END, "}");
113 errlog(BEGIN, "prepare_printf_part() {");
114 errlog(TRACING, "name = '%s'", name);
132 errlog(TRACING, "place='%s'\n", place);
133 errlog(END, "}");
154 errlog(BEGIN, "generate_printfunc_calls() {");
163 errlog(TRACIN
[all...]
H A Dlinkage.c40 #include "errlog.h"
58 errlog(BEGIN, "generate_linkage() {");
76 errlog(END, "}");
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dmain.c41 #include "errlog.h"
81 errlog(ERROR,
100 errlog(ERROR,
110 errlog(ERROR,
129 errlog(ERROR | FATAL,
143 errlog(ERROR, "Error: Multiple -v options "
165 errlog(ERROR,
170 errlog(ERROR, "Error: -a i386|sparc|sparcv9|ia64|amd64 "
179 errlog(ERROR, "Error: Must specify at least one spec "
193 errlog(STATU
[all...]
H A Dextends.c36 #include "errlog.h"
62 errlog(ERROR, "\"%s\", line %d: Error: Too many levels of "
73 errlog(ERROR, "\"%s\", line %d: Error: Couldn't parse "
91 errlog(TRACING, "Extending file %s\nExtending function %s\n"
98 errlog(ERROR, "\"%s\", line %d: Error: Unable to find spec "
106 errlog(ERROR | FATAL, "Error: strdup() of filename failed\n");
110 errlog(ERROR, "\"%s\", line %d: Error: Unable to open "
132 errlog(ERROR | FATAL, "Error (do_extends): "
153 errlog(ERROR, "\"%s\", line %d: Error occurred while "
171 errlog(ERRO
[all...]
H A Dfrontend.c41 #include "errlog.h"
68 errlog(ERROR, "Error: Unable to get keywordlist\n");
73 errlog(STATUS, "interesting keywords:\n");
75 errlog(STATUS, "\t%s\n", keywordlist[i].key);
84 errlog(STATUS, "Skipping %s\n", T_info->ti_liblist);
102 errlog(ERROR | FATAL,
131 errlog(ERROR,
174 errlog(WARNING, "Warning: Skipping %s\n",
179 errlog(ERROR, "Error in xlator_startfile\n");
187 errlog(ERRO
[all...]
H A Derrlog.h37 * errlog -- error logging facility for application programs
41 extern void errlog(const int, const char *, ...);
48 * The first (non-short) int of errlog really describes a packed
81 errlog(FATAL|PROGRAM, string); \
84 #error "assert.h and errlog.h both define assert: choose only one"
/illumos-gate/usr/src/lib/efcode/interpreter/
H A Dinterpreter.c103 char *errlog = NULL; local
125 if ((errlog = strchr(optarg, ':')) != NULL) {
126 *errlog++ = '\0';
129 errlog = optarg;
132 open_error_log(errlog, error_log_flags);
171 " on, but syslog/errlog not enabled for verbose"
173 if (errlog)
181 " syslog/errlog not enabled for debug\n");
182 if (errlog)
188 if (errlog
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dutility.c73 register FILE *errlog; local
78 errlog = stderr;
80 errlog = fopen(ERRLOG, "a");
83 if (errlog == NULL)
88 (void) fprintf(errlog, EFORMAT, type == TY_ASSERT ? "ASSERT " : " ",
92 (void) fclose(errlog);
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fm.c550 statsp->ipp_stats.errlog.dfifo_rd_ptr,
552 statsp->ipp_stats.errlog.state_mach,
564 statsp->ipp_stats.errlog.ecc_syndrome,
594 statsp->ipp_stats.errlog.state_mach,
612 statsp->fflp_stats.errlog.tcam,
621 statsp->fflp_stats.errlog.vlan,
631 errlog.hash_pio[rdc_grp];
642 errlog.hash_pio[rdc_grp], NULL);
653 statsp->fflp_stats.errlog. hash_lookup1,
655 statsp->fflp_stats.errlog
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DPrinter.java70 private String errlog = null; field in class:Printer
244 if (errlog == null) {
245 errlog = new String(errs);
248 errlog = errlog.concat(errs);
287 if (errlog == null) {
290 return (new String(errlog.trim()));
491 errlog = null;
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dcreate_ramdisk.ksh318 errlog="$errlog32"
322 errlog="$errlog64"
326 errlog="$errlog32"
342 rm -f "$errlog"
357 ksh -c "$isocmd" 2> "$errlog" | \
360 ksh -c "$isocmd" 2> "$errlog" > "${archive}-new"
364 cat "$errlog"
366 rm -f "$errlog" 2> /dev/null
374 conv=notrunc conv=sync >> "$errlog" 2>&1
378 if [ -s "$errlog" ] || [
[all...]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txc.h58 txc_errlog_t errlog; member in struct:_nxge_txc_stats

Completed in 150 milliseconds

12