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

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/aparser/
H A Dtemplate.awk7 if (numlines(tplname) <= 0) fatal("no template "tplname);
11 if (v[pat] == "") fatal("no value for "pat" in "tplname);
H A Dutil.awk20 function fatal(why) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexoparg3.c88 struct acpi_signal_fatal_info *fatal; local
103 fatal = ACPI_ALLOCATE(sizeof(struct acpi_signal_fatal_info));
104 if (fatal) {
105 fatal->type = (u32) operand[0]->integer.value;
106 fatal->code = (u32) operand[1]->integer.value;
107 fatal->argument = (u32) operand[2]->integer.value;
112 status = acpi_os_signal(ACPI_SIGNAL_FATAL, fatal);
116 ACPI_FREE(fatal);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/mcheck/
H A DMakefile2 obj-$(CONFIG_X86_MCE_NONFATAL) += non-fatal.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dpppoatm.c105 fatal("No vpi.vci specified");
119 fatal("ioctl(ATM_SETBACKEND): %m");
142 fatal("failed to create socket: %m");
148 fatal("Can't parse QoS: \"%s\"");
153 fatal("setsockopt(SO_ATMQOS): %m");
157 fatal("connect(%s): %m", devnam);
182 fatal("Couldn't create IP socket: %m");
186 fatal("ioctl(SIOCSIFMTU): %m");
204 fatal("Kernel doesn't support ppp_generic - "
207 fatal("N
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dgunzip_util.c56 fatal("insufficient scratch space for gunzip\n\r");
62 fatal("bad gzipped data\n\r");
74 fatal("gunzip_start: ran out of data in header\n\r");
78 fatal("inflateInit2 returned %d\n\r", r);
113 fatal("inflate returned %d msg: %s\n\r", r, state->s.msg);
145 fatal("\n\rgunzip_exactly: ran out of data!"
H A Dmain.c57 fatal("Error: not a valid PPC32 or PPC64 ELF file!\n\r");
73 fatal("Insufficient memory for kernel at address 0!"
84 fatal("ran out of data! only got 0x%x of 0x%lx bytes.\n\r",
125 fatal("Can't allocate memory for initial "
218 /* console closed so printf in fatal below may not work */
219 fatal("Error: Linux kernel returned to zImage boot wrapper!\n\r");
H A Dprpmc2800.c303 fatal("Error: Can't open i2c device\n\r");
309 fatal("Error: Couldn't read eeprom2\n\r");
355 fatal("Error: Missing /mv64x60/pci@80000000"
360 fatal("Error: Can't find /mv64x60/pci@80000000/ranges"
366 fatal("Error: Missing /mv64x60 device tree node\n\r");
393 fatal("Error: Can't translate PCI address 0x%x\n\r",
427 fatal("Error: Missing '/' device tree node\n\r");
440 fatal("Error: Missing proper /cpus device tree node\n\r");
447 fatal("Error: Missing /memory device tree node\n\r");
456 fatal("Erro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dutil.h30 #define fatal(format, args...) \ macro
35 #define fatal(format, args...) macro
H A Dpptp.c493 fatal("Cannot bind GRE socket, aborting.");
502 fatal("Could not find free pty.");
511 fatal("Could not fork pppd process");
529 fatal("Child process died");
533 fatal("Could not launch pppd");
626 fatal("gethostbyname '%s': HOST NOT FOUND", name);
628 fatal("gethostbyname '%s': NO IP ADDRESS", name);
630 fatal("gethostbyname '%s': name server error", name);
633 fatal("Host '%s' has non-internet address", name);
651 fatal("Coul
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip32/
H A Dcrime.c45 int fatal = 0; local
62 fatal = 1;
66 fatal = 1;
84 if (fatal) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbtest.c39 static void fatal(char *why) function
68 if (!gd.dptr) fatal("key not in gdbm");
69 if (gd.dsize != d.dsize) fatal("data sizes differ");
71 fatal("data differs");
89 if (!d.dptr) fatal("key not in db");
90 if (d.dsize != gd.dsize) fatal("data sizes differ");
92 fatal("data differs");
138 fatal("tdb_store failed");
171 fatal("gdbm_store failed");
206 fatal("tdb_stor
[all...]
H A Dtdbtorture.c53 static void fatal(char *why) function
121 fatal("tdb_store failed");
130 fatal("tdb_append failed");
141 fatal("tdb_store failed");
195 fatal("db open failed");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_thread.c36 void fatal __P((const char *, int, int));
163 fatal("txn_begin", ret, 1);
181 fatal(NULL, errno, 1);
185 fatal(NULL, errno, 1);
191 fatal("pthread_create", ret > 0 ? ret : errno, 1);
195 fatal("pthread_create", errno, 1);
200 fatal("pthread_create", errno, 1);
262 fatal(buf, ret, 0);
305 fatal("DB_TXN->abort", ret, 1);
321 fatal("txn_begi
585 fatal(msg, err, syserr) function
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/boot/
H A Dbtfixupprep.c64 void fatal(void) __attribute__((noreturn));
65 void fatal(void) function
81 if (!array[last].name) fatal();
97 fatal();
117 fatal();
123 fatal();
126 if (!sect) fatal();
129 if (!p) fatal();
132 fatal();
289 if (!f->initvalstr) fatal();
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dicmp.h28 unsigned fatal:1; member in struct:icmp_err
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgfmt-93 # Duplicates are also fatal in obsolete marked entries.
42 msgfmt: found 1 fatal error
H A Dmsgcmp-232 msgcmp: found 1 fatal error
H A Dmsgcmp-332 msgcmp: found 1 fatal error
H A Dmsgfmt-1078 msgfmt: found 1 fatal error
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/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);
217 fatal("Failed to disconnect PPPoE socket: %d %m", errno);
319 fatal("Linux kernel does not support PPPoE -- are you running 2.4.x?");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dras.c213 int fatal; local
227 fatal = 1;
229 fatal = 0;
232 log_error(ras_log_buf, ERR_TYPE_RTAS_LOG, fatal);
234 if (fatal) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dmachdep.h150 void (*log_error)(char *buf, unsigned int err_type, int fatal);
319 static inline void log_error(char *buf, unsigned int err_type, int fatal) argument
322 ppc_md.log_error(buf, err_type, fatal);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dicmp.c821 int fatal; member in struct:icmp6_err
825 .fatal = 0,
829 .fatal = 1,
833 .fatal = 0,
837 .fatal = 0,
841 .fatal = 1,
847 int fatal = 0; local
853 fatal = 1;
856 fatal = tab_unreach[code].fatal;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dstart_up.c82 static void fatal(char *fmt, ...) function
123 fatal("check_ptrace : expected SIGSTOP, got status = %d",
225 fatal("check_sysemu : expected SIGTRAP, got status = %d",
267 fatal("check_ptrace : SYSEMU_SINGLESTEP "
279 fatal("check_ptrace : expected SIGTRAP or "
320 fatal("check_ptrace : expected (SIGTRAP|0x80), "

Completed in 269 milliseconds

12345