Searched refs:fatal (Results 1 - 25 of 50) sorted by relevance

12

/external/e2fsprogs/e2fsck/
H A Dbadblocks.c46 goto fatal;
58 goto fatal;
72 goto fatal;
83 goto fatal;
94 goto fatal;
105 goto fatal;
111 fatal:
/external/ppp/pppd/plugins/pppoatm/
H A Dpppoatm.c105 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("N
[all...]
/external/apache-http/src/org/apache/commons/logging/
H A DLog.java33 * <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/
H A DNoOpLog.java60 public void fatal(Object message) { } method in class:NoOpLog
62 public void fatal(Object message, Throwable t) { } method in class:NoOpLog
H A DJdk14Logger.java156 * @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?
/external/bison/src/
H A Dcomplain.h46 void fatal (char const *format, ...)
H A Dscan-skel.l85 fatal ("invalid token in skeleton: %s", yytext);
108 @[^{}@\n]* fatal ("invalid @ in skeleton: %s", yytext);
H A Dcomplain.c127 fputs (_("fatal error: "), stderr);
137 fatal (const char *message, ...)
143 fputs (_("fatal error: "), stderr);
134 fatal (const char *message, ...) function
/external/oprofile/libutil/
H A Dop_fileio.h39 * 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...]
H A Dop_fileio.c22 static FILE * op_do_open_file(char const * name, char const * mode, int fatal) argument
29 if (fatal) {
95 u32 op_read_int_from_file(char const * filename, int fatal) argument
102 if (!fatal)
112 if (!fatal)
/external/blktrace/btreplay/
H A Dbtreplay.c206 * 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_setu
[all...]
H A Dbtrecord.c185 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(ii
[all...]
/external/dropbear/
H A Dscpmisc.c32 * 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
H A Dscpmisc.h47 void fatal(char* fmt,...);
H A Dscp.c128 fatal("do_local_cmd: no arguments");
137 fatal("do_local_cmd: fork: %s", strerror(errno));
152 fatal("do_local_cmd: waitpid: %s", strerror(errno));
187 fatal("pipe: %s", strerror(errno));
189 fatal("pipe: %s", strerror(errno));
233 fatal("fork: %s", strerror(errno));
392 fatal("unknown user %u", (u_int) userid);
1124 case 2: /* fatal error, "" */
/external/webkit/WebCore/wml/
H A DWMLErrorHandling.cpp51 tokenizer->handleError(XMLTokenizer::fatal, errorMessage.latin1().data(), tokenizer->lineNumber(), tokenizer->columnNumber());
/external/ppp/pppd/plugins/rp-pppoe/
H A Dplugin.c100 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/
H A Dbtt_plot.py82 def fatal(msg): function
83 """Generate fatal error message and exit"""
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')
/external/ppp/pppd/
H A Dsys-solaris.c590 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("Ca
[all...]
H A Dsys-linux.c315 fatal("Couldn't create IP socket: %m(%d)", errno);
508 fatal("ioctl(PPPIOCGUNIT): %m (line %d)", __LINE__);
512 fatal("transfer_ppp failed: wanted unit %d, got %d", ifunit, x);
626 fatal("Couldn't open /dev/ppp: %m");
663 fatal("Couldn't attach to PPP unit %d: %m", ifunit);
700 fatal("Couldn't open /dev/ppp: %m");
706 fatal("Couldn't attach to interface unit %d: %m\n", ifnum);
709 fatal("Couldn't connect to interface unit %d: %m", ifnum);
909 fatal("tcgetattr: %m (line %d)", __LINE__);
959 fatal("Bau
[all...]
/external/chromium/net/disk_cache/
H A Dsparse_control.h94 bool KillChildAndContinue(const std::string& key, bool fatal);
/external/ppp/pppd/plugins/radius/
H A Dconfig.c250 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);
/external/webkit/WebCore/dom/
H A DXMLTokenizer.cpp143 if (type == fatal || (m_errorCount < maxErrors && m_lastErrorLine != lineNumber && m_lastErrorColumn != columnNumber)) {
148 case fatal:
161 if (type == fatal)
H A DXMLTokenizerQt.cpp185 // If the decoder saw an error, report it as fatal (stops parsing)
186 handleError(fatal, "Encoding error", lineNumber(), columnNumber());
221 handleError(fatal, qPrintable(m_stream.errorString()), lineNumber(), columnNumber());
370 handleError(fatal, "DOCTYPE declaration lost.", lineNumber(), columnNumber());
432 fatal : warning;
492 handleError(fatal, "XHTMLMP document expects 'html' as root element.", lineNumber(), columnNumber());
695 handleError(fatal, "Invalid DOCTYPE declaration, expected 'html' as root element.", lineNumber(), columnNumber());
711 handleError(fatal, "Invalid DTD Public ID", lineNumber(), columnNumber());
H A DXMLTokenizer.h54 enum ErrorType { warning, nonFatal, fatal }; enumerator in enum:WebCore::XMLTokenizer::ErrorType
188 enum ErrorType { warning, nonFatal, fatal };

Completed in 245 milliseconds

12