/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | Debug.java | 261 public void Error(String s) { method in class:Debug
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Error.java | 46 public final class Error implements Serializable { class in inherits:Serializable 88 BeanInfo info = Introspector.getBeanInfo(Error.class); 144 Error(ProbeDescription pdesc, int enabledProbeID, int errorCPU, method in class:Error 307 buf.append(Error.class.getName());
|
/illumos-gate/usr/src/cmd/audio/audiorecord/ |
H A D | audiorecord.c | 62 #define Error (void) fprintf macro 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(stder [all...] |
/illumos-gate/usr/src/cmd/audio/include/ |
H A D | AudioTypes.h | 54 // Error severity 60 Error, // potentially severe error enumerator in enum:AudioSeverity
|
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | mkservice.c | 333 static int Error(Service_t *sp, int level, const char* arg, ...) function 439 sp->errorf = Error;
|
/illumos-gate/usr/src/cmd/bdiff/ |
H A D | bdiff.c | 63 static char Error[128]; variable 117 (void) snprintf(Error, sizeof (Error), 119 fatal(Error); 125 (void) snprintf(Error, sizeof (Error), 127 fatal(Error); 291 (void) snprintf(Error, sizeof (Error), 294 fatal(Error); [all...] |
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | sgs.h | 132 ERR_NUM /* # of Error codes. Must be last */ 133 } Error; typedef in typeref:enum:__anon1664 263 extern void eprintf(Lm_list *, Error, const char *, ...); 264 extern void veprintf(Lm_list *, Error, const char *, va_list);
|
/illumos-gate/usr/src/cmd/audio/audioplay/ |
H A D | audioplay.c | 58 #define Error (void) fprintf macro 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, 294 Error(stderr, MGET("%s: invalid value " 325 Error(stder [all...] |
/illumos-gate/usr/src/cmd/pr/ |
H A D | pr.c | 119 static int Error = 0; variable 226 exit(Error); 229 return (Error); 898 Error++; 1351 Error = 1; 1380 ++Error; 1421 ++Error;
|