Searched refs:FATAL (Results 1 - 25 of 98) sorted by relevance

1234

/illumos-gate/usr/src/cmd/sgs/size/common/
H A Ddefs.h28 #define FATAL 1 macro
H A Dmain.c182 exit(FATAL); /* library out of date */
197 return (FATAL);
242 exit(FATAL);
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dslowsend.c108 error(FATAL, "PostScript Error");
112 error(FATAL, "Flushing Job");
116 error(FATAL, "Disconnected - printer may be offline");
150 error(FATAL, "error writing to %s", line);
152 error(FATAL, "printer appears to be offline");
H A Difdef.c103 error(FATAL, "can't open %s", line);
106 error(FATAL, "can't dup file descriptor for %s", line);
110 error(FATAL, "fcntl error - F_SETFL");
115 error(FATAL, "ioctl error - TCGETA");
126 error(FATAL, "ioctl error - TCSETA");
138 error(FATAL, "ioctl error - TCSETS");
143 error(FATAL, "ioctl error - TCFLSH");
178 error(FATAL, "fcntl error - F_GETFL");
183 error(FATAL, "fcntl error - F_SETFL");
186 error(FATAL, "ioct
[all...]
H A Dpostio.c155 static int ignore = OFF; /* what's done for FATAL errors */
383 case 'I': /* ignore FATAL errors */
388 error(FATAL, "");
392 error(FATAL, "missing case for option %c\n", ch);
420 error(FATAL, "don't recognize baud rate %s", rate);
469 error(FATAL, "a printer line must be supplied - use the -l option");
472 error(FATAL, "no memory");
485 error(FATAL, "no memory");
557 error(FATAL, "Disconnected - printer may be offline");
603 error(FATAL, "ca
[all...]
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Derrlog.c69 if ((Severity < (descriptor & FATAL)) &&
70 ((descriptor & FATAL) != FATAL)) {
111 if ((descriptor & FATAL) == FATAL) {
138 Severity = (loudness & FATAL);
H A Derrlog.h53 * int severity: 16; FATAL (_ERROR)=-1, (RECOVERABLE_) ERROR=0
58 #define FATAL 0x00FF macro
81 errlog(FATAL|PROGRAM, string); \
H A Dextends.c106 errlog(ERROR | FATAL, "Error: strdup() of filename failed\n");
132 errlog(ERROR | FATAL, "Error (do_extends): "
189 errlog(ERROR | FATAL,
210 errlog(ERROR | FATAL,
322 errlog(ERROR|FATAL, "Unable to determine file position\n");
353 errlog(ERROR | FATAL,
369 errlog(ERROR|FATAL,
388 errlog(ERROR|FATAL, "%s", strerror(errno));
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c111 # define FATAL 1 macro
120 int ignore = OFF; /* what's done for FATAL errors */
192 * printed using the control string arguments a?. Then if kind is FATAL
210 if ( kind == FATAL && ignore == OFF ) {
306 case 'I': /* ignore FATAL errors */
311 error(FATAL, "");
315 error(FATAL, "missing case for option %c\n", ch);
332 error(FATAL, "no memory");
337 error(FATAL, "can't dup file descriptor for stdout");
378 error(FATAL, "printe
[all...]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dio.c72 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));
113 errlog(FATAL, "unlink %s: %s", headfile_name, strerror(errno));
127 errlog(FATAL, "%s: %s", headfile_name, strerror(errno));
152 errlog(FATAL, "fclose %s: %s", mapfile_name, strerror(errno));
170 errlog(FATAL, "fclose <temp file>: %s",
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dgen.h40 #define FATAL 1 macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/
H A Dlm_vf.c13 DbgMessage2(pdev, FATAL, "VF[%d(%d)] was FLRed\n", ABS_VFID(pdev), REL_VFID(pdev));
25 DbgMessage3(pf_dev,FATAL,"lm_vf_get_free_sbs(%d-%d): %d\n",pf_dev->params.base_fw_ndsb, max_num, free_sb);
27 DbgMessage2(pf_dev,FATAL,"lm_vf_get_free_sbs(%d-%d): No more free SBs\n",pf_dev->params.base_fw_ndsb, max_num);
38 DbgMessage3(pf_dev,FATAL,"lm_vf_get_free_clients(%d-%d): %d\n",pf_dev->params.base_fw_client_id, max_num, free_cli);
40 DbgMessage2(pf_dev,FATAL,"lm_vf_get_free_clients(%d-%d): No more free clients\n",pf_dev->params.base_fw_client_id, max_num);
52 DbgMessage1(pf_dev,FATAL,"lm_vf_get_free_stats: %d\n",free_st_id);
54 DbgMessage3(pf_dev,FATAL,"lm_vf_get_free_stats: No more free stats counters(%d,%d)\n",min_num,max_num);
55 DbgMessage1(pf_dev,FATAL,"lm_vf_get_free_stats: vnic_per_port is %d)\n",pf_dev->params.vnics_per_port);
67 DbgMessage1(pf_dev,FATAL,"lm_vf_get_free_cam_offset: %d\n",free_cam_offset);
69 DbgMessage(pf_dev,FATAL,"lm_vf_get_free_cam_offse
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/nettli/
H A Dtimod.h37 #define FATAL 0x02 /* fatal error M_ERROR occurred */ macro
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c237 case 'I': /* ignore FATAL errors */
242 error(FATAL, "");
246 error(FATAL, "missing case for option %c\n", ch);
285 error(FATAL, "no memory");
291 error(FATAL, "can't fstat %s", path);
293 error(FATAL, "no memory");
295 error(FATAL, "can't read %s", path);
314 error(FATAL, "map table format error - check %s", path);
381 error(FATAL, "can't open %s", *argv);
433 error(FATAL, "ca
[all...]
/illumos-gate/usr/src/cmd/eqn/
H A Dlex.c72 error(FATAL, gettext("can't open file %s"), svargv[ifile]);
86 error(FATAL, gettext("pushback overflow"));
122 error(FATAL, gettext(
128 error(!FATAL, gettext("missing \" in %.20s"), token);
185 error(FATAL, gettext("token %.20s... too long"), s);
222 error(FATAL, gettext("Unexpected end of input at %.20s"), s);
239 error(FATAL, gettext(
267 error(FATAL, gettext("out of space in strsave on %s"), s);
275 error(!FATAL, gettext("Include not yet implemented"));
283 error(FATAL, gettex
[all...]
H A De.h26 #define FATAL 1 macro
H A Dfunny.c37 (void) error(FATAL, gettext("funny type %d in funny"), n);
/illumos-gate/usr/src/cmd/oawk/
H A Dtran.c106 error(FATAL, "out of space in makesymtab");
151 error(FATAL, "symbol table overflow at %ws", n);
198 error(FATAL, "illegal reference to array %s", vp->nval);
200 error(FATAL, "funny variable %o: %ws %ws %g %o", vp, vp->nval,
204 error(FATAL, "can't set $0");
233 error(FATAL, "illegal reference to array %ws", vp->nval);
235 error(FATAL, "funny variable %o: %ws %ws %g %o", vp, vp->nval,
238 error(FATAL, "can't set $0");
265 error(FATAL, "illegal reference to array %ws", vp->nval);
267 error(FATAL, "funn
[all...]
H A Dmain.c89 error(FATAL, "Insuffcient memory on argv");
93 error(FATAL, "Insuffcient memory on argv");
107 error(FATAL, "no argument for -f");
112 error(FATAL, "can't open %ws", wargv[1]);
H A Drun.c105 error(FATAL, "illegal statement %o", a);
134 error(FATAL, "unexpected break, continue or next");
148 error(FATAL, "unexpected break, continue or next");
258 error(FATAL, "unknown boolean operator %d", n);
306 error(FATAL, "unknown relational operator %d", n);
331 error(FATAL, "out of temporaries in gettemp");
451 error(FATAL, "out of space in format");
472 error(FATAL,
486 error(FATAL, "format item %.20ws... too long", os);
517 error(FATAL,
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dpictures.c236 error(FATAL, "can't generate temp file name");
238 error(FATAL, "can't open %s", tname);
280 error(FATAL, "can't generate in-line picture file name");
282 error(FATAL, "can't open in-line picture file %s", tname);
287 error(FATAL, "in-line picture error");
322 error(FATAL, "error copying in-line picture file");
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_query.cc45 FATAL(
63 FATAL(
92 FATAL(
114 FATAL(
/illumos-gate/usr/src/cmd/awk/
H A Dmain.c93 ERROR "no program filename" FATAL; local
96 ERROR "out of space in main" FATAL; local
143 ERROR "no program given" FATAL; local
188 pfile[curpfile] FATAL; local
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dutil.c55 errlog(FATAL,
75 errlog(FATAL|PROGRAM, "programmer error: tried to add to "
88 errlog(FATAL|PROGRAM, "out of memory extending a "
195 errlog(FATAL|PROGRAM, "out of memory allocating a "
202 errlog(FATAL|PROGRAM, "out of memory reallocating"
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDebug.java86 printIf(s, FATAL);
128 printIf(o, s, FATAL);
281 static public final int FATAL = 5; field in class:Debug
311 private static int globalDebugLevel = FATAL;

Completed in 120 milliseconds

1234