Searched refs:fatal (Results 26 - 50 of 120) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgfmt-739 msgfmt: found 1 fatal error
H A Dmsgfmt-839 msgfmt: found 1 fatal error
H A Dmsgmerge-231 msgmerge: found 1 fatal error
H A Dmsgmerge-93 # Duplicates are also fatal in obsolete marked entries (cf. msgmerge-3).
34 msgmerge: found 1 fatal error
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp_callmgr.c122 fatal("Usage: %s ip.add.ress.here [--phone <phone number>]", argv[0]);
125 fatal("Invalid IP address: %s", argv[1]);
128 fatal("Could not open control connection to %s", argv[1]);
130 fatal("Could not open unix socket for %s", argv[1]);
136 fatal("Could not fork.");
152 close(unix_sock); close(inet_sock); fatal("Could not open connection.");
159 close(unix_sock); close(inet_sock); fatal("No memory.");
389 fatal("Could not make path to %s: %s", where.sun_path, strerror(errno));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dicmp.c125 .fatal = 0,
129 .fatal = 0,
133 .fatal = 1,
137 .fatal = 1,
141 .fatal = 0,
145 .fatal = 0,
149 .fatal = 1,
153 .fatal = 1,
157 .fatal = 1,
161 .fatal
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dialloc.c101 int fatal = 0, err; local
149 fatal = ext3_journal_get_write_access(handle, bitmap_bh);
150 if (fatal)
162 fatal = ext3_journal_get_write_access(handle, bh2);
163 if (fatal) goto error_return;
180 if (!fatal) fatal = err;
184 if (!fatal)
185 fatal = err;
189 ext3_std_error(sb, fatal);
[all...]
H A Dballoc.c1240 int fatal; local
1251 fatal = ext3_journal_get_undo_access(handle, bitmap_bh);
1252 if (fatal) {
1253 *errp = fatal;
1333 fatal = ext3_journal_dirty_metadata(handle, bitmap_bh);
1334 if (fatal) {
1335 *errp = fatal;
1413 int fatal = 0, err; local
1495 my_rsv, &num, &fatal);
1496 if (fatal)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dialloc.c101 int fatal = 0, err; local
149 fatal = ext4_journal_get_write_access(handle, bitmap_bh);
150 if (fatal)
162 fatal = ext4_journal_get_write_access(handle, bh2);
163 if (fatal) goto error_return;
180 if (!fatal) fatal = err;
184 if (!fatal)
185 fatal = err;
189 ext4_std_error(sb, fatal);
[all...]
H A Dballoc.c1257 int fatal; local
1268 fatal = ext4_journal_get_undo_access(handle, bitmap_bh);
1269 if (fatal) {
1270 *errp = fatal;
1350 fatal = ext4_journal_dirty_metadata(handle, bitmap_bh);
1351 if (fatal) {
1352 *errp = fatal;
1430 int fatal = 0, err; local
1509 my_rsv, &num, &fatal);
1510 if (fatal)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/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.c313 fatal("Couldn't create IP socket: %m(%d)", errno);
506 fatal("ioctl(PPPIOCGUNIT): %m (line %d)", __LINE__);
510 fatal("transfer_ppp failed: wanted unit %d, got %d", ifunit, x);
624 fatal("Couldn't open /dev/ppp: %m");
661 fatal("Couldn't attach to PPP unit %d: %m", ifunit);
698 fatal("Couldn't open /dev/ppp: %m");
704 fatal("Couldn't attach to interface unit %d: %m\n", ifnum);
707 fatal("Couldn't connect to interface unit %d: %m", ifnum);
907 fatal("tcgetattr: %m (line %d)", __LINE__);
957 fatal("Bau
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Drx.c205 goto fatal;
230 fatal:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c210 bb_error_msg_and_die("fatal: -U ssluser must be set when running as root");
215 bb_perror_msg_and_die("fatal: cannot get user/group: %s", ssluser);
217 bb_error_msg_and_die("fatal: unknown user/group '%s'", ssluser);
222 fatal("cannot initialize ssl");
225 fatal("cannot read cert, key, or ca file");
226 fatal("cannot read cert or key file");
229 fatal("cannot create ssl session");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestConstruct01.cpp70 void check_file_removed(const char *name, int fatal) argument
75 if (fatal)
78 if (fatal)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DTestUtils.java60 public static void check_file_removed(String name, boolean fatal, argument
68 if (fatal)
71 if (fatal)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/edac/
H A De752x_edac.c409 static void do_global_error(int fatal, u32 errors) argument
416 fatal_message[fatal], global_message[i]);
420 static inline void global_error(int fatal, u32 errors, int *error_found, argument
426 do_global_error(fatal, errors);
436 static void do_hub_error(int fatal, u8 errors) argument
443 fatal_message[fatal], hub_message[i]);
447 static inline void hub_error(int fatal, u8 errors, int *error_found, argument
453 do_hub_error(fatal, errors);
494 static void do_sysbus_error(int fatal, u32 errors) argument
501 fatal_message[fatal], sysbus_messag
505 sysbus_error(int fatal, u32 errors, int *error_found, int handle_error) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/vm/
H A Dslabinfo.c80 void fatal(const char *x, ...) function
177 fatal("Cannot write to %s\n", x);
950 fatal("Unresolved alias %s\n", a->ref);
1024 fatal("SYSFS support for SLUB not active\n");
1037 fatal("Cannot read symlink %s\n", de->d_name);
1048 fatal("Unable to access slab %s\n", slab->name);
1080 fatal("Unknown file type %lx\n", de->d_type);
1088 fatal("Too many slabs\n");
1090 fatal("Too many aliases\n");
1161 fatal("Invali
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/chat/
H A Dchat.c8 * 2 - error on an I/O operation or fatal error condition.
42 * fatal string. As soon as we got called back (probably get "CONNECT"),
217 void fatal __P((int code, const char *fmt, ...));
252 fatal(2, "memory error!");
274 fatal(2, "memory error!");
426 fatal(1, "%s -- open failed: %m", chat_file);
455 fatal(1, "unterminated quote (line %d)", linect);
521 void fatal __V((int code, const char *fmt, ...)) function
555 fatal(2, "Can't get file mode flags on stdin: %m");
558 fatal(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dacstruct.h160 } fatal; member in union:acpi_aml_operands
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dmodpost.h146 void fatal(const char *fmt, ...);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Ddevtree.c31 fatal("Can't cope with #address-cells == %d in /\n\r", naddr);
36 fatal("Can't cope with #size-cells == %d in /\n\r", nsize);
H A Dops.h185 #define fatal(args...) { printf(args); exit(); } macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Drtas.h187 extern void pSeries_log_error(char *buf, unsigned int err_type, int fatal);

Completed in 170 milliseconds

12345