HomeSort by relevance Sort by last modified time
    Searched defs:Error (Results 1 - 13 of 13) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
die.t 30 die bless [ 7 ], "Error";
39 package Error;
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
Error.java 35 * An error encountered in the native DTrace library while tracing probe
46 public final class Error implements Serializable {
88 BeanInfo info = Introspector.getBeanInfo(Error.class);
119 * Creates a DTrace error with the given properties. Supports XML
122 * @param pdesc probe description that identifies the error-inducing
124 * @param enabledProbeID identifies the error-inducing probe among
126 * @param errorCPU non-negative ID of the CPU where the error was
128 * @param errorAction integer that identifies the error-inducing
129 * action as the nth action (starting at one) in the error-inducing
130 * probe, or zero if the error is in the predicate rather than in a
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
More.pm 539 WHOA! I tried to call ->isa on your object and got some weird error.
541 Here's the error.
697 Error: $@
730 Error: $@
  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
Debug.java 39 * <b>error()</b>, and <b>fatal()</b> causes a log entry to be
49 * For example, setting the verbosity level to <b>Debug.ERROR</b>
50 * means that only <b>error()</b> and <b>fatal()</b> calls will
52 * will log <b>warning()</b> calls as well as <b>error()</b> and
68 * <b>error()</b>, and <b>fatal()</b> which accept an argument of type
93 static public void error(String s) { method in class:Debug
94 printIf(s, ERROR);
135 static public void error(Object o, String s) { method in class:Debug
136 printIf(o, s, ERROR);
261 public void Error(String s)
262 error(theInstance, s); method
    [all...]
  /onnv/onnv-gate/usr/src/cmd/audio/include/
AudioTypes.h 54 // Error severity
57 InitFatal, // fatal error from constructor
59 Warning, // non-fatal error
60 Error, // potentially severe error
62 Fatal // fatal internal error
  /onnv/onnv-gate/usr/src/cmd/bdiff/
bdiff.c 63 static char Error[128];
117 (void) snprintf(Error, sizeof (Error),
119 fatal(Error);
125 (void) snprintf(Error, sizeof (Error),
127 fatal(Error);
285 * as non-error because the child process "diff" exits
287 * The error here is a true error--the parent proces
    [all...]
  /onnv/onnv-gate/usr/src/cmd/audio/audiorecord/
audiorecord.c 62 #define Error (void) fprintf
122 Error(stderr, MGET("Record an audio file -- usage:\n"
157 Error(stderr, MGET("%s: could not flush input buffer\n"), prog);
216 Error(stderr, MGET("%s: invalid value for "
224 Error(stderr, MGET("%s: invalid value for "
256 Error(stderr, "%s: invalid value for -c\n",
283 Error(stderr, MGET("%s: invalid value for "
301 Error(stderr, MGET("%s: invalid value for "
313 Error(stderr, MGET("%s: cannot specify -a and -i\n"), prog);
373 Error(stderr, MGET("%s: cannot open "), prog)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/bltins/
mkservice.c 63 "[+>0?An error occurred.]"
83 "[+>0?An error occurred.]"
92 #include <error.h>
333 static int Error(Service_t *sp, int level, const char* arg, ...)
424 error(2, opt_info.arg);
427 error(ERROR_usage(2), opt_info.arg);
434 error(ERROR_usage(2), optusage(NiL));
436 error(ERROR_exit(1), "out of space");
439 sp->errorf = Error;
447 error(ERROR_exit(1), "%s: cannot start service", path)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/include/
sgs.h 122 * Types of errors (used by eprintf()), together with a generic error return
131 } Error;
143 * retained so that a better error diagnostic can be given should an appropriate
150 const char *rej_str; /* associated with error */
166 #define SGS_REJ_STR 10 /* generic error - info is a string */
235 extern void eprintf(Lm_list *, Error, const char *, ...);
  /onnv/onnv-gate/usr/src/cmd/audio/audioplay/
audioplay.c 58 #define Error (void) fprintf
71 * This defines the tolerable sample rate error as a ratio between the
155 Error(stderr, MGET("Play an audio file -- usage:\n"
201 Error(stderr, MGET("%s: %s is busy\n"),
206 Error(stderr, MGET("%s: waiting for %s..."),
213 Error(stderr, (Audio_fd < 0) ? "\n" : MGET("open\n"));
216 Error(stderr, MGET("%s: error opening "), prog);
227 Error(stderr, MGET("%s: %s is not an audio device\n"),
238 Error(stderr
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
perliol.h 43 IV (*Error) (pTHX_ PerlIO *f);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
MM_Unix.pm     [all...]
  /onnv/onnv-gate/usr/src/cmd/pr/
pr.c 119 static int Error = 0;
225 errprint(); /* print accumulated error reports */
226 exit(Error);
229 return (Error);
898 Error++;
1351 Error = 1;
1353 if (Ttyout) { /* accumulate error reports */
1358 } else { /* ok to print error report now */
1380 ++Error;
1391 errprint() /* print accumulated error reports *
    [all...]

Completed in 720 milliseconds