Searched refs:ERROR (Results 176 - 200 of 254) sorted by relevance

1234567891011

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.fds.ksh57 ERROR
H A Dtst.func_access.ksh71 ERROR {
/illumos-gate/usr/src/cmd/awk/
H A Dtran.c187 ERROR "out of space in makesymtab" FATAL;
259 ERROR "symbol table overflow at %s", n FATAL;
296 ERROR "out of space in rehash" FATAL;
353 ERROR "can't %s %s; it's an array name.", rw, vp->nval FATAL;
355 ERROR "can't %s %s; it's a function.", rw, vp->nval FATAL;
356 ERROR "funny variable %o: n=%s s=\"%s\" f=%g t=%o",
450 ERROR "out of space in tostring on %s", s FATAL;
466 ERROR "newline in string %.10s...", cbuf SYNTAX;
H A Dparse.c44 ERROR "out of space in nodealloc" FATAL;
213 ERROR "%s is a function, not an array", cp->nval SYNTAX;
258 ERROR "`%s' is an array name and a function name",
H A Dawk.g.y110 | error { yyclearin; bracecheck(); ERROR "bailing out" SYNTAX; }
305 | DELETE varname { yyclearin; ERROR "you can only delete array[element]" SYNTAX; $$ = stat1(DELETE, $2); }
307 | error { yyclearin; ERROR "illegal statement" SYNTAX; }
327 ERROR "next is illegal inside a function" SYNTAX;
370 { ERROR "index() doesn't permit regular expressions" SYNTAX;
441 ERROR "%s is an array, not a function", p->nval SYNTAX;
443 ERROR "you can't define function %s more than once", p->nval SYNTAX;
/illumos-gate/usr/src/test/zfs-tests/tests/perf/scripts/
H A Dprefetch_io.d82 ERROR
H A Dio.d102 ERROR
/illumos-gate/usr/src/cmd/modload/
H A Daddrem.h40 #define ERROR -1 macro
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh49 ERROR
H A Derr.copyoutbadaddr.ksh51 ERROR
H A Derr.copyoutstrbadaddr.ksh50 ERROR
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.h131 ERROR _MAXQUEUEGROUPS must be less than _BITMAPBITS
/illumos-gate/usr/src/tools/codesign/
H A Dcodesign_server.pl166 abnormal("ERROR Internal read error");
188 abnormal("ERROR No input data");
192 abnormal("ERROR Internal write error");
219 # Respond to an abnormal condition, which may be fatal (ERROR) or
228 exit(1) if ($msg =~ /^ERROR/);
H A Dsignit.pl94 die "ERROR Connection to server $Server failed\n";
119 print STDERR "ERROR Connection to server $Server failed\n";
155 elsif ($str =~ /^ERROR/) {
160 printf STDERR "ERROR Protocol failure (%d)\n", length($str);
/illumos-gate/usr/src/tools/scripts/
H A Dinterface_check.pl462 open(ERROR, ">$opt{E}") || die "$Prog: open failed: $opt{E}";
463 $ErrFH = \*ERROR;
497 close ERROR if $opt{E};
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c361 case ERROR:
458 case ERROR:
650 case ERROR:
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s171 mov l.ERROR, %o2 ! same with constant message
173 set (s.ERROR - 2b), %o1 ! get PC-relative address
237 s.ERROR:.asciz ": no (or bad) /usr/lib/ld.so.1\n"
238 l.ERROR= . - s.ERROR
/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c59 #define ERROR SIGTERM macro
148 case ERROR: key = 'E'; break;
179 (void) sigaddset(&maskall, ERROR);
202 (void) sigaction(ERROR, &sa, (struct sigaction *)0);
409 key == 'C' ? CLOSE : ERROR);
/illumos-gate/usr/src/lib/libcmd/common/
H A Dtail.c109 #define ERROR (1<<1) macro
358 *f &= ~(ERROR|NEGATIVE|POSITIVE);
378 *f |= ERROR;
383 *f |= ERROR;
473 flags &= ~(ERROR|NEGATIVE|POSITIVE);
481 if (flags & ERROR)
/illumos-gate/usr/src/cmd/lms/
H A DProtocolCompat.cpp153 ERROR("[Compat]Error: failed to update IP/FQDN info\n");
/illumos-gate/usr/src/cmd/lp/include/
H A Doam.h52 #define ERROR 1 macro
/illumos-gate/usr/src/cmd/sh/
H A Dfault.c484 exit(ERROR);
505 exit(ERROR);
/illumos-gate/usr/src/uts/common/io/
H A Dkeytables.c73 HOLE, HOLE, HOLE, ERROR, IDLE,
107 HOLE, HOLE, HOLE, ERROR, IDLE,
141 HOLE, HOLE, HOLE, ERROR, IDLE,
176 HOLE, HOLE, HOLE, ERROR, IDLE,
261 HOLE, HOLE, BF(14), ERROR, IDLE,
298 HOLE, HOLE, BF(14), ERROR, IDLE,
335 HOLE, HOLE, BF(14), ERROR, IDLE,
372 HOLE, HOLE, BF(14), ERROR, IDLE,
401 ERROR, IDLE,
439 HOLE, HOLE, BF(14), ERROR, IDL
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c541 case ERROR:
699 case ERROR:
810 case ERROR:
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dcreate_ramdisk.ksh37 ERROR=0
428 ERROR=1
578 if [ $ERROR = 1 ]; then

Completed in 119 milliseconds

1234567891011