Searched defs:errlog (Results 1 - 16 of 16) sorted by relevance

/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/abi/spectrans/parser/
H A Derrlog.c30 * errlog -- error logging facility for application programs
36 #include "errlog.h"
58 * errlog -- simulate the syslog printf-like interface, but
64 errlog(const int descriptor, const char *format, ...) function
119 * seterrline -- tell errlog what the context of the error is.
/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/sys/nxge/
H A Dnxge_ipp.h60 ipp_errlog_t errlog; member in struct:_nxge_ipp_stats
H A Dnxge_txc.h58 txc_errlog_t errlog; member in struct:_nxge_txc_stats
H A Dnxge_zcp.h58 zcp_errlog_t errlog; member in struct:_nxge_zcp_stats_t
H A Dnxge_fflp.h53 fflp_errlog_t errlog; member in struct:_fflp_stats
H A Dnxge_txdma.h123 txdma_ring_errlog_t errlog; member in struct:_nxge_tx_ring_stats_t
H A Dnxge_rxdma.h148 rdc_errlog_t errlog; member in struct:_nxge_rx_ring_stats_t
/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/prtfru/
H A Dprtfru.c153 static FILE *errlog; variable
202 if (errlog && (vfprintf(errlog, format, args) < 0)) exit(1);
1275 if (ftell(errlog) > 0) {
1279 rewind(errlog);
1281 while ((c = getc(errlog)) != EOF)
1288 errlog = NULL;
1325 if ((errlog = tmpfile()) == NULL) {
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.h115 tdc_pref_par_log_t errlog; member in struct:_hxge_tx_ring_stats_t
H A Dhxge_pfc.h295 pfc_errlog_t errlog; member in struct:_pfc_stats
H A Dhxge_rxdma.h280 rdc_errlog_t errlog; member in struct:_hxge_rx_ring_stats_t
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c1848 zlog_t errlog; local
1883 errlog.logfile = stderr;
1884 errlog.buflen = errlog.loglen = 0;
1885 errlog.buf = errlog.log = NULL;
1886 errlog.locale = parents_locale;
1891 zlogp = &errlog;
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c7836 uint64_t errlog; member in struct:__anon9989::__anon9990
8189 schizo->regs[iter].errlog =
8403 if (slot1->schizo[j].regs[iter].errlog &

Completed in 102 milliseconds