HomeSort by relevance Sort by last modified time
    Searched refs:fatal (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/e2fsprogs/e2fsck/
badblocks.c 46 goto fatal;
58 goto fatal;
72 goto fatal;
83 goto fatal;
94 goto fatal;
105 goto fatal;
111 fatal:
  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 105 fatal("No vpi.vci specified");
119 fatal("ioctl(ATM_SETBACKEND): %m");
143 fatal("failed to create socket: %m");
149 fatal("Can't parse QoS: \"%s\"");
154 fatal("setsockopt(SO_ATMQOS): %m");
158 fatal("connect(%s): %m", devnam);
183 fatal("Couldn't create IP socket: %m");
187 fatal("ioctl(SIOCSIFMTU): %m");
205 fatal("Kernel doesn't support ppp_generic - "
208 fatal("No PPPoATM support on this OS")
    [all...]
  /system/core/logwrapper/
logwrapper.c 29 void fatal(const char *msg) { function
36 fatal(
145 fatal("Cannot create parent ptty\n");
150 fatal("Problem with /dev/ptmx\n");
155 fatal("Failed to fork\n");
159 fatal("Problem with child ptty\n");
  /external/apache-http/src/org/apache/commons/logging/
Log.java 33 * <li>fatal (the most serious)</li>
93 * <p> Is fatal logging currently enabled? </p>
97 * when the log level is more than fatal. </p>
99 * @return true if fatal is enabled in the underlying logger.
229 * <p> Log a message with fatal log level. </p>
233 public void fatal(Object message); method in interface:Log
237 * <p> Log an error with fatal log level. </p>
242 public void fatal(Object message, Throwable t); method in interface:Log
  /external/apache-http/src/org/apache/commons/logging/impl/
NoOpLog.java 60 public void fatal(Object message) { } method in class:NoOpLog
62 public void fatal(Object message, Throwable t) { } method in class:NoOpLog
79 * Fatal is never enabled.
Jdk14Logger.java 156 * @see org.apache.commons.logging.Log#fatal(Object)
158 public void fatal(Object message) { method in class:Jdk14Logger
168 * @see org.apache.commons.logging.Log#fatal(Object, Throwable)
170 public void fatal(Object message, Throwable exception) { method in class:Jdk14Logger
226 * Is fatal logging currently enabled?
  /frameworks/base/tools/aapt/
SourcePos.cpp 16 bool fatal; member in struct:ErrorPos
20 ErrorPos(const String8& file, int line, const String8& error, bool fatal);
32 :line(-1), fatal(false)
40 fatal(that.fatal)
48 fatal(fat)
89 const char* type = fatal ? "error:" : "warning:";
  /external/bison/src/
complain.h 46 void fatal (char const *format, ...)
scan-skel.l 85 fatal ("invalid token in skeleton: %s", yytext);
108 @[^{}@\n]* fatal ("invalid @ in skeleton: %s", yytext);
complain.c 127 fputs (_("fatal error: "), stderr);
137 fatal (const char *message, ...)
143 fputs (_("fatal error: "), stderr);
134 fatal (const char *message, ...) function
  /external/oprofile/libutil/
op_fileio.h 39 * Failure to open is fatal.
46 * @param fatal non-zero if any error must be fatal
48 * Reads an ASCII integer from the given file. If an error occur and fatal is
51 u32 op_read_int_from_file(char const * filename, int fatal);
57 * Closes a file pointer. A non-fatal
70 * Failure is fatal.
80 * Failure is fatal.
92 * Failure is fatal.
104 * Failure is fatal
    [all...]
op_fileio.c 22 static FILE * op_do_open_file(char const * name, char const * mode, int fatal)
29 if (fatal) {
95 u32 op_read_int_from_file(char const * filename, int fatal)
102 if (!fatal)
112 if (!fatal)
  /external/blktrace/btreplay/
btreplay.c 206 * The 'fatal' macro will output a perror message (if errstring is !NULL)
212 static inline void fatal(const char *errstring, const int exitval, function
328 fatal("posix_memalign", ERR_SYSCALL, "Allocation failed\n");
371 fatal("signal", ERR_SYSCALL, "Failed to set signal %d\n",
508 fatal("sched_getaffinity", ERR_SYSCALL, "Can't get CPU info\n");
519 fatal(NULL, ERR_SYSCALL, "Insufficient number of CPUs\n");
537 fatal("sched_setaffinity", ERR_SYSCALL, "Failed to pin CPU\n");
594 fatal(idir, ERR_ARGS, "Unable to open %s\n", idir);
634 fatal(file_name, ERR_SYSCALL, "Could not open map devs file\n");
766 fatal("io_setup", ERR_SYSCALL, "io_setup failed\n")
    [all...]
btrecord.c 185 static inline void fatal(const char *errstring, const int exitval, function
240 fatal(stream->file_name, ERR_SYSCALL, "Hdr write failed\n");
318 fatal(file_name, ERR_ARGS, "Unable to open\n");
352 fatal(NULL, ERR_ARGS, "No traces found for %s\n", devnm);
363 fatal(idir, ERR_ARGS, "Unable to open %s\n", idir);
400 fatal(idir, ERR_ARGS,
409 fatal(odir, ERR_ARGS,
462 fatal(NULL, ERR_ARGS, "Invalid command line\n");
474 fatal(NULL, ERR_ARGS, "Missing required input file name(s)\n");
496 fatal(iip->file_name, ERR_SYSCALL, "Read failed\n")
    [all...]
  /external/dropbear/
scpmisc.c 32 * failure (they call fatal if they encounter an error).
151 fatal("addargs: argument too long");
177 fatal("replacearg: argument too long");
180 fatal("replacearg: tried to replace invalid arg %d >= %d",
219 void fatal(char* fmt,...) function
scpmisc.h 47 void fatal(char* fmt,...);
  /external/webkit/WebCore/wml/
WMLErrorHandling.cpp 51 tokenizer->handleError(XMLTokenizer::fatal, errorMessage.latin1().data(), tokenizer->lineNumber(), tokenizer->columnNumber());
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 100 fatal("Could not allocate memory for PPPoE session");
138 fatal("Illegal value for rp_pppoe_sess option");
158 fatal("Failed to create PPPoE socket: %m");
177 fatal("Failed to connect PPPoE socket: %d %m", errno);
243 fatal("Failed to disconnect PPPoE socket: %d %m", errno);
364 fatal("Linux kernel does not support PPPoE -- are you running 2.4.x?");
  /external/blktrace/btt/
btt_plot.py 82 def fatal(msg): function
83 """Generate fatal error message and exit"""
85 print >>sys.stderr, 'FATAL: %s' % msg
156 fatal('%s not found' % file)
199 fatal('%s not a valid command name' % prog)
211 fatal(__doc__)
222 fatal('Type %s not supported' % a)
230 fatal('Need type of data files to process - (-t <type>)')
391 fatal('Need data files to process')
  /packages/apps/Email/src/org/apache/james/mime4j/
Log.java 98 public void fatal(Object message) { method in class:Log
102 public void fatal(Object message, Throwable t) { method in class:Log
  /device/samsung/crespo/alsa-utils/seq/aplaymidi/
arecordmidi.c 91 static void fatal(const char *msg, ...) function
106 fatal("Out of memory");
113 fatal("Cannot %s - %s", operation, snd_strerror(err));
156 fatal("Invalid port %s - %s", port_name, snd_strerror(err));
169 fatal("Invalid port %s - %s", arg, snd_strerror(err));
181 fatal("Invalid time signature (%s)", arg);
185 fatal("Invalid time signature (%s)", arg);
294 fatal("Invalid SMPTE frames %d", frames);
299 fatal("Cannot set queue tempo (%u/%i)",
359 fatal("Cannot connect from port %d:%d - %s"
    [all...]
  /device/samsung/crespo/alsa-utils/seq/aseqdump/
aseqdump.c 40 static void fatal(const char *msg, ...) function
55 fatal("Out of memory");
62 fatal("Cannot %s - %s", operation, snd_strerror(err));
101 fatal("Invalid port %s - %s", port_name, snd_strerror(err));
126 fatal("Cannot connect from port %d:%d - %s",
  /external/ppp/pppd/
sys-solaris.c 590 fatal("Couldn't open IP device: %m");
595 fatal("Couldn't open IP device (2): %m");
603 fatal("Can't open %s: %m", PPP_DEV_NAME);
611 fatal("Can't create new PPP interface: %m");
629 fatal("Can't open %s (2): %m", PPP_DEV_NAME);
639 fatal("Can't open %s (3): %m", PPP_DEV_NAME);
653 fatal("Can't push IP module: %m");
665 fatal("Can't set ppa for unit %d: %m", ifunit);
677 fatal("Can't push IP module (2): %m");
688 fatal("Can't set ifname for unit %d: %m", ifunit)
    [all...]
  /external/chromium/net/disk_cache/
sparse_control.h 94 bool KillChildAndContinue(const std::string& key, bool fatal);
  /external/ppp/pppd/plugins/radius/
config.c 250 fatal("rc_read_config: impossible case branch!");
274 fatal("rc_conf_str: unkown config option requested: %s", optname);
285 fatal("rc_conf_int: unkown config option requested: %s", optname);
296 fatal("rc_conf_srv: unkown config option requested: %s", optname);

Completed in 484 milliseconds

1 2 3 4